X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/3603374bdfe69ef31a66c2975d27c2f70ec93d6f..6e55c9439f1a8bf290ea1f73eea2f8a7f3b9a26e:/include/package.mk?ds=sidebyside diff --git a/include/package.mk b/include/package.mk index 1a424e259..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,16 +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 ; \ - [ -e stamp-h.in ] && touch stamp-h.in ; \ - ); (cd $(PKG_BUILD_DIR)/$(strip $(3)); \ if [ -x configure ]; then \ $(TARGET_CONFIGURE_OPTS) \