[Xorp-hackers] [PATCH] xorp: Modified lf_pkg.bash

igorm at etf.rs igorm at etf.rs
Mon Feb 20 07:22:40 PST 2012


From: Igor Maravic <igorm at etf.rs>

Added command to first run "scons $SCONS_ARGS", before "scons $SCONS_ARGS install"
so build_info.cc would be built.

Signed-off-by: Igor Maravic <igorm at etf.rs>
---
 xorp/lf_pkg.bash |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/xorp/lf_pkg.bash b/xorp/lf_pkg.bash
index 7b7269d..093d0ce 100755
--- a/xorp/lf_pkg.bash
+++ b/xorp/lf_pkg.bash
@@ -19,6 +19,7 @@ echo -n " 2"
 sleep 1
 echo " 1"
 sleep 1
+scons $SCONS_ARGS || exit 1
 scons $SCONS_ARGS install || exit 1
 cp xorp_install.bash /usr/local/xorp/
 chmod a+x /usr/local/xorp/xorp_install.bash
-- 
1.7.5.4



More information about the Xorp-hackers mailing list