]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/build/test/rootless/test3/sub/inner/jamfile.jam
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / tools / build / test / rootless / test3 / sub / inner / jamfile.jam
1 # Copyright 2018 Rene Rivera
2 # Distributed under the Boost Software License, Version 1.0.
3 # (See accompanying file LICENSE_1_0.txt or copy at
4 # http://www.boost.org/LICENSE_1_0.txt)
5
6 actions foo
7 {
8 echo "$(>)" > "$(<)"
9 }
10
11 make a.txt : a.cpp : @foo ;