Author: justi9
Date: 2009-08-31 10:17:22 -0400 (Mon, 31 Aug 2009)
New Revision: 3595
Modified:
mgmt/trunk/bin/find-code
Log:
Include Makefiles in 'code'
Modified: mgmt/trunk/bin/find-code
===================================================================
--- mgmt/trunk/bin/find-code 2009-08-27 19:52:28 UTC (rev 3594)
+++ mgmt/trunk/bin/find-code 2009-08-31 14:17:22 UTC (rev 3595)
@@ -3,5 +3,7 @@
exec find "${DEVEL_HOME}/" \
-regextype posix-awk \
-regex '.*\.(py|strings|sql|xml|js|css)$' \
- -or \
- -regex '.*/bin/[^/]+$' -executable -type f
+ -or -regex '.*/bin/[^/]+$' -executable -type f \
+ -or -name Makefile\* -type f
+
+# -path "**/.svn/**" -prune \
Show replies by date