change gapbs path in Makefile

This commit is contained in:
Sarah Zhou 2018-11-24 21:51:29 +00:00
parent 39b4834497
commit 8478733f23
2 changed files with 3 additions and 4 deletions

View File

@ -1,6 +1,6 @@
spec17-intrate
spec17-intspeed
gapbs-kron
gapbs
build
fedora-uniform/stage4-disk.img
fedora-uniform/QEMU-ONLY-bbl

View File

@ -17,7 +17,7 @@ allpaper: memcached-thread-imbalance simperf-test-latency simperf-test-scale bw-
# Default to the submodule
SPECKLE_DIR=Speckle
GAP_DIR=gapbs
GAP_DIR=runscripts/gapbs
#TODO: Provide runscripts for fp{speed, rate}
spec17_suites = intrate intspeed
@ -39,13 +39,12 @@ $(GAP_DIR)/overlay/$(input):
cd $(GAP_DIR) && ./gen_run_scripts.sh --binaries --input $(input)
gapbs-kron: gapbs.json $(GAP_DIR)/overlay/$(input)
gapbs: gapbs.json $(GAP_DIR)/overlay/$(input)
mkdir -p $@
cp $(BASE_LINUX) $@/bbl-vmlinux
python gen-benchmark-rootfs.py -w $< -r -b $(BASE_IMAGE) \
-s $(GAP_DIR)/overlay/$(input) \
-o $@
gapbs: gapbs-kron
memcached-thread-imbalance:
mkdir -p $@