Overview
Comment: | Cleaned up false error |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
082204b4b8620f907c08cf84afc6b89e |
User & Date: | rkeene on 2010-09-26 04:37:21 |
Other Links: | manifest | tags |
Context
2010-09-26
| ||
04:37 |
Updated kitsh to use CFLAGS/CPPFLAGS/LDFLAGS
Updated kitsh comments check-in: 64d5a347c2 user: rkeene tags: trunk | |
04:37 | Cleaned up false error check-in: 082204b4b8 user: rkeene tags: trunk | |
04:37 | Corrected typo check-in: db6bac1cb3 user: rkeene tags: trunk | |
Changes
Modified memchan/build.sh from [f18a3d8d1a] to [cd0bedd3b8].
︙ | ︙ | |||
44 45 46 47 48 49 50 51 52 53 | cd generic || exit 1 ../configure --enable-shared --prefix="${INSTDIR}" --exec-prefix="${INSTDIR}" --with-tcl="${TCLCONFIGDIR}" ${CONFIGUREEXTRA} "${MAKE:-make}" || exit 1 "${MAKE:-make}" install ) || exit 1 exit 0 | > > | 44 45 46 47 48 49 50 51 52 53 54 55 | cd generic || exit 1 ../configure --enable-shared --prefix="${INSTDIR}" --exec-prefix="${INSTDIR}" --with-tcl="${TCLCONFIGDIR}" ${CONFIGUREEXTRA} "${MAKE:-make}" || exit 1 "${MAKE:-make}" install exit 0 ) || exit 1 exit 0 |