summaryrefslogtreecommitdiff
path: root/MAKEALL
diff options
context:
space:
mode:
authorRoger Meier <[email protected]>2014-08-20 22:10:29 +0200
committerTom Rini <[email protected]>2014-08-22 10:41:35 -0400
commitfd18a89e7f998133000ccb149366ba76f75e7ba5 (patch)
tree3d60dc43cf9cabc1f310efcb5e2a00db2344dd30 /MAKEALL
parent92ac8acc01f9152947140fd012f503c382c67b75 (diff)
Makefile: remove generated boards.cfg within make distclean
Signed-off-by: Roger Meier <[email protected]> Reviewed-by: Masahiro Yamada <[email protected]> Tested-by: Masahiro Yamada <[email protected]> Cc: Tom Rini <[email protected]> Cc: Wolfgang Denk <[email protected]> Cc: Simon Glass <[email protected]>
Diffstat (limited to 'MAKEALL')
-rwxr-xr-xMAKEALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/MAKEALL b/MAKEALL
index 929fe884c54..392ea8d2aee 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -658,7 +658,7 @@ build_target() {
MAKE="${MAKE} O=${output_dir}"
fi
- ${MAKE} distclean >/dev/null
+ ${MAKE} mrproper >/dev/null
echo "Building ${target} board..."
${MAKE} -s ${target}_defconfig >/dev/null