# HG changeset patch # User Masamichi Hosoda # Date 1426085416 -32400 # Node ID bc6de6b4e739e1fc71b64e7db4733cc23d120d22 # Parent 394498f6e3456cd2349d2e3e452cf72842f42e0c Fix ghostscript aux diff -r 394498f6e345 -r bc6de6b4e739 gub/specs/ghostscript.py --- a/gub/specs/ghostscript.py Wed Mar 11 23:48:12 2015 +0900 +++ b/gub/specs/ghostscript.py Wed Mar 11 23:50:16 2015 +0900 @@ -197,7 +197,7 @@ # obj/mkromfs is needed for --enable-compile-inits but depends on native -liconv. self.system (''' cd %(builddir)s && mkdir -p %(obj)s -cd %(builddir)s && make PATH=/usr/bin:$PATH CC=cc CCAUX=cc C_INCLUDE_PATH= CFLAGS= CPPFLAGS= GCFLAGS= LIBRARY_PATH= OBJ=build-o GLGENDIR=%(obj)s %(obj)s/genconf %(obj)s/echogs %(obj)s/genarch %(obj)s/arch.h +cd %(builddir)s && make PATH=/usr/bin:$PATH CC=cc CCAUX=cc C_INCLUDE_PATH= CFLAGS= CPPFLAGS= GCFLAGS= LIBRARY_PATH= OBJ=build-o GLGENDIR=%(obj)s %(obj)s/aux/genconf %(obj)s/aux/echogs %(obj)s/aux/genarch %(obj)s/arch.h ''') self.fixup_arch () target.AutoBuild.compile (self) @@ -324,7 +324,7 @@ def compile (self): self.system (''' cd %(builddir)s && mkdir -p obj -cd %(builddir)s && make CC=cc CCAUX=cc C_INCLUDE_PATH= CFLAGS= CPPFLAGS= GCFLAGS= LIBRARY_PATH= obj/genconf obj/echogs obj/genarch obj/arch.h +cd %(builddir)s && make CC=cc CCAUX=cc C_INCLUDE_PATH= CFLAGS= CPPFLAGS= GCFLAGS= LIBRARY_PATH= obj/aux/genconf obj/aux/echogs obj/aux/genarch obj/arch.h cd %(builddir)s && make INCLUDE=/usr/include gconfig__h=gconfig_-native.h gconfig_-native.h cd %(builddir)s && make INCLUDE=%(system_prefix)s/include gconfig__h=gconfig_-tools.h gconfig_-tools.h cd %(builddir)s && sort -u gconfig_-native.h gconfig_-tools.h > obj/gconfig_.h