summaryrefslogtreecommitdiff
path: root/distrib/common
AgeCommit message (Expand)Author
2004-01-01When using "MAKEDEV -s" to generate a specfile, rewrite the paths fromlukem
2003-12-21Rework MAKEDEV:lukem
2003-11-14s/awk/${AWK}matt
2003-11-09When calculating the number of disks, take into account that everylukem
2003-10-26Use ${HOST_SH} instead of `sh'.lukem
2003-10-25Update for MAKEDEV.tmpl changes; use <.OBJDIR-of-etc>/MAKEDEVlukem
2003-10-24Add MDSET_NOSTRIP and MDSET_NOSYMBOLS; global versions of the "per ${FILE}"lukem
2003-10-03Allow ${CRUNCHBIN} to be optional by defaulting to "." when doing thelukem
2003-07-10revert previous accidental commit (just whitespace tyop in this case)lukem
2003-07-10Rename a large chunk of the make(1) variables which refer to alukem
2003-05-18Don't force "make -j 1" any more, since David Laight appears to havelukem
2003-05-15Avoid building the xxx.mk file (etc) multiple times in a parralel build.dsl
2003-05-09Force ramdiskbin.mk to be run to update the crunched binary.dsl
2003-05-09pull in <bsd.sys.mk> for HOST_SHlukem
2003-05-09Don't bother building var/db/obsolete/* files for the install media;lukem
2003-05-08Use ${HOST_SH}christos
2003-05-08use ${HOST_SH}christos
2003-04-02Add support for UFS2. UFS2 is an enhanced FFS, adding support forfvdl
2003-03-25Add MAKE to PARSELISTENV, and specifically set MAKE=${MAKE} inlukem
2003-03-25Fix cross building case where the host is not a NetBSD host. We needimp
2003-03-11add multiple-include protection.lukem
2003-03-11Augment the `KERNEL' field of MDSETIMAGES; if it contains a `/'lukem
2003-03-10a minor heads-up. (if i got bit by this, someone else might)lukem
2003-03-07Script to make a file system image (usually .iso) bootable by Sunlukem
2003-03-07improve calculation to determine number of disks requiredlukem
2003-03-03Report free space for unpadded floppiesdsl
2003-02-22all:lukem
2003-02-20install obsolete set lists as /etc/obsolete/%s not /dist/%s_obsoletelukem
2003-01-22install /usr/bin/progress along with sysinst on all installation mediajhawk
2003-01-03Install release files under "${RELEASEDIR}/${MACHINE}/..." instead oflukem
2002-12-21Invoke ${PAX} with '-O' so that various errors don't hang the makelukem
2002-11-18Consistently use "netbsd-XXXXX" instead of "netbsd.XXXXX".lukem
2002-10-17Rework how SMALLPROG was being used and how INET6 support was enabled.lukem
2002-10-14Use _KERNEL.${_K}.${_F} instead of _KERNEL.${_K}, as this allowslukem
2002-09-16Don't escape constructs like ${FOO} in printf statements. awk doesn'tthorpej
2002-09-15Escape { and } in the regexp that matches e.g. ${FOO}.thorpej
2002-08-18support "mode=install", which generates a Makefile with an install target.lukem
2002-08-10this file is now unnecessary, now that MAKEDEV's "local" targetlukem
2002-06-01correct a commentlukem
2002-05-29- build crunchgen(1)-created Makefiles with -j 1, as they're notlukem
2002-05-29- for COPY, default perm to 0444 if it's not suppliedlukem
2002-05-10support MDSET_NOSTRIP.${FILENAME}lukem
2002-05-09only provide targets for ${WORKSPEC} and ${WORKBUILT} if non are provided.lukem
2002-05-08- whitespace consistency cleanuplukem
2002-05-07keep ${IMAGE} around even after building (optional) ${IMAGE}.gzlukem
2002-05-07Use release:: instead of release: when multiple release targets may existlukem
2002-05-07install correct item with IMAGETAR_RELEASEDIR release targetlukem
2002-05-05add support for MDSET.${FILENAME}.nosymbolslukem
2002-05-04- add support for [-s suffix] to buildfloppies.sh (defaults to "",lukem
2002-05-03rather than blocking parallel mdset builds with .WAIT, replace usage oflukem