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:
ac7f7df
)
* Makefile.in (install): Redirect output of ln to /dev/null.
author
Ian Lance Taylor
<ian@airs.com>
Wed, 18 May 1994 17:18:23 +0000
(17:18 +0000)
committer
Ian Lance Taylor
<ian@airs.com>
Wed, 18 May 1994 17:18:23 +0000
(17:18 +0000)
ld/ChangeLog
patch
|
blob
|
history
ld/Makefile.in
patch
|
blob
|
history
diff --git
a/ld/ChangeLog
b/ld/ChangeLog
index 678b0ebef4c8627d7072482fe716fb2a86b97cd6..c28c53f0cf4997148d087a1440c6b6376b8f62e1 100644
(file)
--- a/
ld/ChangeLog
+++ b/
ld/ChangeLog
@@
-1,3
+1,7
@@
+Wed May 18 10:15:39 1994 Ian Lance Taylor (ian@cygnus.com)
+
+ * Makefile.in (install): Redirect output of ln to /dev/null.
+
Mon May 16 13:35:08 1994 Jeff Law (law@snake.cs.utah.edu)
* emultempl/hppaelf.em: Change all references of
diff --git
a/ld/Makefile.in
b/ld/Makefile.in
index b197bdd5948fe8bd5e7be082886c0ed24b9e3856..948cca4c55611f49db7fc7c137b0e9292ff63ea9 100644
(file)
--- a/
ld/Makefile.in
+++ b/
ld/Makefile.in
@@
-706,7
+706,7
@@
install:
done
-n=`t='$(program_transform_name)'; echo ld | sed -e "" $$t`; \
rm -f $(tooldir)/bin/ld; \
- ln $(bindir)/$$n $(tooldir)/bin/ld \
+ ln $(bindir)/$$n $(tooldir)/bin/ld
>/dev/null 2>/dev/null
\
|| $(INSTALL_PROGRAM) ld.new $(tooldir)/bin/ld
install-info: ld.info