From 57dfb584ef504fd3de243ffc4914cb9a70131152 Mon Sep 17 00:00:00 2001 From: "David D. Zuhn" Date: Sun, 18 Apr 1993 00:35:25 +0000 Subject: [PATCH] add all-emacs target --- build-all.mk | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/build-all.mk b/build-all.mk index beec320fbe..d9bde4badb 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) -- 2.34.1