From: ewt Date: Mon, 11 Dec 1995 22:52:36 +0000 (+0000) Subject: Passed warnings, efence flags to child makes X-Git-Tag: rpm-4.4-release~5733 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=93db395636f89d00bcf16574d67c2baf57022096;p=platform%2Fupstream%2Frpm.git Passed warnings, efence flags to child makes CVS patchset: 2 CVS date: 1995/12/11 22:52:36 --- diff --git a/Makefile.in b/Makefile.in index 9576f58..9a1eab7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,16 +4,18 @@ PROGS = build WARNINGS = -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes DEBUG = -g -OPTS = -O2 +OPTS = CFLAGS = $(WARNINGS) $(DEBUG) $(OPTS) -Ilib LDFLAGS = $(DEBUG) -Llib LOADLIBES = -lrpm +EFENCE = #-lefence all: make-subdirs $(OBJS) $(PROGS) make-subdirs: for d in $(SUBDIRS); do \ - (cd $$d; $(MAKE)) ;\ + (cd $$d; $(MAKE) CFLAGS="$(CFLAGS)" OPTS="$(OPTS)" \ + WARNINGS="$(WARNINGS)" EFENCE=$(EFENCE)) ;\ done build: build.o spec.o