Correct all-cross target for release-info stuff.
authorIan Lance Taylor <ian@airs.com>
Thu, 27 May 1993 00:18:14 +0000 (00:18 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 27 May 1993 00:18:14 +0000 (00:18 +0000)
build-all.mk

index 1684c7e9e1dbf18e018d457e063e960bfedaff71..0816da949a4fa537be1385814f2a59df8cabfb2e 100644 (file)
@@ -192,8 +192,8 @@ all-native:
 
 all-cross:
        [ -d $(INSTALLDIR) ] || mkdir $(INSTALLDIR)
-       rm -f /usr/cygnus/$(TAG)
-       ln -s $(INSTALLDIR) /usr/cygnus/$(TAG)
+       rm -f $(ROOTING)/$(RELEASE_TAG)
+       ln -s $(INSTALLDIR) $(ROOTING)/$(RELEASE_TAG)
        @for i in $(TARGETS) ; do \
            echo "building $(canonhost) cross to $$i" ; \
             $(MAKE) -f test-build.mk $(FLAGS_TO_PASS) target=$$i build=$(build) do-cygnus $(tlog) && \