diff options
Diffstat (limited to 'build-aux/build-static-all.sh')
-rwxr-xr-x | build-aux/build-static-all.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/build-aux/build-static-all.sh b/build-aux/build-static-all.sh deleted file mode 100755 index 0cba1a3..0000000 --- a/build-aux/build-static-all.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash - -set -ex - -${MAKE_CMD:-make} LDFLAGS="-all-static" -${MAKE_CMD:-make} DESTDIR="${PWD}/root" install -install -m 644 ../LICENSE root/LICENSE -echo "${PV}" > root/VERSION - -pushd root > /dev/null -tar -cvJf "../${PN}-${TARGET}-amd64-${PV}.tar.xz" * -popd > /dev/null |