[GRASS-SVN] r46872 - grass/trunk/include/Make
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Jun 30 10:44:35 EDT 2011
Author: martinl
Date: 2011-06-30 07:44:35 -0700 (Thu, 30 Jun 2011)
New Revision: 46872
Modified:
grass/trunk/include/Make/Dir.make
Log:
define installsubdirs in Dir.make
Modified: grass/trunk/include/Make/Dir.make
===================================================================
--- grass/trunk/include/Make/Dir.make 2011-06-30 14:43:33 UTC (rev 46871)
+++ grass/trunk/include/Make/Dir.make 2011-06-30 14:44:35 UTC (rev 46872)
@@ -15,6 +15,12 @@
$(MAKE) -C $$subdir || echo $(CURDIR)/$$subdir >> $(ERRORLOG) ; \
done
+installsubdirs:
+ @list='$(SUBDIRS)'; \
+ for subdir in $$list; do \
+ $(MAKE) -C $$subdir install; \
+ done
+
%-recursive:
@list='$(SUBDIRS)'; \
for subdir in $$list; do \
@@ -33,4 +39,3 @@
$(SUBDIRS):
$(MAKE) -C $@ || echo $(CURDIR)/$@ >> $(ERRORLOG)
-
More information about the grass-commit
mailing list