Overview
Comment: | Make newer gmake versions not double print dirs |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
e25f5ff4c019f02c880d0395703ebcff |
User & Date: | js on 2020-05-02 19:13:09 |
Other Links: | manifest | tags |
Context
2020-05-04
| ||
21:45 | Make newer gmake versions silent for real check-in: c791b26c16 user: js tags: trunk | |
2020-05-02
| ||
19:13 | Make newer gmake versions not double print dirs check-in: e25f5ff4c0 user: js tags: trunk | |
2020-04-19
| ||
14:06 | Don't use lib prefix for DLLs check-in: 95204567d2 user: js tags: trunk | |
Changes
Modified buildsys.mk.in from [4053db3b86] to [66d6f59ec6].
︙ | ︙ | |||
124 125 126 127 128 129 130 | .SILENT: .SUFFIXES: .SUFFIXES: .amigalib.o .beam .c .cc .class .cxx .d .erl .lib.o .java .mo .m .mm .o .plugin.o .po .py .pyc .rc .S .xpm .PHONY: all subdirs subdirs-after pre-depend depend install install-extra uninstall uninstall-extra clean distclean locales copy-headers-into-framework ${SUBDIRS} ${SUBDIRS_AFTER} all: ${MAKE} pre-all | | | | 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 | .SILENT: .SUFFIXES: .SUFFIXES: .amigalib.o .beam .c .cc .class .cxx .d .erl .lib.o .java .mo .m .mm .o .plugin.o .po .py .pyc .rc .S .xpm .PHONY: all subdirs subdirs-after pre-depend depend install install-extra uninstall uninstall-extra clean distclean locales copy-headers-into-framework ${SUBDIRS} ${SUBDIRS_AFTER} all: ${MAKE} pre-all ${MAKE} -s subdirs ${MAKE} depend ${MAKE} ${STATIC_LIB} ${STATIC_LIB_NOINST} ${STATIC_PIC_LIB} ${STATIC_PIC_LIB_NOINST} ${SHARED_LIB} ${SHARED_LIB_NOINST} ${FRAMEWORK} ${FRAMEWORK_NOINST} ${AMIGA_LIB} ${AMIGA_LIB_NOINST} ${PLUGIN} ${PLUGIN_NOINST} ${PROG} ${PROG_NOINST} ${JARFILE} locales ${MAKE} -s subdirs-after ${MAKE} post-all pre-all post-all: subdirs: ${SUBDIRS} subdirs-after: ${SUBDIRS_AFTER} |
︙ | ︙ |