diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 15:52:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 15:52:44 +0000 |
commit | 0f0eb50c1e9988923b5a502ecdeb918467b60cac (patch) | |
tree | 31ede4b6a16eed4dc573704597f9b61f97243a68 /benchmarks/scimark2 | |
parent | d4278602bbf25b434150614a7797e9b8d7c8103f (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: benchmarks)
Notes
Notes:
svn path=/head/; revision=327708
Diffstat (limited to 'benchmarks/scimark2')
-rw-r--r-- | benchmarks/scimark2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmarks/scimark2/Makefile b/benchmarks/scimark2/Makefile index 9fd78f581255..7d17d0fbfdd6 100644 --- a/benchmarks/scimark2/Makefile +++ b/benchmarks/scimark2/Makefile @@ -28,6 +28,7 @@ SMSH= ${PORTNAME}${PKGNAMESUFFIX} PLIST_SUB= SMDIR=${LSMDIR} PKGMESSAGE= ${WRKSRC}/pkg-message +NO_STAGE= yes do-build: cd ${WRKSRC} && ${JAVAC} ${JAVAC_OPTS} commandline.java @${CP} ${WRKSRC}/commandline.class ${WRKSRC}/jnt/scimark2 |