Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 02/06/2004 18:45:03
Module Name: pkgsrc
Committed By: jlam
Date: Fri Feb 6 18:45:03 UTC 2004
Modified Files:
pkgsrc/mk: bsd.pkg.mk krb5.buildlink3.mk
pkgsrc/mk/buildlink3: bsd.buildlink3.mk
pkgsrc/mk/compiler: gcc.mk
Log Message:
If we're passing through MAKEFLAGS variables whose values may contain
spaces, use the :Q modifier instead of double-quoting the value. This
fixes breakage when executing the just-in-time su targetes.
To generate a diff of this commit:
cvs rdiff -r1.1375 -r1.1376 pkgsrc/mk/bsd.pkg.mk
cvs rdiff -r1.4 -r1.5 pkgsrc/mk/krb5.buildlink3.mk
cvs rdiff -r1.77 -r1.78 pkgsrc/mk/buildlink3/bsd.buildlink3.mk
cvs rdiff -r1.40 -r1.41 pkgsrc/mk/compiler/gcc.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.