GNU bug report logs - #22223
support multiple '-local' targets in a single rule

Previous Next

Package: automake;

Reported by: Basin Ilya <basinilya <at> gmail.com>

Date: Tue, 22 Dec 2015 17:15:02 UTC

Severity: wishlist

Tags: confirmed

To reply to this bug, email your comments to 22223 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-automake <at> gnu.org:
bug#22223; Package automake. (Tue, 22 Dec 2015 17:15:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Basin Ilya <basinilya <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-automake <at> gnu.org. (Tue, 22 Dec 2015 17:15:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Basin Ilya <basinilya <at> gmail.com>
To: bug-automake <at> gnu.org
Subject: multiple '-local' targets in a rule
Date: Tue, 22 Dec 2015 14:04:38 +0300
If you define a supported `-local` target (e.g. `all-local`) in
`Makefile.am`, `automake` will supplement the standard target (e.g.
`all`) with it.

* https://www.gnu.org/software/automake/manual/html_node/Extending.html
*
https://www.gnu.org/software/automake/manual/html_node/Third_002dParty-Makefiles.html

But this only works, when creating separate rules for `-local` targets.
When listing multiple `-local` target in one rule, they are not applied.

good:

    all-local:
    	echo $@

    clean-local:
    	echo $@

resulting `Makefile`:

    all-am: Makefile all-local
    clean-am: clean-generic clean-libtool clean-local mostlyclean-am

bad:

    all-local clean-local:
    	echo $@

resulting `Makefile`:

    all-am: Makefile
    clean-am: clean-generic clean-libtool mostlyclean-am





Changed bug title to 'support multiple '-local' targets in a single rule' from 'multiple '-local' targets in a rule' Request was from Mike Frysinger <vapier <at> gentoo.org> to control <at> debbugs.gnu.org. (Tue, 08 Feb 2022 05:50:02 GMT) Full text and rfc822 format available.

Severity set to 'wishlist' from 'normal' Request was from Mike Frysinger <vapier <at> gentoo.org> to control <at> debbugs.gnu.org. (Tue, 08 Feb 2022 05:50:02 GMT) Full text and rfc822 format available.

Added tag(s) confirmed. Request was from Mike Frysinger <vapier <at> gentoo.org> to control <at> debbugs.gnu.org. (Tue, 08 Feb 2022 05:50:02 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 128 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.