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)
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
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