[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-29 19:46:29
Message-ID: 1138563989.926649.12319.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 503650 by habacker:

windows hack for kconfig_compiler no more required

 M  +1 -6      kde4.py  


--- trunk/KDE/kdelibs/bksys/kde4.py #503649:503650
@@ -136,12 +136,7 @@
 	env['BUILDERS']['Meinproc']=Builder(action='$MEINPROC --check --cache $TARGET \
$SOURCE',suffix='.cache.bz2')  
 	def kcfg_buildit(target, source, env):
-		# 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) +		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