[pypy-svn] r55419 - pypy/dist/pypy/translator/c

arigo at codespeak.net arigo at codespeak.net
Fri May 30 13:59:59 CEST 2008


Author: arigo
Date: Fri May 30 13:59:57 2008
New Revision: 55419

Modified:
   pypy/dist/pypy/translator/c/genc.py
Log:
A slightly safer "make clean".


Modified: pypy/dist/pypy/translator/c/genc.py
==============================================================================
--- pypy/dist/pypy/translator/c/genc.py	(original)
+++ pypy/dist/pypy/translator/c/genc.py	Fri May 30 13:59:57 2008
@@ -892,7 +892,7 @@
 \t$(PYPYDIR)/translator/c/gcc/trackgcroot.py $(GCMAPFILES) > $@ || (rm -f $@ && exit 1)
 
 clean:
-\trm -f $(OBJECTS) $(TARGET) $(GCMAPFILES) ../*/*.gc??
+\trm -f $(OBJECTS) $(TARGET) $(GCMAPFILES) *.gc?? ../module_cache/*.gc??
 
 clean_noprof:
 \trm -f $(OBJECTS) $(TARGET) $(GCMAPFILES)



More information about the Pypy-commit mailing list