]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/build/test/rootless/test2/sub_root/jamfile.jam
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / tools / build / test / rootless / test2 / sub_root / jamfile.jam
1 # Copyright 2018 Rene Rivera
2 # Distributed under the Boost Software License, Version 1.0.
3 # (See accompanying file LICENSE.txt or copy at
4 # https://www.bfgroup.xyz/b2/LICENSE.txt)
5
6 project foo ;
7
8 actions foo
9 {
10 echo "$(>)" > "$(<)"
11 }
12
13 make a.txt : a.cpp : @foo ;