freebsd-dev/release/picobsd/build
Luigi Rizzo f43f9c89f2 do not strip /stand
This is a temporary workaround until the elftoolchain's version
of strip is fixed:

The previous (GNU) strip, when acting on a file with multiple links,
would modify the one and only file in place (which means creating
a new stripped copy, and then writing it back to the original).

The new version from elftoolchain creates the new file and then
unlinks the old one and renames the new.
With multiple hard links, the original remains alive.  In the /stand
directory, this ends up creating 80+ copies of the same file.
2015-01-24 08:48:05 +00:00
..
config
Makefile.conf remove some stale options (such as running without /boot/loader) 2012-01-04 19:37:25 +00:00
mfs.mtree dhclient needs to have /var/empty and a _dhcp user 2009-12-27 21:17:31 +00:00
picobsd do not strip /stand 2015-01-24 08:48:05 +00:00