don't use quotes where not needed

master
Daniel Kolesa 2015-11-06 19:40:09 +00:00
parent adf3c0f068
commit 7b29404dbd
1 changed files with 4 additions and 5 deletions

View File

@ -1,5 +1,4 @@
CC = (getenv CC cc) CC = (getenv CC cc)
OBJ = (extreplace (glob *.c) .c .o) OBJ = (extreplace (glob *.c) .c .o)
rule test $OBJ [ rule test $OBJ [
@ -18,9 +17,9 @@ action clean [
] ]
action info [ action info [
echo "compiler:" $CC echo compiler: $CC
echo "number of CPUs:" $numcpus echo number of CPUs: $numcpus
echo "number of jobs:" $numjobs echo number of jobs: $numjobs
] ]
action test_invoke [ action test_invoke [