[GRASS-dev] Re: [GRASS GIS] #197: sfd support for r.terraflow

GRASS GIS trac at osgeo.org
Thu Jul 10 23:00:38 EDT 2008


#197: sfd support for r.terraflow
----------------------+-----------------------------------------------------
  Reporter:  adanner  |       Owner:  grass-dev at lists.osgeo.org
      Type:  defect   |      Status:  new                      
  Priority:  major    |   Milestone:  6.4.0                    
 Component:  Raster   |     Version:  svn-trunk                
Resolution:           |    Keywords:  terraflow r.terraflow    
  Platform:  All      |         Cpu:  All                      
----------------------+-----------------------------------------------------
Comment (by glynn):

 Replying to [comment:13 adanner]:

 > The makefile should probably be modified to remove libiostream.a on make
 clean, but I hate messing with makefiles, so I'll leave that to someone
 else.

 "make clean" should only remove intermediate files; it shouldn't touch
 anything in the dist.<arch> directory.

 If you want to force libiostream.a to be remade before making r.terraflow,
 mark $(IOSTREAM_DEPLIB) as a .PHONY target, so that it is re-made
 regardless of whether or not it already exists.

 The same issue applies to every other library in GRASS. However, having
 libiostream in the r.terraflow directory seems to lead people to assume
 that it will be re-made automatically when making r.terraflow.

 For other libraries, most people would be aware that the library needs to
 be explicitly re-made before anything which depends upon it. This problem
 should go away if libiostream is moved to the lib directory.

-- 
Ticket URL: <http://trac.osgeo.org/grass/ticket/197#comment:16>
GRASS GIS <http://grass.osgeo.org>


More information about the grass-dev mailing list