[gs-cvs] rev 8886 - trunk/ghostpdl
henrys at ghostscript.com
henrys at ghostscript.com
Sun Jul 27 20:32:10 PDT 2008
Author: henrys
Date: 2008-07-27 20:32:10 -0700 (Sun, 27 Jul 2008)
New Revision: 8886
Modified:
trunk/ghostpdl/Makefile
Log:
The profiling target was broken, the special directory "pgobj" for
profiling objects was not created. No differences expected in
regression testing.
Modified: trunk/ghostpdl/Makefile
===================================================================
--- trunk/ghostpdl/Makefile 2008-07-27 21:06:38 UTC (rev 8885)
+++ trunk/ghostpdl/Makefile 2008-07-28 03:32:10 UTC (rev 8886)
@@ -27,7 +27,7 @@
touch fonts
pcl-profile:
- $(MAKE) -C main -f pcl6_gcc.mak pdl-pg
+ $(MAKE) -C main -f pcl6_gcc.mak GENDIR="./pgobj" pdl-pg
pcl-install:
install main/obj/pcl6 /usr/local/bin
@@ -73,7 +73,7 @@
#### LANGUAGE SWITCHING PRODUCT RULES ####
ls-profile:
- $(MAKE) -C language_switch -f pspcl6_gcc.mak pdl-pg
+ $(MAKE) -C language_switch -f pspcl6_gcc.mak GENDIR="./pgobj" pdl-pg
ls-product:
$(MAKE) -C language_switch -f pspcl6_gcc.mak pdl-product # build PS/PCL/XL.
More information about the gs-cvs
mailing list