Subject: CVS commit: basesrc/distrib
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 04/14/2002 04:41:26
Module Name:	basesrc
Committed By:	lukem
Date:		Sun Apr 14 01:41:25 UTC 2002

Modified Files:
	basesrc/distrib/cats/instkernel: Makefile
	basesrc/distrib/common: Makefile.mdset
	basesrc/distrib/evbarm/instkernel/instkernel: Makefile
	basesrc/distrib/mipsco/instkernel: Makefile list
	basesrc/distrib/pmax/instkernel: Makefile list
	basesrc/distrib/shark/instkernel/instkernel: Makefile

Log Message:
- Rename Makefile.mdset variables:
	MDEXTRA_SUFFIXES.${KERNEL} 	-> MDSET.${FILENAME}.suffixes
	${KERNEL.${_K}}.post		-> MDSET.${FILENAME}.post
  This allows "default" rules for for MDSETTARGETS with FILENAMEs of "-"
  by defined MDSET.-.post & MDSET.-.suffixes
- Document the above
- Use the above appropriately in various Makefiles
- Be a be quieter when building these kernels
- Add .WAIT syncs so that multiple kernels aren't built in parallel, because
  the temporary filename is the same, and it also avoid hairy magic in
  syncing the targets generated from MDSET.${FILENAME}.suffixes with
  the master target for that ${FILENAME}


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 basesrc/distrib/cats/instkernel/Makefile
cvs rdiff -r1.5 -r1.6 basesrc/distrib/common/Makefile.mdset
cvs rdiff -r1.2 -r1.3 basesrc/distrib/evbarm/instkernel/instkernel/Makefile
cvs rdiff -r1.7 -r1.8 basesrc/distrib/mipsco/instkernel/Makefile
cvs rdiff -r1.1 -r1.2 basesrc/distrib/mipsco/instkernel/list
cvs rdiff -r1.25 -r1.26 basesrc/distrib/pmax/instkernel/Makefile
cvs rdiff -r1.1 -r1.2 basesrc/distrib/pmax/instkernel/list
cvs rdiff -r1.7 -r1.8 basesrc/distrib/shark/instkernel/instkernel/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.