[stgt] [PATCH 2/2] Top-level Makefile: make tarball not depend on "all".

Florian Haas florian.haas at linbit.com
Thu Oct 1 16:40:20 CEST 2009


The very purpose of a source tarball is defeated if it contains
compiled binaries.

Signed-off-by: Florian Haas <florian.haas at linbit.com>
---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index f47282f..566022f 100644
--- a/Makefile
+++ b/Makefile
@@ -92,7 +92,7 @@ clean-version-stamp:
 .PHONY: install
 install: install-programs install-doc install-conf install-scripts
 
-$(TARBALL): clean version-stamp all 
+$(TARBALL): clean version-stamp
 	tar -cjf $@ \
 		--transform 's,^,tgt-$(VERSION)/,' \
 		--exclude=*~ \
-- 
1.6.0.4

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



More information about the stgt mailing list