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