]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/tools/build/test/rootless/test1/sub_root/jamfile.jam
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / tools / build / test / rootless / test1 / 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
6actions foo
7{
8 echo "$(>)" > "$(<)"
9}
10make a.txt : a.cpp : @foo ;