[Pkg-grid-commits] pkg-grid.mk,1.6,1.7
Steffen Möller
smoe-guest at alioth.debian.org
Fri Feb 2 21:00:27 CET 2007
Update of /cvsroot/pkg-grid
In directory alioth:/tmp/cvs-serv17583
Modified Files:
pkg-grid.mk
Log Message:
Punctuation improved.
Index: pkg-grid.mk
===================================================================
RCS file: /cvsroot/pkg-grid/pkg-grid.mk,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- pkg-grid.mk 22 Jul 2004 23:23:31 -0000 1.6
+++ pkg-grid.mk 2 Feb 2007 20:00:25 -0000 1.7
@@ -2,7 +2,7 @@
# This is a makefile chunk intended to be sourced by every other makefiles
# in pkg-grid.
#
-# Its main purpose is to allow the easy recompilation of the packages
+# Its main purpose is to allow the easy recompilation of the packages.
#
UP_VER=$(shell echo $(VER)|sed 's/-.*$$//')
@@ -50,8 +50,8 @@
echo "Tarball found; no download needed."; \
else \
if test "x$(SITE)" = x ; then \
- echo "Unable to download $(UP_TAR) since no SITE is provided";\
- echo "Either edit Makefile or download the tarball yourself";\
+ echo "Unable to download $(UP_TAR) since the 'SITE' variable is not set.";\
+ echo "Either edit the Makefile or download the tarball yourself.";\
exit 1;\
else \
wget $(SITE)/$(UP_TAR);\
More information about the Pkg-grid-commits
mailing list