[cig-commits] r12947 - cs/cigma/trunk

luis at geodynamics.org luis at geodynamics.org
Wed Sep 24 04:10:33 PDT 2008


Author: luis
Date: 2008-09-24 04:10:33 -0700 (Wed, 24 Sep 2008)
New Revision: 12947

Modified:
   cs/cigma/trunk/Makefile.am
Log:
Include line numbers in grep output

Modified: cs/cigma/trunk/Makefile.am
===================================================================
--- cs/cigma/trunk/Makefile.am	2008-09-24 11:10:31 UTC (rev 12946)
+++ cs/cigma/trunk/Makefile.am	2008-09-24 11:10:33 UTC (rev 12947)
@@ -35,8 +35,8 @@
 # Makefile rule for collecting task markers in source files
 .PHONY: tasks
 tasks:
-	grep -r XXX: ./src > ./pending-tasks.txt || true
-	grep -r TODO: ./src >> ./pending-tasks.txt || true
+	grep -r -n XXX: ./src > ./pending-tasks.txt || true
+	grep -r -n TODO: ./src >> ./pending-tasks.txt || true
 	@echo "Created 'pending-tasks.txt'"
 
 # EOF



More information about the cig-commits mailing list