[svn] commit: r2847 - in /branches/trac191-rebased/src/bin/stats: run_b10-stats.sh.in run_b10-stats_stub.sh.in tests/stats_test.in

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Aug 31 20:04:25 UTC 2010


Author: naokikambe
Date: Tue Aug 31 20:04:25 2010
New Revision: 2847

Log:
remove lines of setting ''B10_FROM_BUILD'' because of its unnecessity (#191 [comment:ticket:191:11])

Modified:
    branches/trac191-rebased/src/bin/stats/run_b10-stats.sh.in
    branches/trac191-rebased/src/bin/stats/run_b10-stats_stub.sh.in
    branches/trac191-rebased/src/bin/stats/tests/stats_test.in

Modified: branches/trac191-rebased/src/bin/stats/run_b10-stats.sh.in
==============================================================================
--- branches/trac191-rebased/src/bin/stats/run_b10-stats.sh.in (original)
+++ branches/trac191-rebased/src/bin/stats/run_b10-stats.sh.in Tue Aug 31 20:04:25 2010
@@ -23,11 +23,6 @@
 
 B10_FROM_SOURCE=@abs_top_srcdir@
 export B10_FROM_SOURCE
-# TODO: We need to do this feature based (ie. no general from_source)
-# But right now we need a second one because some spec files are
-# generated and hence end up under builddir
-B10_FROM_BUILD=@abs_top_builddir@
-export B10_FROM_BUILD
 
 STATS_PATH=@abs_top_builddir@/src/bin/stats
 

Modified: branches/trac191-rebased/src/bin/stats/run_b10-stats_stub.sh.in
==============================================================================
--- branches/trac191-rebased/src/bin/stats/run_b10-stats_stub.sh.in (original)
+++ branches/trac191-rebased/src/bin/stats/run_b10-stats_stub.sh.in Tue Aug 31 20:04:25 2010
@@ -23,11 +23,6 @@
 
 B10_FROM_SOURCE=@abs_top_srcdir@
 export B10_FROM_SOURCE
-# TODO: We need to do this feature based (ie. no general from_source)
-# But right now we need a second one because some spec files are
-# generated and hence end up under builddir
-B10_FROM_BUILD=@abs_top_builddir@
-export B10_FROM_BUILD
 
 STATS_PATH=@abs_top_builddir@/src/bin/stats
 

Modified: branches/trac191-rebased/src/bin/stats/tests/stats_test.in
==============================================================================
--- branches/trac191-rebased/src/bin/stats/tests/stats_test.in (original)
+++ branches/trac191-rebased/src/bin/stats/tests/stats_test.in Tue Aug 31 20:04:25 2010
@@ -23,11 +23,6 @@
 
 B10_FROM_SOURCE=@abs_top_srcdir@
 export B10_FROM_SOURCE
-# TODO: We need to do this feature based (ie. no general from_source)
-# But right now we need a second one because some spec files are
-# generated and hence end up under builddir
-B10_FROM_BUILD=@abs_top_builddir@
-export B10_FROM_BUILD
 
 cd ${BIND10_PATH}
 ${PYTHON_EXEC} -O ${STATS_PATH}/b10-stats_test.py $*




More information about the bind10-changes mailing list