Re: [OE-core] [PATCH 1/1] ghostscript: resolve the gconfig.h conflict

2013-06-23 Thread wenzong fan
On 06/23/2013 10:02 AM, Saul Wold wrote: On 06/17/2013 07:02 PM, wenzong@windriver.com wrote: From: Wenzong Fan Both base/lib.mak and psi/int.mak will create file gconfig.h: lib.mak: $(CP_) $(gconfig_h) $(GLGEN)gconfig.h int.mak: $(CP_) $(gconfig_h) $(PSGEN)gconfig.h If $(GLGEN)

Re: [OE-core] [PATCH 1/1] ghostscript: resolve the gconfig.h conflict

2013-06-22 Thread Saul Wold
On 06/17/2013 07:02 PM, wenzong@windriver.com wrote: From: Wenzong Fan Both base/lib.mak and psi/int.mak will create file gconfig.h: lib.mak: $(CP_) $(gconfig_h) $(GLGEN)gconfig.h int.mak: $(CP_) $(gconfig_h) $(PSGEN)gconfig.h If $(GLGEN) is same with $(PSGEN), the $(GLGEN)gconfi

[OE-core] [PATCH 1/1] ghostscript: resolve the gconfig.h conflict

2013-06-17 Thread wenzong.fan
From: Wenzong Fan Both base/lib.mak and psi/int.mak will create file gconfig.h: lib.mak: $(CP_) $(gconfig_h) $(GLGEN)gconfig.h int.mak: $(CP_) $(gconfig_h) $(PSGEN)gconfig.h If $(GLGEN) is same with $(PSGEN), the $(GLGEN)gconfig.h will be overridden by $(PSGEN)gconfig.h in a parallel bui