deffb66504
- improve comments - provide a general purpose variable replacement; replace contents of ${FOO} with ENVIRON["FOO"]. - deprecate @MACHINE@ and @MACHINE_ARCH@ in favour of using ${MACHINE} and ${MACHINE_ARCH} instead - add errx() function; like err(), but doesn't print the line number - invoke this script with various variables defined via PARSELISTENV */Makefile* - use PARSELISTENV instead of POPULATEENV, and add variables like DESTDIR - other minor tweaks */list* - replace @MACHINE@ with ${MACHINE}
10 lines
284 B
Plaintext
10 lines
284 B
Plaintext
# $NetBSD: list.sysinst,v 1.3 2002/03/14 22:26:09 lukem Exp $
|
|
#
|
|
|
|
PROG sysinst
|
|
|
|
SPECIAL sysinst srcdir distrib/utils/sysinst/arch/${MACHINE}
|
|
|
|
# generate the lists of obsolete files used by sysinst
|
|
CMD sh ${_SRC_TOP_}/distrib/sets/makeobsolete -b -s ${_SRC_TOP_}/distrib/sets -t ./dist
|