summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2000-05-10 05:10:49 +0000
committerwtc%netscape.com <devnull@localhost>2000-05-10 05:10:49 +0000
commit791cd0ea3d6f713d930a577c4f1db98351cd9c46 (patch)
treefeeff6568a9c5edca85b1881419570779efd7d88
parentd57ef330174f6a37ed07052cd175d2e6378379b3 (diff)
downloadnspr-hg-791cd0ea3d6f713d930a577c4f1db98351cd9c46.tar.gz
Changed the realclean and clobber_all targets so that they don't
cd into pr/tests. Modified files: nsprpub/Makefile, nsprpub/Makefile.in (NSPRPUB_CLIENT_BRANCH)
-rw-r--r--Makefile2
-rw-r--r--Makefile.in8
2 files changed, 4 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 61a916a1..36eaf49a 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ ifdef PR_CLIENT_BUILD_UNIX
endif
endif
-distclean realclean clobber_all::
+distclean::
@echo "cd pr/tests; $(MAKE) $@"
@$(MAKE) -C pr/tests $@
diff --git a/Makefile.in b/Makefile.in
index 87cc6c67..949b7f40 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -51,12 +51,10 @@ ifdef PR_CLIENT_BUILD_UNIX
endif
endif
-distclean realclean clobber_all::
- @echo "cd pr/tests; $(MAKE) $@"
- @$(MAKE) -C pr/tests $@
-
# Delete config/autoconf.mk last because it is included by every makefile.
distclean::
+ @echo "cd pr/tests; $(MAKE) $@"
+ @$(MAKE) -C pr/tests $@
rm -f config/autoconf.mk
release::
@@ -116,5 +114,5 @@ endif
cp -f mdheader.jar $(MDIST)/$(MOD_NAME)/$(BUILD_NUMBER)/$(OBJDIR_NAME); \
chmod 664 $(MDIST)/$(MOD_NAME)/$(BUILD_NUMBER)/$(OBJDIR_NAME)/mdheader.jar
-depend::
+depend:
@echo "NSPR20 has no dependencies. Skipped."