From: Yann E. MORIN Date: Thu, 22 Oct 2015 20:34:00 +0000 (+0200) Subject: core: remove .br-external on distclean X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f8c0e45d3236c8005b30d12a7f49c225603dad96;p=buildroot.git core: remove .br-external on distclean distclean is supposed to return the current directory, whether in-tree or out-of-tree, into pristine conditions, which means we should also forget about any br2-external tree on distclean. Signed-off-by: "Yann E. MORIN" Cc: Thomas Petazzoni Cc: Peter Korsgaard Cc: Thomas De Schampheleire Cc: Arnout Vandecappelle Acked-by: Arnout Vandecappelle (Essensium/Mind) Signed-off-by: Thomas Petazzoni --- diff --git a/Makefile b/Makefile index caf4a919a8..fbc6115dcc 100644 --- a/Makefile +++ b/Makefile @@ -844,7 +844,7 @@ ifeq ($(O),output) rm -rf $(O) endif rm -rf $(BR2_CONFIG) $(CONFIG_DIR)/.config.old $(CONFIG_DIR)/..config.tmp \ - $(CONFIG_DIR)/.auto.deps + $(CONFIG_DIR)/.auto.deps $(BR2_EXTERNAL_FILE) help: @echo 'Cleaning:'