summaryrefslogtreecommitdiff
path: root/pr
diff options
context:
space:
mode:
authorcls%seawood.org <devnull@localhost>2001-01-22 06:36:06 +0000
committercls%seawood.org <devnull@localhost>2001-01-22 06:36:06 +0000
commit3b8d7b60ae4e62b9c180521c7f6ce411f43354f8 (patch)
treedb2393d935048f985c1f9ff7bfe8b2feceb3597a /pr
parentd436afb85d7aa03cceeaff7dabddbf02bd368a93 (diff)
downloadnspr-hg-3b8d7b60ae4e62b9c180521c7f6ce411f43354f8.tar.gz
There is no need to invoke recursive makes for the dummy libs & install phases of nspr. Especially when it means having a dummy target in every makefile that has a dependency upon export. Instead, put the dummy target in rules.mk.
Diffstat (limited to 'pr')
-rw-r--r--pr/src/Makefile1
-rw-r--r--pr/src/Makefile.in1
-rw-r--r--pr/src/bthreads/Makefile1
-rw-r--r--pr/src/bthreads/Makefile.in1
-rw-r--r--pr/src/cplus/Makefile1
-rw-r--r--pr/src/cplus/Makefile.in1
-rw-r--r--pr/src/cplus/tests/Makefile1
-rw-r--r--pr/src/cplus/tests/Makefile.in1
-rw-r--r--pr/src/io/Makefile1
-rw-r--r--pr/src/io/Makefile.in1
-rw-r--r--pr/src/linking/Makefile1
-rw-r--r--pr/src/linking/Makefile.in1
-rw-r--r--pr/src/malloc/Makefile1
-rw-r--r--pr/src/malloc/Makefile.in1
-rw-r--r--pr/src/md/Makefile1
-rw-r--r--pr/src/md/Makefile.in1
-rw-r--r--pr/src/md/beos/Makefile1
-rw-r--r--pr/src/md/beos/Makefile.in1
-rw-r--r--pr/src/md/os2/Makefile1
-rw-r--r--pr/src/md/os2/Makefile.in1
-rw-r--r--pr/src/md/unix/Makefile1
-rw-r--r--pr/src/md/unix/Makefile.in1
-rw-r--r--pr/src/md/windows/Makefile1
-rw-r--r--pr/src/md/windows/Makefile.in1
-rw-r--r--pr/src/memory/Makefile1
-rw-r--r--pr/src/memory/Makefile.in1
-rw-r--r--pr/src/misc/Makefile1
-rw-r--r--pr/src/misc/Makefile.in1
-rw-r--r--pr/src/pthreads/Makefile1
-rw-r--r--pr/src/pthreads/Makefile.in1
-rw-r--r--pr/src/threads/Makefile1
-rw-r--r--pr/src/threads/Makefile.in1
-rw-r--r--pr/src/threads/combined/Makefile1
-rw-r--r--pr/src/threads/combined/Makefile.in1
-rw-r--r--pr/tests/Makefile1
-rw-r--r--pr/tests/Makefile.in1
-rw-r--r--pr/tests/dll/Makefile1
-rw-r--r--pr/tests/dll/Makefile.in1
-rw-r--r--pr/tests/w16gui/Makefile1
-rw-r--r--pr/tests/w16gui/Makefile.in1
40 files changed, 0 insertions, 40 deletions
diff --git a/pr/src/Makefile b/pr/src/Makefile
index 1ec6195c..fbac9ee7 100644
--- a/pr/src/Makefile
+++ b/pr/src/Makefile
@@ -454,4 +454,3 @@ $(AIX_RTL_LIBC): /usr/ccs/lib/libc.a
rtl_enable -o $@ $<
endif
-install:: export
diff --git a/pr/src/Makefile.in b/pr/src/Makefile.in
index 45278134..ea634b71 100644
--- a/pr/src/Makefile.in
+++ b/pr/src/Makefile.in
@@ -475,5 +475,4 @@ $(AIX_RTL_LIBC): /usr/ccs/lib/libc.a
rtl_enable -o $@ $<
endif
-install:: export
diff --git a/pr/src/bthreads/Makefile b/pr/src/bthreads/Makefile
index 14dbcc28..9649cf72 100644
--- a/pr/src/bthreads/Makefile
+++ b/pr/src/bthreads/Makefile
@@ -51,5 +51,4 @@ DEFINES += -D_NSPR_BUILD_
export:: $(TARGETS)
-install:: export
diff --git a/pr/src/bthreads/Makefile.in b/pr/src/bthreads/Makefile.in
index b9e24342..994f46d3 100644
--- a/pr/src/bthreads/Makefile.in
+++ b/pr/src/bthreads/Makefile.in
@@ -56,5 +56,4 @@ DEFINES += -D_NSPR_BUILD_
export:: $(TARGETS)
-install:: export
diff --git a/pr/src/cplus/Makefile b/pr/src/cplus/Makefile
index b874f2a8..48d21d76 100644
--- a/pr/src/cplus/Makefile
+++ b/pr/src/cplus/Makefile
@@ -65,4 +65,3 @@ HEADERS = $(wildcard *.h)
export:: $(TARGETS)
-install:: export
diff --git a/pr/src/cplus/Makefile.in b/pr/src/cplus/Makefile.in
index a5a8586f..35b7521c 100644
--- a/pr/src/cplus/Makefile.in
+++ b/pr/src/cplus/Makefile.in
@@ -69,4 +69,3 @@ HEADERS = $(srcdir)/*.h
export:: $(TARGETS)
-install:: export
diff --git a/pr/src/cplus/tests/Makefile b/pr/src/cplus/tests/Makefile
index 35161bee..fef4103a 100644
--- a/pr/src/cplus/tests/Makefile
+++ b/pr/src/cplus/tests/Makefile
@@ -274,7 +274,6 @@ endif
endif
export:: $(TARGETS)
-install:: export
clean::
rm -f $(TARGETS)
diff --git a/pr/src/cplus/tests/Makefile.in b/pr/src/cplus/tests/Makefile.in
index ef848677..01db2230 100644
--- a/pr/src/cplus/tests/Makefile.in
+++ b/pr/src/cplus/tests/Makefile.in
@@ -279,7 +279,6 @@ endif
endif
export:: $(TARGETS)
-install:: export
clean::
rm -f $(TARGETS)
diff --git a/pr/src/io/Makefile b/pr/src/io/Makefile
index b911835e..04ab8f03 100644
--- a/pr/src/io/Makefile
+++ b/pr/src/io/Makefile
@@ -78,4 +78,3 @@ include $(MOD_DEPTH)/config/rules.mk
export:: $(TARGETS)
-install:: export
diff --git a/pr/src/io/Makefile.in b/pr/src/io/Makefile.in
index 6e450286..2cb2b694 100644
--- a/pr/src/io/Makefile.in
+++ b/pr/src/io/Makefile.in
@@ -83,4 +83,3 @@ include $(topsrcdir)/config/rules.mk
export:: $(TARGETS)
-install:: export
diff --git a/pr/src/linking/Makefile b/pr/src/linking/Makefile
index 97484223..60753f2e 100644
--- a/pr/src/linking/Makefile
+++ b/pr/src/linking/Makefile
@@ -58,4 +58,3 @@ include $(MOD_DEPTH)/config/rules.mk
export:: $(TARGETS)
-install:: export
diff --git a/pr/src/linking/Makefile.in b/pr/src/linking/Makefile.in
index 79da9850..6e51a26e 100644
--- a/pr/src/linking/Makefile.in
+++ b/pr/src/linking/Makefile.in
@@ -64,4 +64,3 @@ include $(topsrcdir)/config/rules.mk
export:: $(TARGETS)
-install:: export
diff --git a/pr/src/malloc/Makefile b/pr/src/malloc/Makefile
index 6dffc690..677d6b1c 100644
--- a/pr/src/malloc/Makefile
+++ b/pr/src/malloc/Makefile
@@ -56,4 +56,3 @@ include $(MOD_DEPTH)/config/rules.mk
export:: $(TARGETS)
-install:: export
diff --git a/pr/src/malloc/Makefile.in b/pr/src/malloc/Makefile.in
index 8f90ca9f..fb0d66c1 100644
--- a/pr/src/malloc/Makefile.in
+++ b/pr/src/malloc/Makefile.in
@@ -61,4 +61,3 @@ include $(topsrcdir)/config/rules.mk
export:: $(TARGETS)
-install:: export
diff --git a/pr/src/md/Makefile b/pr/src/md/Makefile
index 5ab37620..dec5c792 100644
--- a/pr/src/md/Makefile
+++ b/pr/src/md/Makefile
@@ -73,4 +73,3 @@ include $(MOD_DEPTH)/config/rules.mk
export:: $(TARGETS)
-install:: export
diff --git a/pr/src/md/Makefile.in b/pr/src/md/Makefile.in
index b1f19c0f..c4a2669b 100644
--- a/pr/src/md/Makefile.in
+++ b/pr/src/md/Makefile.in
@@ -82,4 +82,3 @@ include $(topsrcdir)/config/rules.mk
export:: $(TARGETS)
-install:: export
diff --git a/pr/src/md/beos/Makefile b/pr/src/md/beos/Makefile
index 380fb370..6ae7bd54 100644
--- a/pr/src/md/beos/Makefile
+++ b/pr/src/md/beos/Makefile
@@ -48,4 +48,3 @@ include $(MOD_DEPTH)/config/rules.mk
export:: $(TARGETS)
-install:: export
diff --git a/pr/src/md/beos/Makefile.in b/pr/src/md/beos/Makefile.in
index e15846e9..d2e70f48 100644
--- a/pr/src/md/beos/Makefile.in
+++ b/pr/src/md/beos/Makefile.in
@@ -54,4 +54,3 @@ include $(topsrcdir)/config/rules.mk
export:: $(TARGETS)
-install:: export
diff --git a/pr/src/md/os2/Makefile b/pr/src/md/os2/Makefile
index 2bc99a0f..4d529268 100644
--- a/pr/src/md/os2/Makefile
+++ b/pr/src/md/os2/Makefile
@@ -63,7 +63,6 @@ include $(MOD_DEPTH)/config/rules.mk
export:: $(TARGETS)
-install:: export
diff --git a/pr/src/md/os2/Makefile.in b/pr/src/md/os2/Makefile.in
index 28d0cad9..b9621a05 100644
--- a/pr/src/md/os2/Makefile.in
+++ b/pr/src/md/os2/Makefile.in
@@ -68,7 +68,6 @@ include $(topsrcdir)/config/rules.mk
export:: $(TARGETS)
-install:: export
diff --git a/pr/src/md/unix/Makefile b/pr/src/md/unix/Makefile
index 40481474..a6af40ce 100644
--- a/pr/src/md/unix/Makefile
+++ b/pr/src/md/unix/Makefile
@@ -338,4 +338,3 @@ endif
endif
endif
-install:: export
diff --git a/pr/src/md/unix/Makefile.in b/pr/src/md/unix/Makefile.in
index e4aee01a..177e3975 100644
--- a/pr/src/md/unix/Makefile.in
+++ b/pr/src/md/unix/Makefile.in
@@ -360,4 +360,3 @@ endif
endif
endif
endif #!USE_AUTOCONF
-install:: export
diff --git a/pr/src/md/windows/Makefile b/pr/src/md/windows/Makefile
index 140c62f1..36412de3 100644
--- a/pr/src/md/windows/Makefile
+++ b/pr/src/md/windows/Makefile
@@ -100,4 +100,3 @@ include $(MOD_DEPTH)/config/rules.mk
export:: $(TARGETS)
-install:: export
diff --git a/pr/src/md/windows/Makefile.in b/pr/src/md/windows/Makefile.in
index c569a168..b1fca6ce 100644
--- a/pr/src/md/windows/Makefile.in
+++ b/pr/src/md/windows/Makefile.in
@@ -109,4 +109,3 @@ include $(topsrcdir)/config/rules.mk
export:: $(TARGETS)
-install:: export
diff --git a/pr/src/memory/Makefile b/pr/src/memory/Makefile
index 807b582c..e3e15a79 100644
--- a/pr/src/memory/Makefile
+++ b/pr/src/memory/Makefile
@@ -60,5 +60,4 @@ include $(MOD_DEPTH)/config/rules.mk
export:: $(TARGETS)
-install:: export
diff --git a/pr/src/memory/Makefile.in b/pr/src/memory/Makefile.in
index 0133f368..55d4f3e5 100644
--- a/pr/src/memory/Makefile.in
+++ b/pr/src/memory/Makefile.in
@@ -67,5 +67,4 @@ include $(topsrcdir)/config/rules.mk
export:: $(TARGETS)
-install:: export
diff --git a/pr/src/misc/Makefile b/pr/src/misc/Makefile
index 567b14cf..14210b82 100644
--- a/pr/src/misc/Makefile
+++ b/pr/src/misc/Makefile
@@ -100,5 +100,4 @@ build_prerr:
export:: $(TARGETS)
-install:: export
diff --git a/pr/src/misc/Makefile.in b/pr/src/misc/Makefile.in
index 0ec66850..0e018c1f 100644
--- a/pr/src/misc/Makefile.in
+++ b/pr/src/misc/Makefile.in
@@ -109,5 +109,4 @@ build_prerr:
export:: $(TARGETS)
-install:: export
diff --git a/pr/src/pthreads/Makefile b/pr/src/pthreads/Makefile
index cb99d94d..3790758e 100644
--- a/pr/src/pthreads/Makefile
+++ b/pr/src/pthreads/Makefile
@@ -61,5 +61,4 @@ include $(MOD_DEPTH)/config/rules.mk
export:: $(TARGETS)
-install:: export
diff --git a/pr/src/pthreads/Makefile.in b/pr/src/pthreads/Makefile.in
index c18b3c04..d1033437 100644
--- a/pr/src/pthreads/Makefile.in
+++ b/pr/src/pthreads/Makefile.in
@@ -67,5 +67,4 @@ include $(topsrcdir)/config/rules.mk
export:: $(TARGETS)
-install:: export
diff --git a/pr/src/threads/Makefile b/pr/src/threads/Makefile
index f495470c..98a6e5e8 100644
--- a/pr/src/threads/Makefile
+++ b/pr/src/threads/Makefile
@@ -91,4 +91,3 @@ include $(MOD_DEPTH)/config/rules.mk
export:: $(TARGETS)
-install:: export
diff --git a/pr/src/threads/Makefile.in b/pr/src/threads/Makefile.in
index 69a4b76b..9ae2dad4 100644
--- a/pr/src/threads/Makefile.in
+++ b/pr/src/threads/Makefile.in
@@ -97,4 +97,3 @@ include $(topsrcdir)/config/rules.mk
export:: $(TARGETS)
-install:: export
diff --git a/pr/src/threads/combined/Makefile b/pr/src/threads/combined/Makefile
index 98d6020f..affd8bc0 100644
--- a/pr/src/threads/combined/Makefile
+++ b/pr/src/threads/combined/Makefile
@@ -67,4 +67,3 @@ include $(MOD_DEPTH)/config/rules.mk
export:: $(TARGETS)
-install:: export
diff --git a/pr/src/threads/combined/Makefile.in b/pr/src/threads/combined/Makefile.in
index 043350cc..f42a3a21 100644
--- a/pr/src/threads/combined/Makefile.in
+++ b/pr/src/threads/combined/Makefile.in
@@ -75,4 +75,3 @@ include $(topsrcdir)/config/rules.mk
export:: $(TARGETS)
-install:: export
diff --git a/pr/tests/Makefile b/pr/tests/Makefile
index c544bb65..60a0cbf6 100644
--- a/pr/tests/Makefile
+++ b/pr/tests/Makefile
@@ -528,7 +528,6 @@ endif
endif
export:: $(TARGETS)
-install:: export
clean::
rm -f $(TARGETS)
diff --git a/pr/tests/Makefile.in b/pr/tests/Makefile.in
index 41bb1808..6365b539 100644
--- a/pr/tests/Makefile.in
+++ b/pr/tests/Makefile.in
@@ -554,7 +554,6 @@ endif
endif # !USE_AUTOCONF
export:: $(TARGETS)
-install:: export
clean::
rm -f $(TARGETS)
diff --git a/pr/tests/dll/Makefile b/pr/tests/dll/Makefile
index 820a5516..cd80ebcd 100644
--- a/pr/tests/dll/Makefile
+++ b/pr/tests/dll/Makefile
@@ -105,7 +105,6 @@ ifdef SHARED_LIBRARY
export:: $(TARGETS)
$(NSINSTALL) $(TARGETS) ../$(OBJDIR)/dll
-install:: export
clean::
rm -rf $(TARGETS)
diff --git a/pr/tests/dll/Makefile.in b/pr/tests/dll/Makefile.in
index 671a9449..d73510e4 100644
--- a/pr/tests/dll/Makefile.in
+++ b/pr/tests/dll/Makefile.in
@@ -110,7 +110,6 @@ ifdef SHARED_LIBRARY
export:: $(TARGETS)
$(NSINSTALL) $(TARGETS) ../$(OBJDIR)/dll
-install:: export
clean::
rm -rf $(TARGETS)
diff --git a/pr/tests/w16gui/Makefile b/pr/tests/w16gui/Makefile
index 306eb3c4..5e5c4691 100644
--- a/pr/tests/w16gui/Makefile
+++ b/pr/tests/w16gui/Makefile
@@ -85,7 +85,6 @@ endif
export:: $(TARGETS)
-install:: export
clean::
rm -rf $(TARGETS)
diff --git a/pr/tests/w16gui/Makefile.in b/pr/tests/w16gui/Makefile.in
index ba9f572d..0620bcbb 100644
--- a/pr/tests/w16gui/Makefile.in
+++ b/pr/tests/w16gui/Makefile.in
@@ -90,7 +90,6 @@ endif
export:: $(TARGETS)
-install:: export
clean::
rm -rf $(TARGETS)