opnsense-src/gnu/usr.bin/binutils/ld
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
..
armelf_fbsd.sh Set the correct relocation type for R_ARM_TARGET2 to R_ARM_GOT_PREL. The 2013-01-06 07:14:04 +00:00
armelfb_fbsd.sh Set the correct relocation type for R_ARM_TARGET2 to R_ARM_GOT_PREL. The 2013-01-06 07:14:04 +00:00
config.h
elf32btsmip_fbsd.sh
elf32btsmipn32_fbsd.sh
elf32ltsmip_fbsd.sh
elf32ltsmipn32_fbsd.sh
elf64btsmip_fbsd.sh
elf64ltsmip_fbsd.sh
genscripts.sh Avoid warning race with creating 'ldscripts' directory during build. 2015-10-16 05:54:41 +00:00
ld.1 Fix rendering with mandoc 2014-11-23 23:56:01 +00:00
Makefile Fix subdir -j build after r287983 by adding missing dependencies. 2015-09-25 20:31:04 +00:00
Makefile.amd64 Fix subdir -j build after r287983 by adding missing dependencies. 2015-09-25 20:31:04 +00:00
Makefile.arm Merging of projects/armv6, part 3 2012-08-15 03:21:56 +00:00
Makefile.depend.amd64 new depends 2015-06-16 23:37:19 +00:00
Makefile.depend.host Updated depends 2015-10-07 00:43:05 +00:00
Makefile.i386
Makefile.mips Fix subdir -j build after r287983 by adding missing dependencies. 2015-09-25 20:31:04 +00:00
Makefile.powerpc
Makefile.powerpc64 Fix subdir -j build after r287983 by adding missing dependencies. 2015-09-25 20:31:04 +00:00
Makefile.sparc64 Fix subdir -j build after r287983 by adding missing dependencies. 2015-09-25 20:31:04 +00:00