1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-24 13:18:34 +00:00

Clean before building

This commit is contained in:
sin 2013-09-05 12:30:49 +01:00
parent e6e00e014c
commit 46c91b70b5
5 changed files with 5 additions and 0 deletions

@ -5,6 +5,7 @@ git clone $url src/$pkg
# Build package
pushd src/$pkg
make clean
make CC=musl-gcc LDFLAGS=-static
popd

@ -11,6 +11,7 @@ popd
# Build package
pushd src/$pkg
make clean
make CC=musl-gcc LDFLAGS=-static
popd

@ -11,6 +11,7 @@ popd
# Build package
pushd src/$pkg
make clean
make CC=musl-gcc LDFLAGS=-static
popd

@ -5,6 +5,7 @@ git clone $url src/$pkg
# Build package
pushd src/$pkg
make clean
make CC=musl-gcc LDFLAGS=-static
popd

@ -5,6 +5,7 @@ git clone $url src/$pkg
# Build package
pushd src/$pkg
make clean
make CC=musl-gcc LDFLAGS=-static
popd