aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-05-19 17:05:28 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-05-19 17:05:28 +0300
commit4e21797f8e9846dacd120f2fed881b6c14e37eb1 (patch)
treee348f28a6bc776f68150a42a5e86bd2708d8d124
parentbfe21ef89d73183c01e20cfbd13c461ee7809438 (diff)
Get rid of doc{version} and types for testscript and manifest in buildfiles
-rw-r--r--buildfile3
-rw-r--r--cutl/buildfile2
-rw-r--r--tests/compiler/sloc-counter/buildfile2
3 files changed, 3 insertions, 4 deletions
diff --git a/buildfile b/buildfile
index 9468ebb..4c627c7 100644
--- a/buildfile
+++ b/buildfile
@@ -2,8 +2,7 @@
# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
-./: {*/ -build/ -doc/ -m4/} doc{INSTALL LICENSE NEWS README version} \
- file{manifest}
+./: {*/ -build/ -doc/ -m4/} doc{INSTALL LICENSE NEWS README} manifest
# Don't install tests or the INSTALL file.
#
diff --git a/cutl/buildfile b/cutl/buildfile
index bcd1b0d..038d37f 100644
--- a/cutl/buildfile
+++ b/cutl/buildfile
@@ -10,7 +10,7 @@ details/build2/{h}{*}
# pick up an installed one) and don't remove it when cleaning in src (so that
# clean results in a state identical to distributed).
#
-hxx{version}: in{version} $src_root/file{manifest}
+hxx{version}: in{version} $src_root/manifest
hxx{version}: dist = true
hxx{version}: clean = ($src_root != $out_root)
diff --git a/tests/compiler/sloc-counter/buildfile b/tests/compiler/sloc-counter/buildfile
index 4cb7c09..2461b75 100644
--- a/tests/compiler/sloc-counter/buildfile
+++ b/tests/compiler/sloc-counter/buildfile
@@ -4,4 +4,4 @@
import libs = libcutl%lib{cutl}
-exe{driver}: {hxx cxx}{* -test} $libs test{testscript}
+exe{driver}: {hxx cxx}{* -test} $libs testscript