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.
This commit is contained in:
wtc 1998-04-13 21:40:18 +00:00
parent 1ad73ce55f
commit 6068e6d056

View File

@ -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)