1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-16 12:18:33 +00:00

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

@ -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

@ -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}