Fix the web of Makefile cross-references across subdirs#1151
Merged
jimklimov merged 5 commits intonetworkupstools:masterfrom Oct 31, 2021
Merged
Fix the web of Makefile cross-references across subdirs#1151jimklimov merged 5 commits intonetworkupstools:masterfrom
jimklimov merged 5 commits intonetworkupstools:masterfrom
Conversation
…fend "make dist(check)"
…d reference them via top_builddir (not ..)
…top_srcdir (not ../..)
…does not offend "make dist(check)"
9788a01 to
3d1a770
Compare
Member
Author
|
Note for posterity: at least one build on a Debian 8 derived environment ended up creating directories literally named Commenting those 4 resulting This was not seen anywhere else so I'd say it was either a strange system or some bug in older autotools. But if this bites someone else, posted issues or better yet PRs are welcome. Returning to explicit |
jimklimov
added a commit
to jimklimov/nut
that referenced
this pull request
Nov 4, 2021
…e AM_MAKEFLAGS (follows-up to PR networkupstools#1151)
jimklimov
added a commit
to jimklimov/nut
that referenced
this pull request
Nov 5, 2021
…e AM_MAKEFLAGS (follows-up to PR networkupstools#1151)
This was referenced Nov 5, 2021
Merged
This was referenced Nov 8, 2021
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
*.laarchives) located in other sub-directories, so those were not automatically built when we wanted to e.g.configure && cd tests && make. Now such situations should resolve correctly.