Don't delete the downloaded src/ on clean-world

This commit is contained in:
sin 2014-03-12 17:01:10 +02:00
parent ac67345e7e
commit 606ac31402
2 changed files with 2 additions and 2 deletions

2
README
View File

@ -27,7 +27,7 @@ To clean the build system's cache:
mk clean
To clean everything including the downloaded files and the rootfs:
To clean everything including the rootfs:
mk clean-world

2
mkfile
View File

@ -15,7 +15,7 @@ clean:V:
rm -f .cache/* pkgs.mk
clean-all clean-world:V: clean
rm -rf ${root} src
rm -rf ${root}
fetchpkgs = ${pkgs:%=%-fetch}