pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk/compiler
Module Name: pkgsrc
Committed By: rillig
Date: Tue Jul 28 06:55:24 UTC 2009
Modified Files:
pkgsrc/mk/compiler: gcc.mk
Log Message:
Did you know that the := operator behaves funnily? Example:
exclam != echo ${DEFINED_LATER:Q} value
colon := ${DEFINED_LATER} value
DEFINED_LATER = later
show:
@echo ${exclam}
@echo ${colon}
Don't expect them to be the same.
To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 pkgsrc/mk/compiler/gcc.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index