[csw-devel] SF.net SVN: gar:[13083] csw/mgar/gar/v2/gar.pkg.mk

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Mon Jan 24 02:39:36 CET 2011


Revision: 13083
          http://gar.svn.sourceforge.net/gar/?rev=13083&view=rev
Author:   bdwalton
Date:     2011-01-24 01:39:35 +0000 (Mon, 24 Jan 2011)

Log Message:
-----------
fix typo in error message

Modified Paths:
--------------
    csw/mgar/gar/v2/gar.pkg.mk

Modified: csw/mgar/gar/v2/gar.pkg.mk
===================================================================
--- csw/mgar/gar/v2/gar.pkg.mk	2011-01-24 00:14:20 UTC (rev 13082)
+++ csw/mgar/gar/v2/gar.pkg.mk	2011-01-24 01:39:35 UTC (rev 13083)
@@ -770,7 +770,7 @@
 	$(if $(strip $(foreach P,$(PACKAGING_PLATFORMS),$(PACKAGING_HOST_$P))),\
 	  $(if $(filter $(THISHOST),$(foreach P,$(PACKAGING_PLATFORMS),$(PACKAGING_HOST_$P))),\
 	    @$(MAKECOOKIE),\
-		$(warning *** You are building this package on a non-requested platform host '$(THISHOST)'. The follow platforms were requested:)\
+		$(warning *** You are building this package on a non-requested platform host '$(THISHOST)'. The following platforms were requested:)\
 		$(foreach P,$(PACKAGING_PLATFORMS),\
 			$(warning *** - $P $(if $(PACKAGING_HOST_$P),to be build on host '$(PACKAGING_HOST_$P)',with no suitable host available))\
 		)\


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list