diff options
Diffstat (limited to 'build-all.mk')
-rw-r--r-- | build-all.mk | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/build-all.mk b/build-all.mk index 28fa8b6..8e1ccca 100644 --- a/build-all.mk +++ b/build-all.mk @@ -15,7 +15,7 @@ TREE = devo NATIVE = native -DATE = 921119 +DATE = 921127 TAG = latest-$(DATE) @@ -104,6 +104,14 @@ all-cygnus: done @echo done at `date` +native: + @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) $(host)-stamp-3stage-done $(log) + @echo done at `date` + build-cygnus: @echo build started at `date` @for i in $(TARGETS) ; do \ |