ref: af4500539de576c28d982faad6ac8b845ed236ce
parent: b84692c0fbbd771deab1e8fb75a7f83585c24253
author: Ori Bernstein <[email protected]>
date: Sat Nov 7 11:56:32 EST 2015
Use shorter relative paths. No reason, it just looks prettier in 'mbld' output.
--- a/bench/bld.sub
+++ b/bench/bld.sub
@@ -1,48 +1,48 @@
bin intsort {noinst} =
intsort.myr
- lib @/lib/std:std
- lib @/lib/sys:sys
+ lib ../lib/std:std
+ lib ../lib/sys:sys
;;
bin copious-allocs {noinst} =
copious-allocs.myr
- lib @/lib/std:std
- lib @/lib/sys:sys
+ lib ../lib/std:std
+ lib ../lib/sys:sys
;;
bin sha1-compute {noinst} =
sha1-compute.myr
- lib @/lib/std:std
- lib @/lib/sys:sys
- lib @/lib/cryptohash:cryptohash
+ lib ../lib/std:std
+ lib ../lib/sys:sys
+ lib ../lib/cryptohash:cryptohash
;;
bin bigfactorial {noinst} =
bigfactorial.myr
- lib @/lib/std:std
- lib @/lib/sys:sys
+ lib ../lib/std:std
+ lib ../lib/sys:sys
;;
bin mandelbrot {noinst} =
mandelbrot.myr
- lib @/lib/std:std
- lib @/lib/sys:sys
- lib @/lib/bio:bio
+ lib ../lib/std:std
+ lib ../lib/sys:sys
+ lib ../lib/bio:bio
;;
bin regex-match {noinst} =
regex-match.myr
- lib @/lib/std:std
- lib @/lib/sys:sys
- lib @/lib/regex:regex
+ lib ../lib/std:std
+ lib ../lib/sys:sys
+ lib ../lib/regex:regex
;;
bin many-memcpy {noinst} =
many-memcpy.myr
- lib @/lib/std:std
- lib @/lib/sys:sys
+ lib ../lib/std:std
+ lib ../lib/sys:sys
;;
# benchmark runner
bin runbench {noinst} =
runbench.myr
- lib @/lib/std:std
- lib @/lib/sys:sys
+ lib ../lib/std:std
+ lib ../lib/sys:sys
;;
cmd benchit =