diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-13 22:55:46 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-19 19:56:36 +0100 |
commit | 21082dbe004338c24513d3f0c036b4f0bdc8c471 (patch) | |
tree | 89f58017634e5832b924ce82d46c604b5b9de6d4 /Makefile | |
parent | 1fa3b67683bf6af403a72d9014dd3350e11933e0 (diff) |
allow update-patches
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 targethelp kernelconfig image menuconfig defconfig oldconfig download clean cleankernel cleansystem cleandir distclean hostclean hostpackage fetch package extract patch dep menu newpackage: +all v allmodconfig allnoconfig allyesconfig help targethelp kernelconfig 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} |