[GRASS-SVN] r65971 - in grass-addons/grass7/gui/wxpython/wx.metadata: . g.gui.metadata mdlib

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Aug 20 00:48:52 PDT 2015


Author: krejcmat
Date: 2015-08-20 00:48:52 -0700 (Thu, 20 Aug 2015)
New Revision: 65971

Modified:
   grass-addons/grass7/gui/wxpython/wx.metadata/Makefile
   grass-addons/grass7/gui/wxpython/wx.metadata/g.gui.metadata/g.gui.metadata.py
   grass-addons/grass7/gui/wxpython/wx.metadata/mdlib/Makefile
Log:
wx.metadata addons: Makefile mkdir subdir

Modified: grass-addons/grass7/gui/wxpython/wx.metadata/Makefile
===================================================================
--- grass-addons/grass7/gui/wxpython/wx.metadata/Makefile	2015-08-19 19:18:46 UTC (rev 65970)
+++ grass-addons/grass7/gui/wxpython/wx.metadata/Makefile	2015-08-20 07:48:52 UTC (rev 65971)
@@ -2,23 +2,23 @@
 
 SHELL_OUTPUT := $(shell python dependency.py 2>&1)
 ifeq ($(filter File dependency.py,$(SHELL_OUTPUT)),)
-  $(info $(SHELL_OUTPUT))
+    $(info $(SHELL_OUTPUT))
 else
-  $(error $(SHELL_OUTPUT))
+    $(error $(SHELL_OUTPUT))
 endif
 
 SUBDIRS = \
-	mdlib \
-	r.info.iso \
-	v.info.iso \
-	t.info.iso \
-	db.csw.admin \
-	db.csw.run \
-	db.csw.harvest \
-	g.gui.cswbrowser \
-	g.gui.metadata \
+    mdlib \
     profiles \
-    config
+    config \
+    r.info.iso \
+    v.info.iso \
+    t.info.iso \
+    db.csw.admin \
+    db.csw.run \
+    db.csw.harvest \
+    g.gui.cswbrowser \
+    g.gui.metadata
 
 include $(MODULE_TOPDIR)/include/Make/Dir.make
 

Modified: grass-addons/grass7/gui/wxpython/wx.metadata/g.gui.metadata/g.gui.metadata.py
===================================================================
--- grass-addons/grass7/gui/wxpython/wx.metadata/g.gui.metadata/g.gui.metadata.py	2015-08-19 19:18:46 UTC (rev 65970)
+++ grass-addons/grass7/gui/wxpython/wx.metadata/g.gui.metadata/g.gui.metadata.py	2015-08-20 07:48:52 UTC (rev 65971)
@@ -18,7 +18,7 @@
 This program is free software under the GNU General Public License
 (>=v2). Read the file COPYING that comes with GRASS for details.
 
- at author Matej Krejci <matejkrejci gmail.com> (GSoC 2014)
+ at author Matej Krejci <matejkrejci gmail.com> (GSoC 2014) (GSoC 2015)
 """
 
 import sys

Modified: grass-addons/grass7/gui/wxpython/wx.metadata/mdlib/Makefile
===================================================================
--- grass-addons/grass7/gui/wxpython/wx.metadata/mdlib/Makefile	2015-08-19 19:18:46 UTC (rev 65970)
+++ grass-addons/grass7/gui/wxpython/wx.metadata/mdlib/Makefile	2015-08-20 07:48:52 UTC (rev 65971)
@@ -16,7 +16,7 @@
 	@cp -rL $(DSTDIR) $(INST_DIR)
 
 $(DSTDIR):
-	$(MKDIR) $@
+	$(MKDIR) -p $@
 
 $(DSTDIR)/%: % | $(DSTDIR)
 	$(INSTALL_DATA) $< $@



More information about the grass-commit mailing list