aboutsummaryrefslogtreecommitdiff
path: root/build-all.mk
diff options
context:
space:
mode:
authorDavid D. Zuhn <zoo@cygnus>1993-04-18 00:35:25 +0000
committerDavid D. Zuhn <zoo@cygnus>1993-04-18 00:35:25 +0000
commit57dfb584ef504fd3de243ffc4914cb9a70131152 (patch)
treea792ddd7556cadaaf2ee4a0d5024bd75169f20d5 /build-all.mk
parent91a9685cbe986de3604c336e4cdd6436a4a8086e (diff)
downloadfsf-binutils-gdb-57dfb584ef504fd3de243ffc4914cb9a70131152.zip
fsf-binutils-gdb-57dfb584ef504fd3de243ffc4914cb9a70131152.tar.gz
fsf-binutils-gdb-57dfb584ef504fd3de243ffc4914cb9a70131152.tar.bz2
add all-emacs target
Diffstat (limited to 'build-all.mk')
-rw-r--r--build-all.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/build-all.mk b/build-all.mk
index beec320..d9bde4b 100644
--- a/build-all.mk
+++ b/build-all.mk
@@ -110,6 +110,15 @@ FLAGS_TO_PASS := \
"host=$(canonhost)" \
"RELEASE_TAG=$(TAG)"
+all-emacs:
+ @echo build started at `date`
+ [ -d $(INSTALLDIR) ] || mkdir $(INSTALLDIR)
+ rm -f /usr/cygnus/$(TAG)
+ ln -s $(INSTALLDIR) /usr/cygnus/$(TAG)
+ $(MAKE) -f test-build.mk $(FLAGS_TO_PASS) do1 > $(canonhost)-native-log 2>&1
+ $(MAKE) -f test-build.mk $(FLAGS_TO_PASS) do-latest > $(canonhost)-latest-log 2>&1
+ @echo done at `date`
+
all-cygnus:
@echo build started at `date`
[ -d $(INSTALLDIR) ] || mkdir $(INSTALLDIR)