Warning, /pim/kube/dist/flatpak/boost-configure is written in an unsupported language. File is not indexed.

0001 
0002 ./bootstrap.sh "$@"
0003 
0004 
0005 cat <<EOF >Makefile
0006 all:
0007         ./b2 -j `nproc`
0008 
0009 install:
0010         ./b2 install
0011 EOF