aboutsummaryrefslogtreecommitdiffstats
path: root/chapter5/linux-api-headers.sh
blob: 30383a8b1e9c5fc3ea48728fdfba6b3b51652356 (plain)
1
2
3
4
5
6
7
#!/bin/bash

make mrproper &&
make headers &&
find usr/include -name '.*' -delete &&
rm usr/include/Makefile &&
cp -rv usr/include ${LFS}/usr