zstd-pgo: do not make clean and zstd in parallel
otherwise, there might not be a ./zstd to rundev
parent
fc20b3c441
commit
a38ad53ace
|
@ -203,8 +203,9 @@ zstd-noxz : LZMA_MSG := - xz/lzma support is disabled
|
||||||
zstd-noxz : zstd
|
zstd-noxz : zstd
|
||||||
|
|
||||||
|
|
||||||
zstd-pgo : MOREFLAGS = -fprofile-generate
|
zstd-pgo :
|
||||||
zstd-pgo : clean zstd
|
$(MAKE) clean
|
||||||
|
$(MAKE) zstd MOREFLAGS=-fprofile-generate
|
||||||
./zstd -b19i1 $(PROFILE_WITH)
|
./zstd -b19i1 $(PROFILE_WITH)
|
||||||
./zstd -b16i1 $(PROFILE_WITH)
|
./zstd -b16i1 $(PROFILE_WITH)
|
||||||
./zstd -b9i2 $(PROFILE_WITH)
|
./zstd -b9i2 $(PROFILE_WITH)
|
||||||
|
|
Loading…
Reference in New Issue