<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Sat, May 21, 2016 at 4:24 PM,  <span dir="ltr"><<a href="mailto:svn_grass@osgeo.org" target="_blank">svn_grass@osgeo.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div id=":3tm" class="">Author: amuriy<br>
Date: 2016-05-21 13:24:32 -0700 (<span tabindex="0" class=""><span class="">Sat, 21 May 2016</span></span>)<br>
New Revision: 68480<br>
<br>
Added:<br>
   grass-addons/grass7/vector/v.explode/<br>
   grass-addons/grass7/vector/v.explode/Makefile<br>
   grass-addons/grass7/vector/v.explode/v.explode.html<br>
   grass-addons/grass7/vector/v.explode/<a href="http://v.explode.py" rel="noreferrer" target="_blank">v.explode.py</a><br>
Modified:<br>
   grass-addons/grass7/vector/v.delaunay3d/Makefile<br>
Log:<br>
<v.explode> script added<br>
<br>
Modified: grass-addons/grass7/vector/v.delaunay3d/Makefile<br>
===================================================================<br>
--- grass-addons/grass7/vector/v.delaunay3d/Makefile    2016-05-20 21:01:30 UTC (rev 68479)<br>
+++ grass-addons/grass7/vector/v.delaunay3d/Makefile    2016-05-21 20:24:32 UTC (rev 68480)<br>
@@ -1,4 +1,4 @@<br>
-MODULE_TOPDIR = ../..<br>
+MODULE_TOPDIR = /usr/lib/grass70<br>
<br>
 PGM = v.delaunay3d<br>
</div></blockquote></div><br>Hi <span class="">Alexander,<br><br></span></div><div class="gmail_extra"><span class="">just small tip which might be of interest to other contributors to Addons as well.<br><br>There is no need to change the source code to achieve compilation of module outside of GRASS source code. You can just run make like this:<br><br></span></div><div class="gmail_extra"><span class="">make </span>MODULE_TOPDIR=/usr/lib/grass70<br><br></div><div class="gmail_extra">and you avoid these things being committed (because you never need to add them to the source code). Martin was so kind and already put that line back. So now everything is fine.<br></div><div class="gmail_extra"><br></div><div class="gmail_extra">Looking forward to more commits,<br></div><div class="gmail_extra">Vaclav<br></div><div class="gmail_extra"><span class=""><br><a href="https://trac.osgeo.org/grass/changeset/68480">https://trac.osgeo.org/grass/changeset/68480</a><br><a href="https://trac.osgeo.org/grass/changeset/68481">https://trac.osgeo.org/grass/changeset/68481</a><br></span></div></div>