diff options
author | David D. Zuhn <zoo@cygnus> | 1993-07-28 17:59:45 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1993-07-28 17:59:45 +0000 |
commit | 08629ab8ce13d0b1d179254eab809a785bff7179 (patch) | |
tree | a3e8fa554c122803198349f9024f8846c5827118 /build-all.mk | |
parent | 7fe17970321e64735de8e7198da8a4feb785884d (diff) | |
download | gdb-08629ab8ce13d0b1d179254eab809a785bff7179.zip gdb-08629ab8ce13d0b1d179254eab809a785bff7179.tar.gz gdb-08629ab8ce13d0b1d179254eab809a785bff7179.tar.bz2 |
another small sco tweak
Diffstat (limited to 'build-all.mk')
-rw-r--r-- | build-all.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/build-all.mk b/build-all.mk index 7ef9a4b..0076364 100644 --- a/build-all.mk +++ b/build-all.mk @@ -48,6 +48,9 @@ endif ifeq ($(canonhost),i386-unknown-sco3.2v4.0) canonhost := i386-sco3.2v4 endif +ifeq ($(canonhost),i386-unknown-sco3.2v4) +canonhost := i386-sco3.2v4 +endif ifeq ($(canonhost),i386-unknown-go32) canonhost := i386-go32 endif @@ -198,8 +201,8 @@ all-emacs: [ -d $(INSTALLDIR) ] || mkdir $(INSTALLDIR) -rm -f $(ROOTING)/$(RELEASE_TAG) ln -s $(INSTALLDIR) $(ROOTING)/$(RELEASE_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 + $(MAKE) -f test-build.mk $(FLAGS_TO_PASS) do1 > $(canonhost)-emacs-native-log 2>&1 + $(MAKE) -f test-build.mk $(FLAGS_TO_PASS) do-latest > $(canonhost)-emacs-latest-log 2>&1 @echo done at `date` all-cygnus: |