From: Victor Lowther Date: Thu, 21 May 2009 02:55:08 +0000 (-0700) Subject: Remove generated test initramfs'es when cleaning up X-Git-Tag: 0.1~212 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c92e789ff4de814e305061cc1d09f08eb45fb2d8;p=thirdparty%2Fdracut.git Remove generated test initramfs'es when cleaning up --- diff --git a/Makefile b/Makefile index a4dfd9246..bd57c96e4 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,7 @@ clean: rm -f *~ rm -f modules.d/99base/switch_root rm -f test-*.img + rm -f test/initramfs.* archive: dracut-$(VERSION)-$(GITVERSION).tar.bz2