Socket/Protocols/INet: Extend INet6SocketAddress syntax to support more flexible...
[senf.git] / senfscons / senfutil.py
index a0954a8..ad80d8b 100644 (file)
@@ -35,8 +35,6 @@ def SetupForSENF(env):
     opts.Add( BoolOption('final', 'Build final (optimized) build', False) )
     opts.Update(env)
 
-    print env.subst('$LOGLEVELS')
-
     if env.subst('$LOGLEVELS'):
         env.Append( expandLogOption=expandLogOption )
         env.Append( CPPDEFINES = { 'SENF_LOG_CONF': '$expandLogOption' } )
@@ -54,6 +52,6 @@ def SetupForSENF(env):
 
         env.Default(
             env.AlwaysBuild(
-                env.Command('senf/libsenf.a', [],  [ 'scons -C senf $SENF_BUILDOPTS libsenf.a' ])))
+                env.Command('senf/libsenf.a', [],  [ 'scons -C %s $SENF_BUILDOPTS libsenf.a' % os.path.realpath('senf')])))
     else:
         print '\nUsing global SENF\n'