[gs-cvs] rev 8257 - trunk/gs/src
giles at ghostscript.com
giles at ghostscript.com
Thu Sep 27 16:06:08 PDT 2007
Author: giles
Date: 2007-09-27 16:06:07 -0700 (Thu, 27 Sep 2007)
New Revision: 8257
Modified:
trunk/gs/src/gs.mak
trunk/gs/src/lib.mak
Log:
Remove the mkromfs code under 'make clean'. Bug 689474.
Also, use the GS_INIT define instead of hard-coding gs_init.ps
as the root of the postscript library code.
Modified: trunk/gs/src/gs.mak
===================================================================
--- trunk/gs/src/gs.mak 2007-09-27 20:30:39 UTC (rev 8256)
+++ trunk/gs/src/gs.mak 2007-09-27 23:06:07 UTC (rev 8257)
@@ -284,6 +284,9 @@
$(RMN_) $(GENARCH_XE) $(GENCONF_XE) $(GENDEV_XE) $(GENHT_XE) $(GENINIT_XE)
$(RMN_) $(ECHOGS_XE)
$(RMN_) $(GSGEN)gs_init.c $(BEGINFILES)
+ $(RMN_) $(MKROMFS_XE)
+ $(RMN_) $(PSGEN)$(GS_INIT)
+ $(RMN_) $(GSGEN)gsromfs.c
# Remove only configuration-dependent information.
#****** FOLLOWING IS WRONG, NEEDS TO BE PER-SUBSYSTEM ******
Modified: trunk/gs/src/lib.mak
===================================================================
--- trunk/gs/src/lib.mak 2007-09-27 20:30:39 UTC (rev 8256)
+++ trunk/gs/src/lib.mak 2007-09-27 23:06:07 UTC (rev 8257)
@@ -874,7 +874,7 @@
$(GLOBJ)gsparamx.$(OBJ) : $(GLSRC)gsparamx.c $(string__h)\
$(gserror_h) $(gserrors_h) $(gsmemory_h) $(gsparam_h) $(gsparamx_h)\
$(gstypes_h)
- $(GLCC) $(GLO_)gsparamx.$(OBJ) $(C_) $(GLSRC)gsparamx.c
+ $(GLCCSHARED) $(GLO_)gsparamx.$(OBJ) $(C_) $(GLSRC)gsparamx.c
# Future replacement for gsparams.c
$(GLOBJ)gsparam2.$(OBJ) : $(GLSRC)gsparam2.c $(GXERR) $(memory__h)\
@@ -1077,7 +1077,7 @@
# Provide a mapping between StandardEncoding and ISOLatin1Encoding.
$(GLOBJ)gdevemap.$(OBJ) : $(GLSRC)gdevemap.c $(AK) $(std_h)
- $(GLCC) $(GLO_)gdevemap.$(OBJ) $(C_) $(GLSRC)gdevemap.c
+ $(GLCCSHARED) $(GLO_)gdevemap.$(OBJ) $(C_) $(GLSRC)gdevemap.c
###### Create a pseudo-"feature" for the entire graphics library.
More information about the gs-cvs
mailing list