| #
22383670 |
| 17-Feb-2016 |
christos <christos@NetBSD.org> |
whitespace and header sorting changes (Ingo Schwarze). No functional changes.
|
| #
64b5a0fe |
| 03-Aug-2003 |
lukem <lukem@NetBSD.org> |
Add INCSYMLINKS to <bsd.inc.mk> and <bsd.kinc.mk>, and use that instead of SYMLINKS to install symlinked header files. INCSYMLINKS are installed with 'make includes'. This avoids using SYMLINKS and
Add INCSYMLINKS to <bsd.inc.mk> and <bsd.kinc.mk>, and use that instead of SYMLINKS to install symlinked header files. INCSYMLINKS are installed with 'make includes'. This avoids using SYMLINKS and hacks with the 'linkinstall' target in <bsd.links.mk>, as linksinstall occurs in 'make install' and hacks to get it to occur in 'make includes' weren't robust, as seen in lib/libdes.
Yet more improvements to bsd.README.
show more ...
|
| #
91d06a03 |
| 19-Aug-2002 |
lukem <lukem@NetBSD.org> |
More use of ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path
|
| #
001067bb |
| 12-Dec-2001 |
tv <tv@NetBSD.org> |
Readability cleanups; MKfoo=no -> NOfoo.
|
| #
e58d00a4 |
| 16-May-2001 |
enami <enami@NetBSD.org> |
Use relative path for symlink target so that it won't point outside of tree.
|
| #
049f74e9 |
| 14-May-2001 |
jdolecek <jdolecek@NetBSD.org> |
Back off previous and do differently: Ensure that the <readline/history.h> link to <readline/readline.h> is installed too for 'make includes'. Also, avoid creating obj dir. This is finally real fix f
Back off previous and do differently: Ensure that the <readline/history.h> link to <readline/readline.h> is installed too for 'make includes'. Also, avoid creating obj dir. This is finally real fix for lib/12929. XXX Is this right?
show more ...
|
| #
6fc3f969 |
| 14-May-2001 |
jdolecek <jdolecek@NetBSD.org> |
Use <bsd.inc.mk>, instead of <bsd.prog.mk>, so that the readline.h header is installed during the 'make includes'. Fixes lib/12929 by Martin Husemann.
|
| #
74c6c9c2 |
| 05-Jan-2001 |
jdolecek <jdolecek@NetBSD.org> |
Standard location of readline headers is /usr/include/readline/, so install them there. readline.h of libedit had to move to subdirectory 'readline', due to the way BSD makefiles work; this is better
Standard location of readline headers is /usr/include/readline/, so install them there. readline.h of libedit had to move to subdirectory 'readline', due to the way BSD makefiles work; this is better than potentially fragile Makefile hacks
show more ...
|