Overview
Comment: | Actually, depend depends on the sources. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
0cb39220fa2a7a622d84b076d2cfa76b |
User & Date: | js on 2007-09-21 16:19:44 |
Other Links: | manifest | tags |
Context
2007-09-21
| ||
22:54 | Some fixes for Windows. check-in: f04215cc70 user: js tags: trunk | |
16:19 | Actually, depend depends on the sources. check-in: 0cb39220fa user: js tags: trunk | |
13:11 | Add pre-depend, add rpath for Solaris and POSIX. check-in: e4d1f950ba user: js tags: trunk | |
Changes
Modified buildsys.mk.in from [44e1a37a0c] to [b42bd9933d].
︙ | |||
78 79 80 81 82 83 84 | 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 | - + | subdirs: for i in ${SUBDIRS}; do \ ${DIR_ENTER}; \ ${MAKE} ${MFLAGS} || exit 1; \ ${DIR_LEAVE}; \ done |
︙ |