This is the mail archive of the automake-prs@sourceware.cygnus.com mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

automake/25: add pre-inst hooks to automake



>Number:         25
>Category:       automake
>Synopsis:       add pre-inst hooks to automake
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    tromey
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Sun Nov 07 17:21:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Tom Tromey
>Release:        current cvs
>Organization:
>Environment:

>Description:
A Debian user of automake has made the following suggestion for
automake.

The only install hooks that automake provides (eg. install-data-local)
are postinst hooks.  Though the GNU coding standards documents a
preinst behaviour, automake does not allow to use this.

There should be something like `pre-install-data-local', and the
install targets should be expanded like:

install-data: pre-install-data-local install-pkgdataDATA install-data-local


(Of course that target won't work due to parallel builds.
The idea is ok, though.)

>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]