]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
Remove generated test initramfs'es when cleaning up
authorVictor Lowther <victor.lowther@gmail.com>
Thu, 21 May 2009 02:55:08 +0000 (19:55 -0700)
committerHarald Hoyer <harald@redhat.com>
Mon, 25 May 2009 09:36:32 +0000 (11:36 +0200)
Makefile

index a4dfd9246ead3f4f1b3f4c0701bf73419b047d62..bd57c96e43179a7fe9c6888ebe3a73ee1344a5d7 100644 (file)
--- 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