Overview
Comment: | Update buildsys |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
521c396376bb8c5bae6461772543a491 |
User & Date: | js on 2023-02-11 23:21:58 |
Other Links: | manifest | tags |
Context
2023-02-11
| ||
23:22 | Remove empty include directories on uninstall check-in: 07f0332a58 user: js tags: trunk | |
23:21 | Update buildsys check-in: 521c396376 user: js tags: trunk | |
2023-01-28
| ||
20:27 | ofhttp: Set user.ofhttp.downloaded_from xattr check-in: ad148c821a user: js tags: trunk | |
Changes
Modified buildsys.mk.in from [e067a2f2b2] to [b42288d277].
︙ | ︙ | |||
759 760 761 762 763 764 765 | else \ ${INSTALL_FAILED}; \ fi \ done install-extra: | | | 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 | else \ ${INSTALL_FAILED}; \ fi \ done install-extra: uninstall: for i in "" ${SUBDIRS} ${SUBDIRS_AFTER}; do \ test x"$$i" = x"" && continue; \ ${DIR_ENTER}; \ ${MAKE} -s uninstall || exit $$?; \ ${DIR_LEAVE}; \ done |
︙ | ︙ | |||
871 872 873 874 875 876 877 878 879 880 881 882 883 884 | if rm -f ${DESTDIR}${mandir}/${mansubdir}/$$i; then \ ${DELETE_OK}; \ else \ ${DELETE_FAILED}; \ fi \ fi \ done uninstall-extra: clean: for i in "" ${SUBDIRS} ${SUBDIRS_AFTER}; do \ test x"$$i" = x"" && continue; \ ${DIR_ENTER}; \ | > > | 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 | if rm -f ${DESTDIR}${mandir}/${mansubdir}/$$i; then \ ${DELETE_OK}; \ else \ ${DELETE_FAILED}; \ fi \ fi \ done ${MAKE} -s uninstall-extra uninstall-extra: clean: for i in "" ${SUBDIRS} ${SUBDIRS_AFTER}; do \ test x"$$i" = x"" && continue; \ ${DIR_ENTER}; \ |
︙ | ︙ |