diff --git a/Makefile b/Makefile
index ef8c29943ee89f23878fb3e1431f022193bc2180..974583cbf187c3a42f0e58f25c1a918638154f20 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 b2c5da774cd9d8063b131f28731630e92f9342dd..7dfb55f3fd08aad2c7acb89ae4b4c1d346aea50c 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: