Overview
Comment: | Remove implib stuff again. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
936c059a997fd386fd5f567fcc9432fd |
User & Date: | js on 2007-09-27 12:25:50 |
Other Links: | manifest | tags |
Context
2007-09-27
| ||
19:01 | ${PROG_IMPLIB_LDFLAGS} should work now. check-in: 46ab33620c user: js tags: trunk | |
12:25 | Remove implib stuff again. check-in: 936c059a99 user: js tags: trunk | |
2007-09-26
| ||
14:20 | Only generate .deps file if there are files for it. check-in: 16cf0533ac user: js tags: trunk | |
Changes
Modified buildsys.mk.in from [340383568e] to [4ebc48429b].
︙ | ︙ | |||
364 365 366 367 368 369 370 | distclean: clean for i in ${SUBDIRS}; do \ ${DIR_ENTER}; \ ${MAKE} ${MFLAGS} distclean || exit 1; \ ${DIR_LEAVE}; \ done | | | 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 | distclean: clean for i in ${SUBDIRS}; do \ ${DIR_ENTER}; \ ${MAKE} ${MFLAGS} distclean || exit 1; \ ${DIR_LEAVE}; \ done for i in ${PROG} ${PROG_NOINST} ${LIB} ${LIB_NOINST} ${STATIC_LIB} ${STATIC_LIB_NOINST} ${PLUGIN} ${PLUGIN_NOINST} ${DISTCLEAN} *~; do \ if test -f $$i -o -d $$i; then \ if rm -fr $$i; then \ ${DELETE_OK}; \ else \ ${DELETE_FAILED}; \ fi \ fi \ |
︙ | ︙ |