Differences From Artifact [3d66d77fa6]:
- Executable file build/build.sh — part of check-in [1fed88b8b1] at 2010-07-21 21:33:18 on branch trunk — Updated to leave build directory intact on snapshot (user: rkeene, size: 457) [annotate] [blame] [check-ins using]
To Artifact [74fa13ddae]:
- Executable file build/build.sh — part of check-in [a0551b52f7] at 2010-07-23 05:56:25 on branch trunk — Updated snapshot to give build an updated version number (user: rkeene, size: 628) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | + + + + + + | #! /bin/sh find . -type f -name '.*.sw?' | xargs rm -f find . -type f -name '.nfs*' | xargs rm -f if [ "${SNAPSHOT}" = "1" ]; then sed "s@\(AC_INIT([^)]*\))@\1.${VERS})@" configure.ac > configure.ac.new cat configure.ac.new > configure.ac rm -f configure.ac.new fi ./autogen.sh || exit 1 if [ ! -x configure ]; then exit 1 fi |
︙ |