More parallelism.
This commit is contained in:
parent
03f94ad79c
commit
b1accdb375
1 changed files with 4 additions and 4 deletions
|
@ -98,12 +98,12 @@ MO_FILES = ${LOCALES:.po=.mo}
|
||||||
.SILENT:
|
.SILENT:
|
||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
.SUFFIXES: .beam .c .cc .cxx .d .dep .erl .lib.o .mo .m .mm .o .plugin.o .po .py .pyc .xpm .S
|
.SUFFIXES: .beam .c .cc .cxx .d .dep .erl .lib.o .mo .m .mm .o .plugin.o .po .py .pyc .xpm .S
|
||||||
.PHONY: all subdirs pre-depend depend install install-extra uninstall uninstall-extra clean distclean
|
.PHONY: all subdirs pre-depend depend install install-extra uninstall uninstall-extra clean distclean locales
|
||||||
|
|
||||||
all:
|
all:
|
||||||
for i in subdirs depend ${STATIC_LIB} ${STATIC_LIB_NOINST} ${LIB} ${LIB_NOINST} ${PLUGIN} ${PLUGIN_NOINST} ${PROG} ${PROG_NOINST} locales; do \
|
${MAKE} ${MFLAGS} subdirs || exit 1
|
||||||
${MAKE} ${MFLAGS} $$i || exit 1; \
|
${MAKE} ${MFLAGS} depend || exit 1
|
||||||
done
|
${MAKE} ${STATIC_LIB} ${STATIC_LIB_NOINST} ${LIB} ${LIB_NOINST} ${PLUGIN} ${PLUGIN_NOINST} ${PROG} ${PROG_NOINST} locales || exit 1
|
||||||
|
|
||||||
subdirs:
|
subdirs:
|
||||||
for i in ${SUBDIRS}; do \
|
for i in ${SUBDIRS}; do \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue