[GRASS-SVN] r45524 - grass/branches/develbranch_6/general/g.parser
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Mar 3 01:40:28 EST 2011
Author: hamish
Date: 2011-03-02 22:40:28 -0800 (Wed, 02 Mar 2011)
New Revision: 45524
Modified:
grass/branches/develbranch_6/general/g.parser/Makefile
Log:
editorial comment
Modified: grass/branches/develbranch_6/general/g.parser/Makefile
===================================================================
--- grass/branches/develbranch_6/general/g.parser/Makefile 2011-03-02 22:00:26 UTC (rev 45523)
+++ grass/branches/develbranch_6/general/g.parser/Makefile 2011-03-03 06:40:28 UTC (rev 45524)
@@ -9,8 +9,13 @@
default: cmd
-#hardcoded here, this is an exeption due to the g.parser specialities:
+#FIXME: please comment or file bug reports instead of just quietly
+# bypassing portability problems with a ifneq(). otherwise underlying
+# problems never get fixed. thanks
ifneq ($(MSYSTEM),MINGW32)
+
+# hardcoded here, this is an exeption due to the g.parser specialities:
htmlcmd:
$(MAKE) $(HTMLDIR)/$(PGM).html HTMLSRC=
+
endif
More information about the grass-commit
mailing list