libtool-patches
[Top][All Lists]
Advanced

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

FYI: make libltdl installation work with VPATH again [libtool--release--


From: Gary V. Vaughan
Subject: FYI: make libltdl installation work with VPATH again [libtool--release--2.0--patch-49]
Date: Sat, 26 Feb 2005 23:54:29 +0000 (GMT)
User-agent: mailnotify/0.6

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Applied to HEAD and branch-2-0.

  * looking for address@hidden/libtool--release--2.0--patch-48 to compare with
  * comparing to address@hidden/libtool--release--2.0--patch-48
  M  libltdl/Makefile.am
  M  ChangeLog
  M  libltdl/loaders/Makefile.am
  
  * modified files
  
  Index: Changelog
  from  Gary V. Vaughan  <address@hidden>

        * libltdl/Makefile.am (install-data-local):  cd to $(srcdir) before
        tarring up the files for installation to $(DESTDIR)$(ltdldatadir).
        Don't remove the destination directory, since that interacts badly
        with the multi-Makefile installation.
        * libltdl/loaders/Makefile.am (install-data-local): Ditto.
  
  --- orig/libltdl/Makefile.am
  +++ mod/libltdl/Makefile.am
  @@ -76,9 +76,8 @@
   ## To avoid spurious reconfiguration when the user installs these files
   ## with libtoolize, we have to preserve their timestamps carefully:
   install-data-local:
  -     -rm -rf $(DESTDIR)$(ltdldatadir)
        $(mkinstalldirs) $(DESTDIR)$(ltdldatadir)
  -     $(AMTAR) cf - $(ltdldatafiles) \
  +     ( cd $(srcdir) && $(AMTAR) cf - $(ltdldatafiles); ) \
          | ( cd $(DESTDIR)$(ltdldatadir) && $(AMTAR) xf -; )
   
   ## Make sure these will be cleaned even when they're not built by default:
  
  
  --- orig/libltdl/loaders/Makefile.am
  +++ mod/libltdl/loaders/Makefile.am
  @@ -53,7 +53,6 @@
   ## To avoid spurious reconfiguration when the user installs these files
   ## with libtoolize, we have to preserve their timestamps carefully:
   install-data-local:
  -     -rm -rf $(DESTDIR)$(ltdldatadir)
        $(mkinstalldirs) $(DESTDIR)$(ltdldatadir)
  -     $(AMTAR) cf - $(ltdldatafiles) \
  +     ( cd $(srcdir) && $(AMTAR) cf - $(ltdldatafiles) preopen.c; ) \
          | ( cd $(DESTDIR)$(ltdldatadir) && $(AMTAR) xf -; )
  
  
  
- -- 
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook
_________________________________________________________
This patch notification generated by tlaapply version 0.9
http://tkd.kicks-ass.net/arch/address@hidden/cvs-utils--tla--1.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (Darwin)

iD8DBQFCIQw1FRMICSmD1gYRAvb0AJwKmeVI/jfk52UG9dxb0u0067XzTQCeLKXL
p09YCVuuCwsJOnxpJfARfd0=
=TwiO
-----END PGP SIGNATURE-----




reply via email to

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