Revision: 3724
          http://gar.svn.sourceforge.net/gar/?rev=3724&view=rev
Author:   dmichelsen
Date:     2009-03-12 13:09:31 +0000 (Thu, 12 Mar 2009)

Log Message:
-----------
mGAR v2: Add check for gmake version

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

Modified: csw/mgar/gar/v2/gar.mk
===================================================================
--- csw/mgar/gar/v2/gar.mk      2009-03-12 09:50:44 UTC (rev 3723)
+++ csw/mgar/gar/v2/gar.mk      2009-03-12 13:09:31 UTC (rev 3724)
@@ -21,6 +21,10 @@
 #GARDIR := $(CURDIR)/../..
 #endif
 
+ifneq ($(abspath /),/)
+$(error Your version of 'make' is too old: $(MAKE_VERSION). Please make sure 
you are using at least 3.81)
+endif
+
 GARDIR ?= gar
 GARBIN  = $(GARDIR)/bin
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
_______________________________________________
devel mailing list
devel@lists.opencsw.org
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to