[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdelibs/bksys
From:       Ralf Habacker <Ralf.Habacker () freenet ! de>
Date:       2006-01-10 13:58:37
Message-ID: 1136901517.882210.30787.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 496449 by habacker:

kcfg_buildit: fix builddir limited to windows


 M  +6 -1      kde4.py  


--- trunk/KDE/kdelibs/bksys/kde4.py #496448:496449
@@ -136,7 +136,12 @@
 	env['BUILDERS']['Meinproc']=Builder(action='$MEINPROC --check --cache $TARGET \
$SOURCE',suffix='.cache.bz2')  
 	def kcfg_buildit(target, source, env):
-		comp='$KCONFIGCOMPILER -d%s %s %s' % (target[0].dir, source[1].path, \
source[0].path) +		# TODO: why does target[0].dir return under unix only builddir and \
under windows builddir + subdir +		# if on unix only builddir is required, why not \
use builddir at all ?  +		if env['WINDOWS']:
+			comp='$KCONFIGCOMPILER -d%s %s %s' % (env['_BUILDDIR_'], source[1].path, \
source[0].path) +		else:
+			comp='$KCONFIGCOMPILER -d%s %s %s' % (target[0].dir, source[1].path, \
source[0].path)  return env.Execute(comp)
 	
 	def kcfg_stringit(target, source, env):


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic