Avoid rebuilding nut_version.h within one stack of (parallel) make processes#3223
Merged
jimklimov merged 6 commits intonetworkupstools:masterfrom Dec 18, 2025
Merged
Avoid rebuilding nut_version.h within one stack of (parallel) make processes#3223jimklimov merged 6 commits intonetworkupstools:masterfrom
nut_version.h within one stack of (parallel) make processes#3223jimklimov merged 6 commits intonetworkupstools:masterfrom
Conversation
…o pass run-time skip of active include/nut_version.h regeneration [networkupstools#3039] Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
…ON_H_GENERATED in transitive dependency definition [networkupstools#3039] Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
…m: streamline debugging of MAINTAINER_GENERATE_HEADER_DEBUG [networkupstools#3039] Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
…m: do not skip rebuilding of nut_version.h if it is currently missing [networkupstools#3039] May have been removed since, e.g. in `make check-parallel-builds`. Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
… that we would retry it once in "make all" default implementation) [networkupstools#3039] Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
…d and we hand off to "make all" default implementation (may regenerate headers again) [networkupstools#3039] Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
jimklimov
added a commit
to jimklimov/nut
that referenced
this pull request
Mar 3, 2026
…generated.timestamp touch-file to quickly skip nut_version.h regeneration even if we configure --enable-force-nut-version (default) [networkupstools#3039, networkupstools#3223] Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
jimklimov
added a commit
to jimklimov/nut
that referenced
this pull request
Mar 3, 2026
…me we evaluate libupsclient.la rule [networkupstools#3039, networkupstools#3223, networkupstools#1484] Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
jimklimov
added a commit
to jimklimov/nut
that referenced
this pull request
Mar 3, 2026
…generated.timestamp touch-file to quickly skip nut_version.h regeneration even if we configure --enable-force-nut-version (default) [networkupstools#3039, networkupstools#3223] Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
jimklimov
added a commit
to jimklimov/nut
that referenced
this pull request
Mar 3, 2026
…me we evaluate libupsclient.la rule [networkupstools#3039, networkupstools#3223, networkupstools#1484] Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
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.
A bit less workload for builders and noise in logs.
Closes: #3039