[GRASS-SVN] r43304 - in grass/trunk: gui/wxpython lib/python/ctypes

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Aug 27 10:30:47 EDT 2010


Author: glynn
Date: 2010-08-27 14:30:47 +0000 (Fri, 27 Aug 2010)
New Revision: 43304

Modified:
   grass/trunk/gui/wxpython/Makefile
   grass/trunk/lib/python/ctypes/Makefile
Log:
"make clean" fixes


Modified: grass/trunk/gui/wxpython/Makefile
===================================================================
--- grass/trunk/gui/wxpython/Makefile	2010-08-27 14:29:35 UTC (rev 43303)
+++ grass/trunk/gui/wxpython/Makefile	2010-08-27 14:30:47 UTC (rev 43304)
@@ -1,7 +1,7 @@
 MODULE_TOPDIR = ../..
 
 SUBDIRS = docs vdigit
-EXTRA_CLEAN_FILES = menustrings.py
+EXTRA_CLEAN_FILES = menustrings.py build_ext.pyc
 CLEAN_SUBDIRS = vdigit
 
 include $(MODULE_TOPDIR)/include/Make/Dir.make

Modified: grass/trunk/lib/python/ctypes/Makefile
===================================================================
--- grass/trunk/lib/python/ctypes/Makefile	2010-08-27 14:29:35 UTC (rev 43303)
+++ grass/trunk/lib/python/ctypes/Makefile	2010-08-27 14:30:47 UTC (rev 43304)
@@ -55,7 +55,7 @@
 SED = sed
 CTYPESGEN = ./ctypesgen.py
 CTYPESFLAGS = --cpp "$(CC) -E $(CPPFLAGS) $(LFS_CFLAGS) $(EXTRA_CFLAGS) $(NLS_CFLAGS) $(DEFS) $(EXTRA_INC) $(INC)"
-EXTRA_CLEAN_FILES := $(foreach M,$(MODULES),$(M).py) $(wildcard ctypesgencore/*/*.pyc)
+EXTRA_CLEAN_FILES := $(foreach M,$(MODULES),$(M).py) $(wildcard ctypesgencore/*.pyc) $(wildcard ctypesgencore/*/*.pyc)
 
 ifneq ($(MINGW),)
 INTLLIB = -lintl3



More information about the grass-commit mailing list