User: curvirgo Date: 05/02/06 05:11:43 Modified: /ja/www/documents/develop/ ja_build
Log: fix moz-build routine File Changes: Directory: /ja/www/documents/develop/ ===================================== File [changed]: ja_build Url: http://ja.openoffice.org/source/browse/ja/www/documents/develop/ja_build?r1=1.12&r2=1.13 Delta lines: +1 -2 ------------------- --- ja_build 1 Feb 2005 14:38:38 -0000 1.12 +++ ja_build 6 Feb 2005 13:11:40 -0000 1.13 @@ -498,7 +498,6 @@ [ ${MOZILLA_BUILD} = Yes -a ${OOO_BUILD_SYSTEM} != Windows ] && { [ -f ${SRC_ROOT}/moz/build.complete ] || ( PrintMessage "Building mozilla runtime." - BUILD_MOZAB=TRUE [ -f ${MOZZIP_DIR}/${MOZ_ARCHIVE_NAME}inc.zip -a ! -f ${MOZZIP_DIR}/${MOZ_ARCHIVE_NAME}inc.zip.original ] && ( cd ${MOZZIP_DIR} mv -v ${MOZ_ARCHIVE_NAME}inc.zip ${MOZ_ARCHIVE_NAME}inc.zip.original @@ -510,7 +509,7 @@ ln -s ${SRC_ROOT}/moz/zipped ${SRC_ROOT}/moz/${OOOUTPATH}.pro/zipped } cd ${SRC_ROOT}/solenv && perl ${SOLARENV}/bin/build.pl && perl ${SOLARENV}/bin/deliver.pl - cd ${SRC_ROOT}/moz && perl ${SOLARENV}/bin/build.pl + cd ${SRC_ROOT}/moz && BUILD_MOZAB=TRUE perl ${SOLARENV}/bin/build.pl perl ${SOLARENV}/bin/deliver.pl && dmake zip && touch ${SRC_ROOT}/moz/build.complete ) } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
