Differences From Artifact [c427692260]:
- Executable file server/buildpkgs/sqlite3/build.sh — part of check-in [3bff2517a1] at 2011-07-27 14:37:28 on branch trunk — Enabled R*Tree SQLite3 support (user: rkeene, size: 1316) [annotate] [blame] [check-ins using]
To Artifact [6639e4bb8c]:
- Executable file server/buildpkgs/sqlite3/build.sh — part of check-in [180730d89c] at 2011-07-27 14:39:09 on branch trunk — Updated SQLite3 description to include R*Tree notice (user: rkeene, size: 1327) [annotate] [blame] [check-ins using]
︙ | |||
43 44 45 46 47 48 49 | 43 44 45 46 47 48 49 50 51 52 | - + | ${MAKE:-make} || exit 1 ${MAKE:-make} install-binaries PKG_DIR='' || exit 1 rm -f "${PLATDIR}"/*.a ) || exit 1 |