Skip to content
Snippets Groups Projects
Commit 012f7060 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

Makefile: remove deprecated cleanall target

parent ff4a030e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment