Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/Makefile,v retrieving revision 1.281 retrieving revision 1.281.2.1 diff -u -p -r1.281 -r1.281.2.1 --- src/Makefile 2010/12/03 21:38:46 1.281 +++ src/Makefile 2011/02/08 16:18:26 1.281.2.1 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.281 2010/12/03 21:38:46 plunky Exp $ +# $NetBSD: Makefile,v 1.281.2.1 2011/02/08 16:18:26 bouyer Exp $ # # This is the top-level makefile for building NetBSD. For an outline of @@ -332,7 +332,7 @@ installworld: .PHONY .MAKE .endif .endif ${MAKEDIRTARGET} distrib/sets installsets \ - INSTALLDIR=${INSTALLWORLDDIR:U/} INSTALLSETS= + INSTALLDIR=${INSTALLWORLDDIR:U/} INSTALLSETS=${INSTALLSETS:Q} ${MAKEDIRTARGET} . postinstall-check DESTDIR=${INSTALLWORLDDIR} @echo "make ${.TARGET} started at: ${START_TIME}" @printf "make ${.TARGET} finished at: " && date