From a8c0f1575f144327bd6eee45c2df659f0262f76c Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sat, 06 Apr 2019 18:37:11 -0400 Subject: build: Don't build anything --- 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: + @: -- cgit v0.9.1