- Timestamp:
- 10/22/07 07:41:58 (6 years ago)
- File:
-
- 1 edited
-
scripts/autobuild.bash (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
scripts/autobuild.bash
r2275 r2276 181 181 182 182 if [ $ARCH_ALL_COUNT -gt 1 -a $ARCH_I386_COUNT -lt 1 -a $ARCH_AMD64_COUNT -lt 1 ]; then 183 echo "${GREEN}Build is platform independent, skipping ${YELLOW}i386${NORMAL} build...${NORMAL}"183 echo "${GREEN}Build is platform independent, skipping ${YELLOW}i386${NORMAL} ${GREEN}build...${NORMAL}" 184 184 ARCH_INDEP=1 185 185 else … … 206 206 cd ../build-area/ 207 207 208 if [ $ARCH_INDEP -eq 1]; then208 if [ $ARCH_INDEP -eq 0 ]; then 209 209 echo "${GREEN}Generating ${YELLOW}multi_arch${NORMAL} ${GREEN}changes file and centralizing packages...${NORMAL}" 210 210
Note: See TracChangeset
for help on using the changeset viewer.


