Magellan Linux

Diff of /trunk/grubby/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2260 by niro, Mon Oct 21 13:19:07 2013 UTC revision 2261 by niro, Mon Oct 21 14:04:39 2013 UTC
# Line 23  TARGETS = grubby Line 23  TARGETS = grubby
23  OBJECTS = grubby.o log.o  OBJECTS = grubby.o log.o
24    
25  CC = gcc  CC = gcc
26  RPM_OPT_FLAGS := -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector  RPM_OPT_FLAGS ?= -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector
27  CFLAGS += $(RPM_OPT_FLAGS) -std=gnu99 -Wall -Werror -Wno-error=unused-function -Wno-unused-function -ggdb  CFLAGS += $(RPM_OPT_FLAGS) -std=gnu99 -Wall -Werror -Wno-error=unused-function -Wno-unused-function -ggdb
28  LDFLAGS :=  LDFLAGS :=
29    

Legend:
Removed from v.2260  
changed lines
  Added in v.2261