1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-25 22:58:34 +00:00

Use busybox sed and awk, they work better than the 9base ones...

This commit is contained in:
Daniel Bainton 2014-03-07 19:46:31 +00:00
parent 6c1235e7bd
commit 05cd145e9a
2 changed files with 3 additions and 1 deletions

@ -1,7 +1,7 @@
git="git://git.suckless.org/9base"
build: crossmusl
targets="mk sed awk"
targets="mk"
cd src/9base
make clean
for t in lib9 yacc; do

@ -9,6 +9,7 @@ build: crossmusl
cd "$root/bin"
ln -sf busybox addgroup
ln -sf busybox adduser
ln -sf busybox awk
ln -sf busybox bunzip2
ln -sf busybox bzcat
ln -sf busybox bzip2
@ -39,6 +40,7 @@ build: crossmusl
ln -sf busybox printf
ln -sf busybox reset
ln -sf busybox route
ln -sf busybox sed
ln -sf busybox stty
ln -sf busybox sysctl
ln -sf busybox tac