| #
4815827f |
| 20-Jul-2023 |
lukem <lukem@NetBSD.org> |
tools: binstall can use posix_spawn() instead of vfork()
|
| #
c4b7a9e7 |
| 03-Jun-2023 |
lukem <lukem@NetBSD.org> |
bsd.own.mk: rename GCC_NO_* to CC_WNO_*
Rename compiler-warning-disable variables from GCC_NO_warning to CC_WNO_warning where warning is the full warning name as used by the compiler.
GCC_NO_IMPL
bsd.own.mk: rename GCC_NO_* to CC_WNO_*
Rename compiler-warning-disable variables from GCC_NO_warning to CC_WNO_warning where warning is the full warning name as used by the compiler.
GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGH
Using the convention CC_compilerflag, where compilerflag is based on the full compiler flag name.
show more ...
|
| #
5a14d4c6 |
| 30-Oct-2020 |
rillig <rillig@NetBSD.org> |
install(1): copy metachar table from usr.bin/make
It is not worth having a dependency on usr.bin/make just for including this small table. The header file usr.bin/make/make.h, which is included for
install(1): copy metachar table from usr.bin/make
It is not worth having a dependency on usr.bin/make just for including this small table. The header file usr.bin/make/make.h, which is included for consistency with the rest of the usr.bin/make code, is using inline functions a lot and refers to several parts of make that are completely irrelevant to usr.bin/install.
show more ...
|
| #
2d02f67b |
| 29-Sep-2020 |
roy <roy@NetBSD.org> |
xinstall: define MAKE_NATIVE so our make parts compile
|
| #
d94d71e7 |
| 07-Sep-2020 |
mrg <mrg@NetBSD.org> |
apply GCC_NO_ADDR_OF_PACKED_MEMBER
|
| #
1fb0cf16 |
| 10-Oct-2015 |
dholland <dholland@NetBSD.org> |
Don't assume HAVE_POSIX_SPAWN when building a host prog. From Joachim Kuebart in PR 50301. needs pullup-7
|
| #
e9677ce5 |
| 17-Jun-2015 |
christos <christos@NetBSD.org> |
Use the bourne shell if the after command has shell metachars.
|
| #
561ef1fe |
| 15-Jun-2015 |
christos <christos@NetBSD.org> |
- improve error printing - deduplicate run functions and don't use the shell so that we handle filenames with spaces and metacharacters consistently.
|
| #
61f9154c |
| 15-Jun-2015 |
martin <martin@NetBSD.org> |
Add optional support for posix_spawn (instead of vfork) and enable it for the in-tree build.
|
| #
82c2d298 |
| 17-Aug-2011 |
christos <christos@NetBSD.org> |
document non-literal format strings
|
| #
3697550e |
| 16-Dec-2006 |
bouyer <bouyer@NetBSD.org> |
Don't depend on lubutil if we're building host tools. Fix tools build on non-NetBSD hosts.
|
| #
0a97c3f6 |
| 14-Dec-2006 |
he <he@NetBSD.org> |
Complete the move of string_to_flags() and flags_to_string() from the bin/ls sources to libutil: o Bump libutil minor version number o Fix uses to include <util.h> to pick up the function definitio
Complete the move of string_to_flags() and flags_to_string() from the bin/ls sources to libutil: o Bump libutil minor version number o Fix uses to include <util.h> to pick up the function definitions o Fix most uses of flags_to_string() to release the now-malloc()ed result
show more ...
|
| #
826a1460 |
| 18-May-2003 |
lukem <lukem@NetBSD.org> |
Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op), there's no need to special-case .include-ing it.
|
| #
c7c28122 |
| 19-Dec-2002 |
lukem <lukem@NetBSD.org> |
Add '-N dbdir', to specify that user & group lookups are to be done from dbdir/master.passwd and dbdir/group, using simple text file parsing routines from ../../usr.sbin/mtree/getid.c.
|
| #
5d4973fe |
| 18-Sep-2002 |
lukem <lukem@NetBSD.org> |
makefile delint. use NETBSDSRCDIR as appropriate
|
| #
8f2707ae |
| 21-Jan-2002 |
tv <tv@NetBSD.org> |
Add non-NetBSD host hooks.
|
| #
dba5d446 |
| 14-Aug-2001 |
tv <tv@NetBSD.org> |
Add hooks to allow toolchain bits to be reachover-built at the top level.
|
| #
14a817a5 |
| 10-Oct-1998 |
mrg <mrg@NetBSD.org> |
create a "stat_flags.h" to go with stat_flags.c
|
| #
10e180cc |
| 08-May-1997 |
gwr <gwr@NetBSD.org> |
Back out the .PATH.c changes. The .depend problem (and others) will be fixed using the new .NOPATH make feature instead.
|
| #
012e528f |
| 06-May-1997 |
gwr <gwr@NetBSD.org> |
Use .PATH.c: ...
|
| #
3917c317 |
| 24-Mar-1997 |
christos <christos@NetBSD.org> |
- Makefile cleanups
|
| #
2c450c6c |
| 12-Mar-1997 |
mycroft <mycroft@NetBSD.org> |
Remove kluge for GCC bug on m68k.
|
| #
3dc69d90 |
| 09-Dec-1996 |
thorpej <thorpej@NetBSD.org> |
XXX Kludge to make this compile with large MAXBSIZE until the XXX GCC bug it tickles is fixed.
|
| #
150c33e6 |
| 18-Oct-1996 |
thorpej <thorpej@NetBSD.org> |
Use ${INSTALL}.
|
| #
9e975209 |
| 22-Dec-1994 |
cgd <cgd@NetBSD.org> |
specify man pages the new way.
|