[Fedora-spins] [spin-kickstarts] Add a dist-clean function for a fuller clean up

Bruno Wolff III bruno at fedoraproject.org
Sat Jun 29 18:45:53 UTC 2013


commit 233dc11b5e48a0995e565d8dc45abaad69579a63
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Sat Jun 29 12:47:10 2013 -0500

    Add a dist-clean function for a fuller clean up

 Makefile |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/Makefile b/Makefile
index d779afd..baadf3b 100644
--- a/Makefile
+++ b/Makefile
@@ -5,3 +5,6 @@ clean:
 
 dist:
 	git archive --format=tar --prefix=spin-kickstarts-`git tag --points-at HEAD`/ HEAD | gzip > spin-kickstarts.tar-`git tag --points-at HEAD`.gz
+
+dist-clean:
+	git clean -f -d


More information about the spins mailing list