another small sco tweak
authorDavid D. Zuhn <zoo@cygnus>
Wed, 28 Jul 1993 17:59:45 +0000 (17:59 +0000)
committerDavid D. Zuhn <zoo@cygnus>
Wed, 28 Jul 1993 17:59:45 +0000 (17:59 +0000)
build-all.mk

index 7ef9a4b3f29212754494add3b3a29bb80767cc48..0076364eb02ea4d227cfdbb6bbf411d44b635843 100644 (file)
@@ -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: