freebsd-dev/gnu/usr.bin/binutils
Bryan Drewery 0cc887023b Avoid warning race with creating 'ldscripts' directory during build.
In r204548 the 'rm -f ldscripts' was added likely due to reading the
conditional as 'else it is a file'.  That seems unlikely though and
the more likely case is just that the directory hasn't been created yet.

Because this races with ,ssother scripts, use 'mkdir -p' which is a minimal
modification vs upstream to avoid the warning of 'File exists' if another
script creates it first.  This could replace the 'test -d' as well but
then it's more unneeded change to the upstream script.

Sponsored by:	EMC / Isilon Storage Division
2015-10-16 05:54:41 +00:00
..
as new depends 2015-06-16 23:37:19 +00:00
doc Add META_MODE support. 2015-06-13 19:20:56 +00:00
ld Avoid warning race with creating 'ldscripts' directory during build. 2015-10-16 05:54:41 +00:00
libbfd Add missing CLEANFILES. 2015-09-24 23:15:24 +00:00
libbinutils new depends 2015-06-16 23:37:19 +00:00
libiberty Add META_MODE support. 2015-06-13 19:20:56 +00:00
libopcodes Add META_MODE support. 2015-06-13 19:20:56 +00:00
objcopy Add META_MODE support. 2015-06-13 19:20:56 +00:00
objdump Add META_MODE support. 2015-06-13 19:20:56 +00:00
Makefile Remove .WAIT hacks and put in specific dependencies. 2015-08-28 16:23:03 +00:00
Makefile.inc Remove another reference to alpha... 2010-02-03 02:39:08 +00:00
Makefile.inc0 Add a new ARM TARGET_ARCH, armv6hf. This is considered experimental. 2014-03-23 12:49:25 +00:00
update.sh