aboutsummaryrefslogtreecommitdiff
path: root/old-tests/scope
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-02-26 09:53:46 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-05-03 15:23:09 +0200
commit57c4e39dcb8eb6013e22cfe82597111c5c6a55af (patch)
treeeaf81473dbda167a187f01a632d39ba2f4908c71 /old-tests/scope
parent4b9de5c80934772dbc5503e65e265da452ca356a (diff)
Regularize directory target/scope-specific variable assignment syntax
Diffstat (limited to 'old-tests/scope')
-rw-r--r--old-tests/scope/amalgamation/l1/build/bootstrap.build2
-rw-r--r--old-tests/scope/amalgamation/l1/buildfile8
2 files changed, 5 insertions, 5 deletions
diff --git a/old-tests/scope/amalgamation/l1/build/bootstrap.build b/old-tests/scope/amalgamation/l1/build/bootstrap.build
index 6bde838..81499d4 100644
--- a/old-tests/scope/amalgamation/l1/build/bootstrap.build
+++ b/old-tests/scope/amalgamation/l1/build/bootstrap.build
@@ -8,7 +8,7 @@ using config
# If they are the same, then this scope will simply
# be "upgraded".
#
-$src_root/../:
+$src_root/../
{
print 0: $project
print 0: $src_base
diff --git a/old-tests/scope/amalgamation/l1/buildfile b/old-tests/scope/amalgamation/l1/buildfile
index 55d8c64..c6d3506 100644
--- a/old-tests/scope/amalgamation/l1/buildfile
+++ b/old-tests/scope/amalgamation/l1/buildfile
@@ -1,6 +1,6 @@
# Out of amalgamation.
#
-../../:
+../../
{
print -1: $project
print -1: $src_base
@@ -9,7 +9,7 @@
# In amalgamation.
#
-../s/:
+../s/
{
print 0: $project
print 0: $src_base
@@ -18,7 +18,7 @@
# In project.
#
-s/:
+s/
{
print 1: $project
print 1: $src_base
@@ -27,7 +27,7 @@ s/:
# In sub-project.
#
-l2/s/:
+l2/s/
{
print 2: $project
print 2: $src_base