Make the 'benchmark' target depend on 'release'.
This commit is contained in:
parent
e1ce024546
commit
d1d5fc7551
1 changed files with 5 additions and 4 deletions
|
|
@ -541,13 +541,14 @@ copy-sources:
|
||||||
(cd $(STAGING); sudo git clean -x -d -f)
|
(cd $(STAGING); sudo git clean -x -d -f)
|
||||||
|
|
||||||
release: copy-sources
|
release: copy-sources
|
||||||
(cd $(STAGING); ./acprep --release --boost xgcc40 --build -j3)
|
(cd $(STAGING); \
|
||||||
|
nice -n 20 ./acprep --release --opt --boost xgcc40 --build -j3)
|
||||||
|
|
||||||
release-distcheck: copy-sources
|
release-distcheck: copy-sources
|
||||||
(cd $(STAGING); ./acprep --release --boost xgcc40 --build -j3 distcheck)
|
(cd $(STAGING); \
|
||||||
|
nice -n 20 ./acprep --release --boost xgcc40 --build -j3 distcheck)
|
||||||
|
|
||||||
benchmark: copy-sources
|
benchmark: release
|
||||||
(cd $(STAGING); ./acprep --release --opt --build -j3 all)
|
|
||||||
PATH=$(PATH):$(srcdir)/tools \
|
PATH=$(PATH):$(srcdir)/tools \
|
||||||
$(srcdir)/tools/speedcmp 50 $(STAGING)/ledger
|
$(srcdir)/tools/speedcmp 50 $(STAGING)/ledger
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue