From 606ac31402b3890f0aca0c6e40db25df48a88084 Mon Sep 17 00:00:00 2001 From: sin Date: Wed, 12 Mar 2014 17:01:10 +0200 Subject: [PATCH] Don't delete the downloaded src/ on clean-world --- README | 2 +- mkfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 2172a90..eabaf54 100644 --- 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 index 5a7a850..47f9515 100644 --- 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}