| History log of /src/usr.bin/xinstall/Makefile |
| Revision | | Date | Author | Comments |
| 1.31 |
| 20-Jul-2023 |
lukem | tools: binstall can use posix_spawn() instead of vfork()
|
| 1.30 |
| 03-Jun-2023 |
lukem | 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.
|
| 1.29 |
| 30-Oct-2020 |
rillig | 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.
|
| 1.28 |
| 29-Sep-2020 |
roy | xinstall: define MAKE_NATIVE so our make parts compile
|
| 1.27 |
| 07-Sep-2020 |
mrg | apply GCC_NO_ADDR_OF_PACKED_MEMBER
|
| 1.26 |
| 10-Oct-2015 |
dholland | Don't assume HAVE_POSIX_SPAWN when building a host prog. From Joachim Kuebart in PR 50301. needs pullup-7
|
| 1.25 |
| 17-Jun-2015 |
christos | Use the bourne shell if the after command has shell metachars.
|
| 1.24 |
| 15-Jun-2015 |
christos | - improve error printing - deduplicate run functions and don't use the shell so that we handle filenames with spaces and metacharacters consistently.
|
| 1.23 |
| 15-Jun-2015 |
martin | Add optional support for posix_spawn (instead of vfork) and enable it for the in-tree build.
|
| 1.22 |
| 17-Aug-2011 |
christos | document non-literal format strings
|
| 1.21 |
| 16-Dec-2006 |
bouyer | Don't depend on lubutil if we're building host tools. Fix tools build on non-NetBSD hosts.
|
| 1.20 |
| 14-Dec-2006 |
he | 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
|
| 1.19 |
| 18-May-2003 |
lukem | 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.
|
| 1.18 |
| 19-Dec-2002 |
lukem | 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.
|
| 1.17 |
| 18-Sep-2002 |
lukem | makefile delint. use NETBSDSRCDIR as appropriate
|
| 1.16 |
| 21-Jan-2002 |
tv | Add non-NetBSD host hooks.
|
| 1.15 |
| 14-Aug-2001 |
tv | Add hooks to allow toolchain bits to be reachover-built at the top level.
|
| 1.14 |
| 10-Oct-1998 |
mrg | create a "stat_flags.h" to go with stat_flags.c
|
| 1.13 |
| 08-May-1997 |
gwr | Back out the .PATH.c changes. The .depend problem (and others) will be fixed using the new .NOPATH make feature instead.
|
| 1.12 |
| 06-May-1997 |
gwr | Use .PATH.c: ...
|
| 1.11 |
| 24-Mar-1997 |
christos | - Makefile cleanups
|
| 1.10 |
| 12-Mar-1997 |
mycroft | Remove kluge for GCC bug on m68k.
|
| 1.9 |
| 09-Dec-1996 |
thorpej | XXX Kludge to make this compile with large MAXBSIZE until the XXX GCC bug it tickles is fixed.
|
| 1.8 |
| 18-Oct-1996 |
thorpej | Use ${INSTALL}.
|
| 1.7 |
| 22-Dec-1994 |
cgd | specify man pages the new way.
|
| 1.6 |
| 14-Nov-1994 |
jtc | Merged with 4.4lite. Changed to conform to NetBSD's new RCS Id convention. Changed to use err(),errx(),warn(),warnx().
|
| 1.5 |
| 30-Jul-1993 |
mycroft | Add RCS identifiers.
|
| 1.4 |
| 18-Jul-1993 |
mycroft | Use ${COPY}, not -c for install.
|
| 1.3 |
| 26-Apr-1993 |
mycroft | Define `realinstall' target, not `install', and let bsd.prog.mk do dependencies.
|
| 1.2 |
| 09-Apr-1993 |
cgd | make install copy, rather than move, the binary.
|
| 1.1 |
| 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
| 1.1.1.2 |
| 12-Nov-1994 |
jtc | imported from 4.4lite
|
| 1.1.1.1 |
| 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|