forked from autotools-mirror/autoconf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: no more recursion for lib 'subdir'
* Makefile.am (SUBDIRS): Drop 'lib'. (edit): New, shared among the recipes in 'lib/local.mk' and 'bin/local.mk'. (CLEANFILES): New, will be updated later in included files. ($(srcdir)/lib/local.mk): Include it. ($(srcdir)/lib/freeze.mk): Likewise. * lib/Makefile.am: Rename ... * lib/local.mk: .. like this, with several adjustments. In particular ... (edit): Drop this definition, subsumed by the one in the top-level Makefile.am. * bin/local.mk (edit): Drop definition, that is already present in the top-level Makefile.am now. ($(srcdir)/lib/freeze.mk): Drop inclusion; that is already done in the top-level Makefile.am now. * doc/local.mk (CLEANFILES): Adjust: append to it, do not define it. * lib/freeze.mk ($(AUTOM4TE_CFG)): Adjust recipe. * configure.ac (AC_CONFIG_FILES): Drop 'lib/Makefile'. Signed-off-by: Stefano Lattarini <[email protected]>
- Loading branch information
1 parent
f8ac780
commit a2af455
Showing
6 changed files
with
100 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters