freebsd-skq/gnu/usr.bin
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
..
binutils Avoid warning race with creating 'ldscripts' directory during build. 2015-10-16 05:54:41 +00:00
cc Add more SUBDIR_PARALLEL. 2015-10-15 22:55:08 +00:00
dialog Add META_MODE support. 2015-06-13 19:20:56 +00:00
diff Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) and 2015-10-12 08:16:03 +00:00
diff3 Add META_MODE support. 2015-06-13 19:20:56 +00:00
dtc META_MODE: Remove DEP_MACHINE from Makefile.depend files. 2015-09-25 19:44:01 +00:00
gdb When XSAVE support was added on amd64, the FPU save area was moved 2015-09-29 15:47:42 +00:00
gperf META_MODE: Remove DEP_MACHINE from Makefile.depend files. 2015-09-25 19:44:01 +00:00
grep META_MODE: Remove DEP_MACHINE from Makefile.depend files. 2015-09-25 19:44:01 +00:00
groff Add more SUBDIR_PARALLEL. 2015-10-15 22:55:08 +00:00
rcs Add more SUBDIR_PARALLEL. 2015-10-15 22:55:08 +00:00
sdiff Add META_MODE support. 2015-06-13 19:20:56 +00:00
tests Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) and 2015-10-12 08:16:03 +00:00
Makefile - Record dependencies of gdb/gdbtui/kgdb on binutils/lib{bfd,iberty,opcodes}, 2015-07-19 00:38:19 +00:00
Makefile.inc