X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/a8f9543bbb8d062034160c9f336e4760f610f7d5..6f447d09dfa4c4ee2321f327c5b62e79db3f9173:/include/package.mk diff --git a/include/package.mk b/include/package.mk index c28aad824..4e67e7324 100644 --- a/include/package.mk +++ b/include/package.mk @@ -16,15 +16,6 @@ include $(INCLUDE_DIR)/unpack.mk export CONFIG_SITE:=$(INCLUDE_DIR)/site/$(REAL_GNU_TARGET_NAME) -define shvar -V_$(subst .,_,$(subst -,_,$(subst /,_,$(1)))) -endef - -define shexport -$(call shvar,$(1))=$$(call $(1)) -export $(call shvar,$(1)) -endef - define Build/DefaultTargets ifeq ($(DUMP),) ifeq ($(CONFIG_AUTOREBUILD),y) @@ -290,15 +281,6 @@ define Build/Prepare endef define Build/Configure/Default - (cd $(PKG_BUILD_DIR) ; \ - [ -e configure.in ] && touch configure.in ; \ - [ -e aclocal.m4 ] && touch aclocal.m4 ; \ - [ -e Makefile.in ] && touch Makefile.in ; \ - [ -e configure ] && touch configure ; \ - [ -e acinclude.m4 ] && touch acinclude.m4 ; \ - [ -e config.h.in ] && touch config.h.in ; \ - [ -e configure.ac ] && touch configure.ac ; \ - ); (cd $(PKG_BUILD_DIR)/$(strip $(3)); \ if [ -x configure ]; then \ $(TARGET_CONFIGURE_OPTS) \