zstd-pgo: do not make clean and zstd in parallel

otherwise, there might not be a ./zstd to run
dev
Bernhard M. Wiedemann 2018-10-29 15:11:28 +01:00
parent fc20b3c441
commit a38ad53ace
1 changed files with 3 additions and 2 deletions

View File

@ -203,8 +203,9 @@ zstd-noxz : LZMA_MSG := - xz/lzma support is disabled
zstd-noxz : zstd
zstd-pgo : MOREFLAGS = -fprofile-generate
zstd-pgo : clean zstd
zstd-pgo :
$(MAKE) clean
$(MAKE) zstd MOREFLAGS=-fprofile-generate
./zstd -b19i1 $(PROFILE_WITH)
./zstd -b16i1 $(PROFILE_WITH)
./zstd -b9i2 $(PROFILE_WITH)