Hi Gary,

* Gary V. Vaughan wrote on Thu, Mar 10, 2005 at 09:58:58PM CET:
> 
> Applied to branch-2-0 (I didn't make this oversight in the other branches).
> 
>   from  Gary V. Vaughan  <[EMAIL PROTECTED]>
>       * libltdl/Makefile.am (install-data-local): Use `&&' to separate
>       commands so that stdin reaches the untar pracess.
>       * libltdl/loaders/Makefile.am (install-data-local): Ditto.
>       * libtoolize.m4sh (func_copy_cb): Ditto.

I did not know this was not portable.  Which shell/system is this?

Regards,
Ralf

>       ( cd $(srcdir) && $(AMTAR) chf - $(ltdldatafiles); ) \
>   -     | ( umask 0; cd $(DESTDIR)$(ltdldatadir) && $(AMTAR) xf -; )
>   +     | ( umask 0 && cd $(DESTDIR)$(ltdldatadir) && $(AMTAR) xf -; )


Reply via email to