mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
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 |
||
|---|---|---|
| .. | ||
| armelf_fbsd.sh | ||
| armelfb_fbsd.sh | ||
| config.h | ||
| elf32btsmip_fbsd.sh | ||
| elf32btsmipn32_fbsd.sh | ||
| elf32ltsmip_fbsd.sh | ||
| elf32ltsmipn32_fbsd.sh | ||
| elf64btsmip_fbsd.sh | ||
| elf64ltsmip_fbsd.sh | ||
| genscripts.sh | ||
| ld.1 | ||
| Makefile | ||
| Makefile.amd64 | ||
| Makefile.arm | ||
| Makefile.depend.amd64 | ||
| Makefile.depend.host | ||
| Makefile.i386 | ||
| Makefile.mips | ||
| Makefile.powerpc | ||
| Makefile.powerpc64 | ||
| Makefile.sparc64 | ||