Improved by Caleb1994 of osdev.org.
authorsolar <solar@546481bc-9713-0410-bf18-d3337bbf4a3e>
Sun, 9 Oct 2011 11:17:58 +0000 (11:17 +0000)
committersolar <solar@546481bc-9713-0410-bf18-d3337bbf4a3e>
Sun, 9 Oct 2011 11:17:58 +0000 (11:17 +0000)
git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@520 546481bc-9713-0410-bf18-d3337bbf4a3e

Makefile

index 4d9a4010c3a9f486469f7f85813ede3fc50be318..fa2976a2f48bf87c80f064751cbdcaf3ccf4ea26 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -77,10 +77,10 @@ srcdist:
        @tar czf pdclib.tgz $(ALLFILES)
 
 todos:
-       -@for file in $(ALLFILES); do grep -H TODO $$file; done; true
+       -@for file in $(ALLFILES:Makefile=); do grep -H TODO $$file; done; true
 
 fixmes:
-       -@for file in $(ALLFILES); do grep -H FIXME $$file; done; true
+       -@for file in $(ALLFILES:Makefile=); do grep -H FIXME $$file; done; true
 
 find:
        @find functions/ includes/ internals/ platform/ -name "*\.[ch]" -type f | xargs grep $$FIND