stress-ng: Fix parallel build

This commit is contained in:
Jernej Skrabec 2020-06-23 20:25:40 +02:00
parent 2705254c14
commit 85a599cee7

View File

@ -0,0 +1,13 @@
diff --git a/Makefile b/Makefile
index 15c9e6cc828c..3b68824ce727 100644
--- a/Makefile
+++ b/Makefile
@@ -376,7 +376,7 @@ stress-ng: $(OBJS)
makeconfig:
@if [ ! -e config ]; then \
- STATIC=$(STATIC) $(MAKE) -f Makefile.config; \
+ STATIC=$(STATIC) $(MAKE) -j1 -f Makefile.config; \
fi
#