]> git.proxmox.com Git - ceph.git/blame - 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
CommitLineData
92f5a8d4
TL
1# Copyright 2018 Rene Rivera
2# Distributed under the Boost Software License, Version 1.0.
1e59de90
TL
3# (See accompanying file LICENSE.txt or copy at
4# https://www.bfgroup.xyz/b2/LICENSE.txt)
92f5a8d4
TL
5
6project foo ;
7
8actions foo
9{
10 echo "$(>)" > "$(<)"
11}
12
13make a.txt : a.cpp : @foo ;