aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorerik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-04-09 15:17:40 +0000
committererik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-04-09 15:17:40 +0000
commit6f5b92c6378d5dc550adac33382946106e7fa307 (patch)
tree97fef8b48533410fed60b548e3e3d81007e0e06e /Makefile
parent6721ddbd0fc7847d1671f6b7def4e18f78536768 (diff)
downloadbusybox-w32-6f5b92c6378d5dc550adac33382946106e7fa307.tar.gz
busybox-w32-6f5b92c6378d5dc550adac33382946106e7fa307.tar.bz2
busybox-w32-6f5b92c6378d5dc550adac33382946106e7fa307.zip
This makes tar work perfectly, and adds in "--exclude" as an option
-Erik git-svn-id: svn://busybox.net/trunk/busybox@442 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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")
25# Set the following to `true' to make a debuggable build. 25# Set the following to `true' to make a debuggable build.
26# Leave this set to `false' for production use. 26# Leave this set to `false' for production use.
27# eg: `make DODEBUG=true tests' 27# eg: `make DODEBUG=true tests'
28DODEBUG = true 28DODEBUG = false
29 29
30# If you want a static binary, turn this on. I can't think 30# If you want a static binary, turn this on. I can't think
31# of many situations where anybody would ever want it static, 31# of many situations where anybody would ever want it static,
@@ -72,7 +72,7 @@ endif
72# -D_GNU_SOURCE is needed because environ is used in init.c 72# -D_GNU_SOURCE is needed because environ is used in init.c
73ifeq ($(DODEBUG),true) 73ifeq ($(DODEBUG),true)
74 CFLAGS += -Wall -g -D_GNU_SOURCE 74 CFLAGS += -Wall -g -D_GNU_SOURCE
75 LDFLAGS = 75 LDFLAGS =
76 STRIP = 76 STRIP =
77else 77else
78 CFLAGS += -Wall $(OPTIMIZATION) -fomit-frame-pointer -fno-builtin -D_GNU_SOURCE 78 CFLAGS += -Wall $(OPTIMIZATION) -fomit-frame-pointer -fno-builtin -D_GNU_SOURCE