summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-04-06 18:37:11 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-04-06 18:37:11 (EDT)
commita8c0f1575f144327bd6eee45c2df659f0262f76c (patch)
treeff9b7161be703f84632048ca65d687ff58c52afc
parentc551683edff898c30018c34232d81dfed88f332e (diff)
build: Don't build anything
-rwxr-xr-xbuild41
1 files changed, 4 insertions, 37 deletions
diff --git a/build b/build
index a233356..6675b44 100755
--- a/build
+++ b/build
@@ -2,44 +2,11 @@
include ../source.mk
-common_opts = \
- --disable-shared \
- --disable-curl --disable-ssl-curl \
- --enable-sha256 \
- --with-opkglibdir=/var/lib
-
nop:
@:
-build-opkg:
- oh-autoconfigure -B obj-opkg -- \
- $(common_opts) \
- --disable-gpg
- oh-autobuild -B obj-opkg
- touch $@
-
-build-opkg-gpg:
- oh-autoconfigure -B obj-opkg-gpg -- \
- $(common_opts) \
- --enable-gpg
- oh-autobuild -B obj-opkg-gpg
- touch $@
-
-build: build-opkg build-opkg-gpg
+build:
+ @:
-install: build
- oh-autoinstall -B obj-opkg-gpg
- mv dest/usr/bin/opkg-cl dest/usr/bin/opkg-gpg
- oh-autoinstall -B obj-opkg
- mv dest/usr/bin/opkg-key dest/usr/bin/opkg-key-orig
- mv dest/usr/bin/update-alternatives \
- dest/usr/bin/update-alternatives-orig
- rm -Rf dest/usr/include/ \
- dest/usr/lib/$(OPK_HOST_ARCH)/pkgconfig/ \
- dest/usr/lib/$(OPK_HOST_ARCH)/libopkg.a \
- dest/usr/lib/$(OPK_HOST_ARCH)/libopkg.la
- mv dest/usr/share/man/man1/opkg-cl.1 dest/usr/share/man/man1/opkg.1
- oh-fixperms
- oh-strip -k
- oh-installfiles
- oh-shlibdeps
+install:
+ @: