Module Name: src Committed By: riz Date: Tue Mar 8 17:47:59 UTC 2011
Modified Files: src [netbsd-5]: BUILDING Makefile Log Message: Pull up following revision(s) (requested by jym in ticket #1565): Makefile: revision 1.282 via patch BUILDING: revision 1.92 via patch Pass down INSTALLSETS variable to installsets target. Use :Q to escape shell meta-characters, as the variable contains a list of sets, separated by spaces. $ ./build.sh -V INSTALLSETS="base etc" install=idir should now work as expected. Reviewed by apb@ on tech-toolchain. To generate a diff of this commit: cvs rdiff -u -r1.78.2.3 -r1.78.2.4 src/BUILDING cvs rdiff -u -r1.262.2.4 -r1.262.2.5 src/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.