Overview
Comment: | Properly clean for MorphOS libraries |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
0aed783561b4f6b9a0c54bf0db88811f |
User & Date: | js on 2017-07-16 18:28:20 |
Other Links: | manifest | tags |
Context
2017-09-10
| ||
20:56 | OpenBSD wants setaf * 0 0 on *-256color terms check-in: 511ab31af8 user: js tags: trunk | |
2017-07-16
| ||
18:28 | Properly clean for MorphOS libraries check-in: 0aed783561 user: js tags: trunk | |
2017-07-08
| ||
20:10 | Add support for building MorphOS libraries check-in: fc183c97fa user: js tags: trunk | |
Changes
Modified buildsys.mk.in from [29f24395df] to [449d447d53].
︙ | |||
901 902 903 904 905 906 907 | 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 | - + | for i in "" ${SUBDIRS} ${SUBDIRS_AFTER}; do \ test x"$$i" = x"" && continue; \ ${DIR_ENTER}; \ ${MAKE} clean || exit $$?; \ ${DIR_LEAVE}; \ done |
︙ |