From 012f70605e3a9482162a3eadb804165081989b80 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer <mschiffer@universe-factory.net> Date: Fri, 6 Jun 2014 19:26:28 +0200 Subject: [PATCH] Makefile: remove deprecated cleanall target --- Makefile | 4 +--- README.md | 3 +-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index ef8c29943..974583cbf 100644 --- a/Makefile +++ b/Makefile @@ -95,8 +95,6 @@ manifest: FORCE +@$(GLUONMAKE_EARLY) maybe-prepare-target +@$(GLUONMAKE) $@ -cleanall: clean ; - else TOPDIR=${CURDIR} @@ -353,6 +351,6 @@ manifest: FORCE ) :)) > $(GLUON_IMAGEDIR)/sysupgrade/$(GLUON_BRANCH).manifest -.PHONY: all images prepare clean cleanall gluon-tools +.PHONY: all images prepare clean gluon-tools endif diff --git a/README.md b/README.md index b2c5da774..7dfb55f3f 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,7 @@ will ensure all packages are rebuilt; this is what you normally want to do after make dirclean will clean the entire tree, so the toolchain will be rebuilt as well, which is -not necessary in most cases, and will take a while. (`make cleanall` is a deprecated -alias for `make clean`) +not necessary in most cases, and will take a while. So all in all, to update and rebuild a Gluon build tree, the following commands should be used: -- GitLab