summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc <devnull@localhost>1998-04-13 21:40:18 +0000
committerwtc <devnull@localhost>1998-04-13 21:40:18 +0000
commit45523ce36e144afb2d6448f79f8a47072872a9fe (patch)
tree3284df4533d2699a63653035faa25016924af6c2
parent0d1846ee456ca1cae31bc742c2781c565074ce51 (diff)
downloadnspr-hg-45523ce36e144afb2d6448f79f8a47072872a9fe.tar.gz
Do not build pr/tests by default. This shortens the default build
time. Also, use 'rm -r -f' instead of 'rm -rf' because the 'rm' command of tcsh.exe on Win32 does not understand clustered command line options.
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d822a5b5..45678d0f 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@
MOD_DEPTH = .
-DIRS = config pr lib pr/tests
+DIRS = config pr lib
ifdef MOZILLA_CLIENT
PR_CLIENT_BUILD = 1
@@ -37,7 +37,7 @@ endif
ifdef PR_CLIENT_BUILD
export::
- rm -rf $(DIST)/../public/nspr
+ rm -r -f $(DIST)/../public/nspr
ifdef PR_CLIENT_BUILD_UNIX
rm -f $(DIST)/lib/libnspr.a
rm -f $(DIST)/bin/libnspr.$(DLL_SUFFIX)