commit 606ac31402b3890f0aca0c6e40db25df48a88084 parent ac67345e7e35c5de722315aeddd8e3d91bf6eee7 Author: sin <sin@2f30.org> Date: Wed, 12 Mar 2014 17:01:10 +0200 Don't delete the downloaded src/ on clean-world Diffstat:
M | README | | | 2 | +- |
M | mkfile | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README b/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 diff --git a/mkfile b/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}