Overview
Comment: | Oops. Fix parallel build. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
bedd3a521d005a481422dabf16367487 |
User & Date: | js on 2007-09-25 14:49:57 |
Other Links: | manifest | tags |
Context
2007-09-25
| ||
15:52 | Move *~ from clean to distclean. check-in: d207d214db user: js tags: trunk | |
14:49 | Oops. Fix parallel build. check-in: bedd3a521d user: js tags: trunk | |
2007-09-24
| ||
22:26 | Add missing distclean target. check-in: 84d335c94c user: js tags: trunk | |
Changes
Modified buildsys.mk.in from [83fce59ce8] to [c7ab740091].
︙ | ︙ | |||
71 72 73 74 75 76 77 | OBJS += ${OBJS5:.m=.o} .SILENT: .SUFFIXES: .beam .c .cc .cxx .d .erl .m .PHONY: all subdirs depend install uninstall clean distclean all: | | | 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 | OBJS += ${OBJS5:.m=.o} .SILENT: .SUFFIXES: .beam .c .cc .cxx .d .erl .m .PHONY: all subdirs depend install uninstall clean distclean all: for i in subdirs depend ${STATIC_LIB} ${STATIC_LIB_NOINST} ${LIB} ${LIB_NOINST} ${PLUGIN} ${PLUGIN_NOINST} ${PROG} ${PROG_NOINST}; do \ ${MAKE} ${MFLAGS} $$i || exit 1; \ done subdirs: for i in ${SUBDIRS}; do \ ${DIR_ENTER}; \ ${MAKE} ${MFLAGS} || exit 1; \ |
︙ | ︙ |