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..ae9ab4be6
--- /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.txt or copy at
+# https://www.bfgroup.xyz/b2/LICENSE.txt)
+
+actions foo
+{
+ echo "$(>)" > "$(<)"
+}
+make a.txt : a.cpp : @foo ;