Magellan Linux

Diff of /tags/grubby-8_40_20170706/Makefile

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

revision 2264 by niro, Mon Oct 21 14:11:43 2013 UTC revision 2997 by niro, Thu Jun 30 10:41:12 2016 UTC
# Line 26  CC = gcc Line 26  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    VERBOSE_TEST :=
30    ifneq ($(VERBOSE_TEST),)
31     VERBOSE_TEST="--verbose"
32    endif
33    
34  grubby_LIBS = -lblkid -lpopt  grubby_LIBS = -lblkid -lpopt
35    
# Line 43  debug : clean Line 47  debug : clean
47    
48  test: all  test: all
49   @export TOPDIR=$(TOPDIR)   @export TOPDIR=$(TOPDIR)
50   @./test.sh   @./test.sh $(VERBOSE_TEST)
51    
52  install: all  install: all
53   mkdir -p $(DESTDIR)/$(sbindir)   mkdir -p $(DESTDIR)/$(sbindir)

Legend:
Removed from v.2264  
changed lines
  Added in v.2997