cvs commit: hugs98/src MkInstal.in

Ross Paterson ross@soi.city.ac.uk
Tue, 22 Oct 2002 15:47:23 +0100


On Tue, Oct 22, 2002 at 07:19:26AM -0700, Sigbjorn Finne wrote:
> sof         2002/10/22 07:19:26 PDT
> 
>   Modified files:
>     src                  MkInstal.in 
>   Log:
>   install_libraries: drop use of cp -L option (non-portable and not really needed here.)

Not for the source distribution, but something like that is needed if
your build tree is a shadow tree.  How about

	(cd .. && tar chf - libraries) | (cd $(hugsdir) && tar xf -)