From 58823b0a719f22e27e59229e615fcb7714bc0d8f Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Tue, 29 Oct 2013 17:36:53 +0000 Subject: [PATCH] Fixed initrd-clean recursive dir clean. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 41a7ee5..3f08178 100644 --- a/Makefile +++ b/Makefile @@ -114,7 +114,7 @@ $(WORK)/initrd.gz: check-root busybox dialog $(WORK)/mnt $(TOPDIR)/filesystem $( initrd: $(WORK)/initrd.gz initrd-clean: check-root - rm -vf $(WORK)/initrd.gz $(WORK)/mnt + rm -rvf $(WORK)/initrd.gz $(WORK)/mnt initrd-distclean: initrd-clean -- 2.26.2