NetBSD/distrib/miniroot
lukem deffb66504 parselist.awk
- 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}
2002-03-14 22:26:08 +00:00
..
Makefile parselist.awk 2002-03-14 22:26:08 +00:00
install.sh
install.sub Added support for uncompressed sets. 2001-12-17 20:17:34 +00:00
list Commit work-in-progess rototill of distrib/miniroot and associated machine 2002-03-06 12:04:48 +00:00
mtree.usr.install Commit work-in-progess rototill of distrib/miniroot and associated machine 2002-03-06 12:04:48 +00:00
upgrade.sh