mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 14:59:31 +08:00
* Makefile.in (install): Redirect output of ln to /dev/null.
This commit is contained in:
@ -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)
|
Mon May 16 13:35:08 1994 Jeff Law (law@snake.cs.utah.edu)
|
||||||
|
|
||||||
* emultempl/hppaelf.em: Change all references of
|
* emultempl/hppaelf.em: Change all references of
|
||||||
|
@ -706,7 +706,7 @@ install:
|
|||||||
done
|
done
|
||||||
-n=`t='$(program_transform_name)'; echo ld | sed -e "" $$t`; \
|
-n=`t='$(program_transform_name)'; echo ld | sed -e "" $$t`; \
|
||||||
rm -f $(tooldir)/bin/ld; \
|
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_PROGRAM) ld.new $(tooldir)/bin/ld
|
||||||
|
|
||||||
install-info: ld.info
|
install-info: ld.info
|
||||||
|
Reference in New Issue
Block a user