libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: FYI: use `&&' to separate commands in the untar process [libtool--re


From: Ralf Wildenhues
Subject: Re: FYI: use `&&' to separate commands in the untar process [libtool--release--2.0--patch-56]
Date: Fri, 11 Mar 2005 10:04:52 +0100
User-agent: Mutt/1.4.1i

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  <address@hidden>
>       * 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

[Prev in Thread] Current Thread [Next in Thread]