Makefile: remove deprecated cleanall target

This commit is contained in:
Matthias Schiffer 2014-06-06 19:26:28 +02:00
parent ff4a030eb3
commit 012f70605e
2 changed files with 2 additions and 5 deletions

View File

@ -95,8 +95,6 @@ manifest: FORCE
+@$(GLUONMAKE_EARLY) maybe-prepare-target +@$(GLUONMAKE_EARLY) maybe-prepare-target
+@$(GLUONMAKE) $@ +@$(GLUONMAKE) $@
cleanall: clean ;
else else
TOPDIR=${CURDIR} TOPDIR=${CURDIR}
@ -353,6 +351,6 @@ manifest: FORCE
) :)) > $(GLUON_IMAGEDIR)/sysupgrade/$(GLUON_BRANCH).manifest ) :)) > $(GLUON_IMAGEDIR)/sysupgrade/$(GLUON_BRANCH).manifest
.PHONY: all images prepare clean cleanall gluon-tools .PHONY: all images prepare clean gluon-tools
endif endif

View File

@ -29,8 +29,7 @@ will ensure all packages are rebuilt; this is what you normally want to do after
make dirclean make dirclean
will clean the entire tree, so the toolchain will be rebuilt as well, which is 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 not necessary in most cases, and will take a while.
alias for `make clean`)
So all in all, to update and rebuild a Gluon build tree, the following commands should be used: So all in all, to update and rebuild a Gluon build tree, the following commands should be used: