diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-06-23 01:47:00 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-06-23 01:47:00 +0200 |
commit | 87f42711b67cac755a718991d61620d758c3679d (patch) | |
tree | 7b95de04da1c45facea56cc61826dff2f6c72b77 /Makefile | |
parent | 9072503b2c2f486979e08c86ce37f4a37508a931 (diff) |
Revert "Add info-target to print out some OpenADK variables in machine readable ways"
This reverts commit 0ce8ada61eadc678f01700fc9811307cfb23eaa1.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} |