diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-05-27 00:18:14 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-05-27 00:18:14 +0000 |
commit | a9377e86f84a170e0aaaf672fb2c140d58e0abff (patch) | |
tree | 9a343f3df2ed77c53f2b5eb0dd505249d0a15c15 /build-all.mk | |
parent | 537560410013b6ed86b50a5b738dbc47d8607de5 (diff) | |
download | fsf-binutils-gdb-a9377e86f84a170e0aaaf672fb2c140d58e0abff.zip fsf-binutils-gdb-a9377e86f84a170e0aaaf672fb2c140d58e0abff.tar.gz fsf-binutils-gdb-a9377e86f84a170e0aaaf672fb2c140d58e0abff.tar.bz2 |
Correct all-cross target for release-info stuff.
Diffstat (limited to 'build-all.mk')
-rw-r--r-- | build-all.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build-all.mk b/build-all.mk index 1684c7e..0816da9 100644 --- a/build-all.mk +++ b/build-all.mk @@ -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) && \ |