mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 03:42:22 +08:00
* Makefile.in (install): Redirect output of ln to /dev/null.
This commit is contained 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
|
||||
|
Reference in New Issue
Block a user