#
e21d47f2 |
| 14-Aug-2023 |
kn <kn@openbsd.org> |
zap useless MAN bits
distrib/special/Makefile.inc sets MAN= NOMAN=1, thus setting MAN* in distrib/special/*/Makefile is useless; no manuals in the installer.
disklabel(8) and fdisk(8) remain excep
zap useless MAN bits
distrib/special/Makefile.inc sets MAN= NOMAN=1, thus setting MAN* in distrib/special/*/Makefile is useless; no manuals in the installer.
disklabel(8) and fdisk(8) remain exceptions with their NOMAN handling as they embed their manual for use with interactive commands.
OK miod
show more ...
|
#
2f911c79 |
| 23-Dec-2014 |
deraadt <deraadt@openbsd.org> |
/bin and /sbin are moving towards static PIE, so on many architectures the PIC .o files are unsuitable for static "instbin". This adds more work at build time, but the result will be optimized for s
/bin and /sbin are moving towards static PIE, so on many architectures the PIC .o files are unsuitable for static "instbin". This adds more work at build time, but the result will be optimized for size.
show more ...
|