Re: [GRASS-dev] [GRASS GIS] #1887: improve signal to noise ratio in the build logs

2013-02-19 Thread GRASS GIS
#1887: improve signal to noise ratio in the build logs
-+--
 Reporter:  hamish   |   Owner:  grass-dev@…  
 Type:  enhancement  |  Status:  new  
 Priority:  normal   |   Milestone:  6.4.3
Component:  Compiling| Version:  svn-trunk
 Keywords:  make |Platform:  Linux
  Cpu:  x86-64   |  
-+--
Changes (by neteler):

  * milestone:  6.4.4 = 6.4.3


Comment:

 Replying to [comment:2 hamish]:
  see r38564, r38565. apparently it was for the i.pr/ collection of
 modules in addons svn.

 Since that fails anyway, these changes may be reverted.
 Target back to 6.4.3

 Markus

-- 
Ticket URL: https://trac.osgeo.org/grass/ticket/1887#comment:3
GRASS GIS http://grass.osgeo.org

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #1887: improve signal to noise ratio in the build logs

2013-02-18 Thread GRASS GIS
#1887: improve signal to noise ratio in the build logs
-+--
 Reporter:  hamish   |   Owner:  grass-dev@…  
 Type:  enhancement  |  Status:  new  
 Priority:  normal   |   Milestone:  6.4.4
Component:  Compiling| Version:  svn-trunk
 Keywords:  make |Platform:  Linux
  Cpu:  x86-64   |  
-+--

Comment(by glynn):

 Replying to [ticket:1887 hamish]:

  what does it mean?

 It means that you have multiple rules (with commands) for a single target
 (in this case, the install target). The last rule defined is used, any
 others are ignored.

  if it is benign, can we make it go away without masking any real
 problems?

 The install target in Rules.make recursively runs make install for
 each directory in $(INSTALL_SUBDIRS). AFAICT, nothing ever sets that
 variable, so the target is pointless.

-- 
Ticket URL: https://trac.osgeo.org/grass/ticket/1887#comment:1
GRASS GIS http://grass.osgeo.org

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #1887: improve signal to noise ratio in the build logs

2013-02-18 Thread GRASS GIS
#1887: improve signal to noise ratio in the build logs
-+--
 Reporter:  hamish   |   Owner:  grass-dev@…  
 Type:  enhancement  |  Status:  new  
 Priority:  normal   |   Milestone:  6.4.4
Component:  Compiling| Version:  svn-trunk
 Keywords:  make |Platform:  Linux
  Cpu:  x86-64   |  
-+--

Comment(by hamish):

  Replying to [ticket:1887 hamish]:
   if it is benign, can we make it go away without masking any
   real problems?

 Replying to [comment:1 glynn]:
  The install target in Rules.make recursively runs make install
  for each directory in $(INSTALL_SUBDIRS). AFAICT, nothing ever
  sets that variable, so the target is pointless.

 see r38564, r38565. apparently it was for the i.pr/ collection of modules
 in addons svn.

 How to install groups of modules (like gipe or i.pr) using an automatic
 download+compile tool like g.extension.* is still an open question.


 Hamish

-- 
Ticket URL: https://trac.osgeo.org/grass/ticket/1887#comment:2
GRASS GIS http://grass.osgeo.org

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev