Browse Source

Revert "Add info-target to print out some OpenADK variables in machine readable ways"

This reverts commit 0ce8ada61eadc678f01700fc9811307cfb23eaa1.
Waldemar Brodkorb 6 years ago
parent
commit
87f42711b6
3 changed files with 1 additions and 16 deletions
  1. 1 1
      Makefile
  2. 0 6
      Makefile.adk
  3. 0 9
      mk/build.mk

+ 1 - 1
Makefile

@@ -4,5 +4,5 @@
 # GNU make and BSD make compatible make file wrapper
 MAKECMDGOALS+= ${.TARGETS}
 
-all v allmodconfig allnoconfig allyesconfig help pkg-help dev-help targethelp kernelconfig savekconfig image menuconfig defconfig oldconfig download clean cleankernel cleansystem cleandir distclean hostclean hostpackage fetch package extract patch dep menu newpackage host-update-patches update-patches info:
+all v allmodconfig allnoconfig allyesconfig help pkg-help dev-help targethelp kernelconfig savekconfig image menuconfig defconfig oldconfig download clean cleankernel cleansystem cleandir distclean hostclean hostpackage fetch package extract patch dep menu newpackage host-update-patches update-patches:
 	@./scripts/prereq.sh ${MAKECMDGOALS}

+ 0 - 6
Makefile.adk

@@ -13,8 +13,6 @@ subdir:=	package/${package}
 _subdir_dep:=	${ADK_TOPDIR}/.config
 endif
 
-include $(ADK_TOPDIR)/rules.mk
-
 ifneq (${subdir},)
 ${MAKECMDGOALS}: _subdir
 
@@ -182,9 +180,5 @@ dep:
 world:
 	@${GMAKE_INV} world
 
-
-info:
-	@${GMAKE_INV} info
-
 endif
 # DO NOT DELETE

+ 0 - 9
mk/build.mk

@@ -652,12 +652,3 @@ check-g++: check-dejagnu
 	$(MAKE) -C $(TOOLCHAIN_BUILD_DIR)/w-$(PKG_NAME)-$(PKG_VERSION)-$(PKG_RELEASE)/$(PKG_NAME)-$(PKG_VERSION)-final/gcc -k check-c++
 
 check: check-gcc check-g++
-
-info:
-	@printf -- "---OPENADK-INFO---\n"
-	@printf "ADK_TOPDIR=$(ADK_TOPDIR)\n"
-	@printf "TARGET_COMPILER_PREFIX=${TARGET_COMPILER_PREFIX}\n"
-	@printf "TOOLCHAIN_DIR=$(TOOLCHAIN_DIR)\n"
-	@printf "TARGET_PATH=$(TARGET_PATH)\n"
-	@printf "LINUX_DIR=$(LINUX_DIR)\n"
-	@printf -- "---OPENADK-INFO---\n"