- Revision
- 11401
- Author
- bear
- Date
- 2006-08-11 11:43:35 -0700 (Fri, 11 Aug 2006)
Log Message
Updating the script used by p_* tinderboxes to also use the "distrib" target
Modified Paths
Diff
Modified: trunk/hardhat/tbox.sh (11400 => 11401)
--- trunk/hardhat/tbox.sh 2006-08-11 18:36:06 UTC (rev 11400) +++ trunk/hardhat/tbox.sh 2006-08-11 18:43:35 UTC (rev 11401) @@ -157,8 +157,8 @@ SNAP= fi - echo Running \"make -C $C_DIR $SNAP install strip\" | tee -a $BUILDLOG - make -C $C_DIR $SNAP install strip &> $T_DIR/install.log + echo Running \"make -C $C_DIR $SNAP distrib strip\" | tee -a $BUILDLOG + make -C $C_DIR $SNAP distrib strip &> $T_DIR/install.log if [ ! "$CHANDLER_PERFORMANCE_TEST" = "yes" ]; then echo do distribution step | tee -a $BUILDLOG
_______________________________________________ Commits mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/commits
