better cpp
This commit is contained in:
parent
61cb2ba2de
commit
8ef86ffe84
1 changed files with 2 additions and 6 deletions
|
@ -1,6 +1,2 @@
|
||||||
exec 2>>/cpp.log
|
#!/bin/sh
|
||||||
set -x
|
/usr/pkg/bin/clang -cc1 -E "$@"
|
||||||
if [ $# -ne 1 ]
|
|
||||||
then exec /usr/pkg/bin/clang "$@" -E -
|
|
||||||
else exec /usr/pkg/bin/clang "$@" -E
|
|
||||||
fi
|
|
||||||
|
|
Loading…
Reference in a new issue