|
From: Patrick H. <pat...@us...> - 2006-04-13 14:44:17
|
patrickh 2006/04/13 07:44:15 PDT
Modified files:
modules/GMTL SConstruct
Log:
When building a GMTL RPM, GMTL is installed into a temporary location so
that the installable package can be constructed. To do this, the 'prefix'
option must be set on the scons command line, but doing so causes
gmtl-config to be regenerated with the wrong internal prefix. To work
around this, I have commented out the dependency of gmtl-config on its
dictionary of substitution variables. This does have some
undesirable--though fairly obscure--side effects, but I do not see a better
a way to solve this problem.
Revision Changes Path
1.65 +6 -1 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.64&r2=1.65&diff_format=l
|