Commit 3efe5fc9 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

color-tests2.sh fail when make runs in multiple processes - we should not use parallel tests

parent 661b16d1
......@@ -4,7 +4,7 @@ all:
cd automake-1.16.2 && ./configure --build=$(CLFS_TARGET) --prefix=/usr --docdir=/usr/share/doc/automake-1.16.2
$(MAKE) -C automake-1.16.2
if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \
$(MAKE) -C automake-1.16.2 -j4 check ; \
$(MAKE) -C automake-1.16.2 check ; \
fi
$(MAKE) -C automake-1.16.2 install
rm -rf automake-1.16.2
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment