[DRBD-cvs] r1421 - trunk

drbd-user@lists.linbit.com drbd-user@lists.linbit.com
Tue, 13 Jul 2004 15:05:03 +0200 (CEST)


Author: lars
Date: 2004-07-13 15:05:03 +0200 (Tue, 13 Jul 2004)
New Revision: 1421

Modified:
   trunk/Makefile
Log:
shortcut 'make tarball'; I found me doing this too often...

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2004-07-13 11:31:14 UTC (rev 1420)
+++ trunk/Makefile	2004-07-13 13:05:03 UTC (rev 1421)
@@ -123,6 +123,8 @@
 tgz: check_changelogs_up2date doc
 endif
 
+tarball: distclean doc update.filelist tgz
+
 KDIR := $(shell echo /lib/modules/`uname -r`/build)
 KVER := $(shell \
 	echo -e "\#include <linux/version.h>\ndrbd_kernel_release UTS_RELEASE" | \