[PATCH] misc: add handy tarball targets

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



It's a pain to need to know which version we're on to be able
to create a tarball, just make a couple of simple "tarball"
and "tarxz" targets that just DTRT and make a tarball with the
current version.

Signed-off-by: Eric Sandeen <sandeen@xxxxxxxxxx>
---

diff --git a/Makefile b/Makefile
index 6774825..21983a3 100644
--- a/Makefile
+++ b/Makefile
@@ -178,6 +178,9 @@ $(SRCTARXZ) : default $(SRCTARINC) .gitcensus
 	   `cat .gitcensus` $(SRCTARINC)
 	echo Wrote: $@
 
+tarball: $(SRCTAR)
+tarxz: $(SRCTARXZ)
+
 .gitcensus: $(_FORCE)
 	$(Q)if test -d .git; then \
 	  git ls-files > .gitcensus && echo "new .gitcensus"; \

--
To unsubscribe from this list: send the line "unsubscribe linux-xfs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [XFS Filesystem Development (older mail)]     [Linux Filesystem Development]     [Linux Audio Users]     [Yosemite Trails]     [Linux Kernel]     [Linux RAID]     [Linux SCSI]


  Powered by Linux