summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.dep.mk
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2002-10-17 13:47:31 +0000
committerbde <bde@FreeBSD.org>2002-10-17 13:47:31 +0000
commitd91054229567b7e8d98914d2335b054dac2635fe (patch)
treebc65b7390df5a3205eacc143638cb4fd02ac16a3 /share/mk/bsd.dep.mk
parent7bd58017041e3ab7011a1f56e5f43184cdc7126a (diff)
downloadFreeBSD-src-d91054229567b7e8d98914d2335b054dac2635fe.zip
FreeBSD-src-d91054229567b7e8d98914d2335b054dac2635fe.tar.gz
Fixed the quoting of the value of SC_CUT_SEPCHARS. The double quotes
needed to be quoted (to get a C string literal), not the value itself. Fixed the value of SC_CUT_SEPCHARS. Setting this value would have had no effect even if it were used, since the value was the same as the default. The above bugs had no effect except to set bad examples, since test coverage of SC_CUT_SEPCHARS is broken by enabling a negative option. Removed (unquoted) double quotes for all options. They were all bogus since they had no effect except to make non-strings look like strings. Most of the non-strings were expressions. The value of INIT_PATH is a non-string since it is stringified later (unlike SC_CUT_SEPCHARS). Fixed parenthesization errors inside bogus quotes (parenthesize values if they have more than one token in them but don't parenthesize single tokens).
Diffstat (limited to 'share/mk/bsd.dep.mk')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud