summaryrefslogtreecommitdiffstats
path: root/sbin/Makefile
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2014-03-26 19:57:50 +0000
committerdim <dim@FreeBSD.org>2014-03-26 19:57:50 +0000
commit6ceec4444ddbcea29246cb67b83eff062485cdc3 (patch)
tree080dbf17a996b3adf36581c4645619db9542f9cf /sbin/Makefile
parentd8bb143013808c3a408228d184e27292e5274991 (diff)
downloadFreeBSD-src-6ceec4444ddbcea29246cb67b83eff062485cdc3.zip
FreeBSD-src-6ceec4444ddbcea29246cb67b83eff062485cdc3.tar.gz
Avoid "cc1: warning: is shorter than expected" when using GNU cpp in
combination with dtrace scripts, which have "#!/usr/sbin/dtrace -Cs" shebang lines. This is because dtrace positions the file pointer after the shebang line, before passing the file to GNU cpp. To fix the warning, adjust the size downwards by the current position, after a bit of sanity checking. Suggested by: avg MFC after: 1 week
Diffstat (limited to 'sbin/Makefile')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud