1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-07-05 13:13:31 +00:00
morpheus/pkgs/sinit

12 lines
209 B
Plaintext
Raw Normal View History

2014-02-28 21:19:02 +00:00
git="git://git.2f30.org/sinit"
2014-02-27 12:41:37 +00:00
build: crossmusl
2014-02-28 21:19:02 +00:00
cd src/sinit
make clean
make -j$nprocs CC=$CC LDFLAGS="$LDFLAGS"
2014-02-20 16:10:47 +00:00
make PREFIX="$root" install
cd "$root"
2014-02-06 12:16:16 +00:00
ln -sf /bin/sinit init
cd bin
ln -sf sinit init