[GRASS-SVN] r37676 - grass/trunk/include/Make
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jun 1 02:28:24 EDT 2009
Author: glynn
Date: 2009-06-01 02:28:24 -0400 (Mon, 01 Jun 2009)
New Revision: 37676
Modified:
grass/trunk/include/Make/Rules.make
Log:
Have "make clean" delete .pyc files
Modified: grass/trunk/include/Make/Rules.make
===================================================================
--- grass/trunk/include/Make/Rules.make 2009-06-01 06:27:09 UTC (rev 37675)
+++ grass/trunk/include/Make/Rules.make 2009-06-01 06:28:24 UTC (rev 37676)
@@ -24,7 +24,7 @@
# default clean rules
clean:
-rm -rf $(OBJDIR) $(EXTRA_CLEAN_DIRS)
- -rm -f $(EXTRA_CLEAN_FILES) *.tab.[ch] *.yy.c *.output *.backup *.tmp.html
+ -rm -f $(EXTRA_CLEAN_FILES) *.tab.[ch] *.yy.c *.output *.backup *.tmp.html *.pyc
-if [ "$(CLEAN_SUBDIRS)" != "" ] ; then \
for dir in $(CLEAN_SUBDIRS) ; do \
$(MAKE) -C $$dir clean ; \
More information about the grass-commit
mailing list