[git commit] buildsys: use single slash version of -print-whatever

Mike Frysinger vapier at gentoo.org
Sat Jan 28 00:49:54 UTC 2012


On Thursday 26 January 2012 11:00:05 Bernhard Reutner-Fischer wrote:
> The double slash variants are not documented (doc bug?) so better use
> the single slash variants like we usually do.
> 
> -$(eval $(call cache-output-var,CC_IPREFIX,$(CC) --print-file-name=include)) 
> +$(eval $(call cache-output-var,CC_IPREFIX,$(CC) -print-file-name=include))

these are dashes, not slashes ;)
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.busybox.net/pipermail/uclibc/attachments/20120127/bb0c90c0/attachment.asc>


More information about the uClibc mailing list