summaryrefslogtreecommitdiffstats
path: root/src/boost/tools/build/test/rootless/test1/sub_root/jamfile.jam
diff options
context:
space:
mode:
Diffstat (limited to 'src/boost/tools/build/test/rootless/test1/sub_root/jamfile.jam')
-rw-r--r--src/boost/tools/build/test/rootless/test1/sub_root/jamfile.jam10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/boost/tools/build/test/rootless/test1/sub_root/jamfile.jam b/src/boost/tools/build/test/rootless/test1/sub_root/jamfile.jam
new file mode 100644
index 000000000..0a17bc400
--- /dev/null
+++ b/src/boost/tools/build/test/rootless/test1/sub_root/jamfile.jam
@@ -0,0 +1,10 @@
+# Copyright 2018 Rene Rivera
+# Distributed under the Boost Software License, Version 1.0.
+# (See accompanying file LICENSE_1_0.txt or copy at
+# http://www.boost.org/LICENSE_1_0.txt)
+
+actions foo
+{
+ echo "$(>)" > "$(<)"
+}
+make a.txt : a.cpp : @foo ;