From: <av...@us...> - 2011-07-23 16:55:27
|
Revision: 3661 http://sc2.svn.sourceforge.net/sc2/?rev=3661&view=rev Author: avolkov Date: 2011-07-23 16:55:21 +0000 (Sat, 23 Jul 2011) Log Message: ----------- Remove 'uqm-wrapper' script in 'clean' subtarget; small comment fix; bug #1126 Modified Paths: -------------- trunk/sc2/build/unix/build.config trunk/sc2/build/unix/build_functions Modified: trunk/sc2/build/unix/build.config =================================================================== --- trunk/sc2/build/unix/build.config 2011-07-23 16:31:20 UTC (rev 3660) +++ trunk/sc2/build/unix/build.config 2011-07-23 16:55:21 UTC (rev 3661) @@ -445,7 +445,7 @@ SUBSTITUTE_FILES="build.vars" substitute_vars SUBSTITUTE_VARS SUBSTITUTE_FILES . "$BUILD_WORK" - # Make 'uqm' shell script from build.vars.in, substituting variables. + # Make 'uqm' shell script from uqm-wrapper.in, substituting variables. SUBSTITUTE_VARS="INSTALL_LIBDIR INSTALL_BINDIR INSTALL_SHAREDIR uqm_NAME" SUBSTITUTE_FILES="uqm-wrapper" substitute_vars SUBSTITUTE_VARS SUBSTITUTE_FILES build/unix "$BUILD_WORK" Modified: trunk/sc2/build/unix/build_functions =================================================================== --- trunk/sc2/build/unix/build_functions 2011-07-23 16:31:20 UTC (rev 3660) +++ trunk/sc2/build/unix/build_functions 2011-07-23 16:55:21 UTC (rev 3661) @@ -131,6 +131,7 @@ eval DEPEND_FILE="\$BUILD_WORK/\${${BUILD_PROJECT}_OBJS}${DEPEND_NAME}" rm -f "$DEPEND_FILE" "$BUILD_WORK/build.vars" \ + "$BUILD_WORK/uqm-wrapper" \ "$BUILD_WORK/config.state" eval "${TARGET}_clean" } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |