From 0817d1372c7278afdefa2d525e578bca51dd1c07 Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Sun, 9 Apr 2000 15:17:40 +0000 Subject: This makes tar work perfectly, and adds in "--exclude" as an option -Erik --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d647a5139..38d518eed 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ BUILDTIME := $(shell TZ=UTC date --utc "+%Y.%m.%d-%H:%M%z") # Set the following to `true' to make a debuggable build. # Leave this set to `false' for production use. # eg: `make DODEBUG=true tests' -DODEBUG = true +DODEBUG = false # If you want a static binary, turn this on. I can't think # of many situations where anybody would ever want it static, @@ -72,7 +72,7 @@ endif # -D_GNU_SOURCE is needed because environ is used in init.c ifeq ($(DODEBUG),true) CFLAGS += -Wall -g -D_GNU_SOURCE - LDFLAGS = + LDFLAGS = STRIP = else CFLAGS += -Wall $(OPTIMIZATION) -fomit-frame-pointer -fno-builtin -D_GNU_SOURCE -- cgit v1.2.3