[gs-cvs] rev 8031 - trunk/gs/src

giles at ghostscript.com giles at ghostscript.com
Wed Jun 6 21:52:50 PDT 2007


Author: giles
Date: 2007-06-06 21:52:46 -0700 (Wed, 06 Jun 2007)
New Revision: 8031

Modified:
   trunk/gs/src/gs.mak
Log:
Remove an unused clean action.

DETAILS:

This was added as part of the x11 device modularization patch, which
doesn't appear to add any generation of _temp_* files. The Desqview
makefile does, and wctail.mak makes such files in the GLOBJ path,
but cleaning these shouldn't be part of this target regardless.


Modified: trunk/gs/src/gs.mak
===================================================================
--- trunk/gs/src/gs.mak	2007-06-07 04:44:52 UTC (rev 8030)
+++ trunk/gs/src/gs.mak	2007-06-07 04:52:46 UTC (rev 8031)
@@ -261,7 +261,6 @@
 gconfigd_h=$(GLGENDIR)$(D)gconfigd.h
 
 all default : $(GS_XE) $(GS_SHARED_OBJS)
-	$(RM_) _temp_*
 	$(NO_OP)
 
 # the distclean and maintainer-clean targets (if any)



More information about the gs-cvs mailing list