wvcc compiler macros now generate explicit CC and CXX scripts.
commit4b5ef910a56fcc86f29ba9b2b3e02b48a4ad8e4c
authorAvery Pennarun <apenwarr@gmail.com>
Sat, 26 Jul 2008 03:40:38 +0000 (25 23:40 -0400)
committerAvery Pennarun <apenwarr@gmail.com>
Sat, 26 Jul 2008 06:21:07 +0000 (26 02:21 -0400)
tree1edf3474088741d95a155c3df5d4c11ff85f9c0a
parente75f6ec25691a5594ef4692454a24c3551dfd47c
wvcc compiler macros now generate explicit CC and CXX scripts.

This gets rid of the need for "make VERBOSE=1", at least for the
compilation stage if not the linking stage.  The commands look like a
simple "CC -c filename", and if you run that from the prompt, it'll
do exactly the same thing as when make does it.

Borrowed this idea (but not implementation) from djb's Makefiles.
.gitignore
fixdep.pl [new file with mode: 0755]
gen-cc [new file with mode: 0755]
wvrules-posix.mk
wvrules.mk