automake
[Top][All Lists]
Advanced

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

Re: stripping directory component from installation file pathname


From: Thien-Thi Nguyen
Subject: Re: stripping directory component from installation file pathname
Date: Mon, 10 Mar 2014 09:23:50 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

() Marco Maggi <address@hidden>
() Mon, 24 Feb 2014 12:49:15 +0100

   I just want to strip the string prefix "lib/" from the
   installation pathnames.

Maybe you can use a var that includes the trailing slash:

 intreelib = lib/
 
 ..._DATA = \
   $(intreelib)stuff/foo.fasl

and then replace the usual "make install" flow via:

 install-data-local:
         $(MAKE) install-data-am intreelib=

This would mimic the -data side of "make install" (i think).

-- 
Thien-Thi Nguyen
   GPG key: 4C807502
   (if you're human and you know it)
      read my lisp: (responsep (questions 'technical)
                               (not (via 'mailing-list)))
                     => nil

Attachment: pgp0uXj2ZlM8r.pgp
Description: PGP signature


reply via email to

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