summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrelyea%netscape.com <devnull@localhost>2001-03-14 18:08:25 +0000
committerrelyea%netscape.com <devnull@localhost>2001-03-14 18:08:25 +0000
commita1bf9a2956464415120131976af5470fa48fb04a (patch)
treef3c115fcb7f6d57ca31b859a9819a94deabedb07
parent33110ec7692aa4301beb11e8b0715970e9e3889b (diff)
parent63d9e9b1b647b6130826f0d7c0e303cbe9d54a13 (diff)
downloadnss-hg-a1bf9a2956464415120131976af5470fa48fb04a.tar.gz
Add code to all the nss pre-reqs with a single target.
-rw-r--r--security/nss/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/security/nss/Makefile b/security/nss/Makefile
index cff6adeed..7b0466afb 100644
--- a/security/nss/Makefile
+++ b/security/nss/Makefile
@@ -76,6 +76,23 @@ include $(CORE_DEPTH)/coreconf/rules.mk
# (7) Execute "local" rules. (OPTIONAL). #
#######################################################################
+nss_build_all:
+ $(MAKE) build_coreconf
+ $(MAKE) build_nspr
+ $(MAKE) build_dbm
+ $(MAKE)
+
+build_coreconf:
+ (cd $(CORE_DEPTH)/coreconf ; $(MAKE))
+
+build_nspr:
+ (cd $(CORE_DEPTH)/../nsprpub ; $(MAKE) OBJDIR_NAME=${OBJDIR_NAME} )
+
+build_dbm:
+ (cd $(CORE_DEPTH)/dbm ; $(MAKE) export libs)
+
+
+
moz_import::
ifeq ($(OS_ARCH),WINNT)
cp $(DIST)/../include/* $(DIST)/include