From 93db395636f89d00bcf16574d67c2baf57022096 Mon Sep 17 00:00:00 2001 From: ewt Date: Mon, 11 Dec 1995 22:52:36 +0000 Subject: [PATCH] Passed warnings, efence flags to child makes CVS patchset: 2 CVS date: 1995/12/11 22:52:36 --- Makefile.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 -- 2.7.4