projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5375604
)
Correct all-cross target for release-info stuff.
author
Ian Lance Taylor
<ian@airs.com>
Thu, 27 May 1993 00:18:14 +0000
(
00:18
+0000)
committer
Ian Lance Taylor
<ian@airs.com>
Thu, 27 May 1993 00:18:14 +0000
(
00:18
+0000)
build-all.mk
patch
|
blob
|
history
diff --git
a/build-all.mk
b/build-all.mk
index 1684c7e9e1dbf18e018d457e063e960bfedaff71..0816da949a4fa537be1385814f2a59df8cabfb2e 100644
(file)
--- 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) && \