mirror of https://github.com/openXC7/prjxray.git
Fix makefiles to pass -j option
Signed-off-by: Tomasz Michalak <tmichalak@antmicro.com> Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
parent
6a45178bc1
commit
d3bb32e391
|
|
@ -21,7 +21,7 @@ pushdb:
|
|||
|
||||
$(SPECIMENS_OK): build/todo.txt
|
||||
mkdir -p build
|
||||
bash generate.sh $(subst /OK,,$@)
|
||||
+bash generate.sh $(subst /OK,,$@)
|
||||
touch $@
|
||||
|
||||
build/todo.txt:
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ include $(SELF_DIR)/pip_list.mk
|
|||
|
||||
$(SPECIMENS_OK): build/todo.txt $(SPECIMENS_DEPS)
|
||||
mkdir -p build/$(ITER)
|
||||
if [ -f ${FUZDIR}/generate.sh ] ; then \
|
||||
+if [ -f ${FUZDIR}/generate.sh ] ; then \
|
||||
bash ${FUZDIR}/generate.sh $(subst /OK,,$@) ; \
|
||||
else \
|
||||
bash ${XRAY_DIR}/utils/top_generate.sh $(subst /OK,,$@) ; \
|
||||
|
|
|
|||
Loading…
Reference in New Issue