Magellan Linux

Diff of /tags/grubby-8_31/Makefile

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

revision 1694 by niro, Fri Feb 17 23:23:07 2012 UTC revision 1864 by niro, Mon Jul 2 13:20:31 2012 UTC
# Line 23  TARGETS = grubby Line 23  TARGETS = grubby
23  OBJECTS = grubby.o  OBJECTS = grubby.o
24    
25  CC = gcc  CC = gcc
26  CFLAGS += $(RPM_OPT_FLAGS) -std=gnu99 -Wall -Werror -Wno-error=unused-function -Wno-unused-function  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
28  LDFLAGS :=  LDFLAGS :=
29    
30  grubby_LIBS = -lblkid -lpopt  grubby_LIBS = -lblkid -lpopt

Legend:
Removed from v.1694  
changed lines
  Added in v.1864