Skip to content

Warn on stale build due to kernel changed #485

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Nov 1, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Act on review comment: try to prevent unwarranted edition
  • Loading branch information
paulo-ferraz-oliveira committed Nov 1, 2023
commit c0e7dc4ae65b818de39a9c51052d9a7dbc43101e
1 change: 1 addition & 0 deletions kerl
Original file line number Diff line number Diff line change
Expand Up @@ -1075,6 +1075,7 @@ _do_build() {
TMPOPT="${TMP_DIR}/kerloptions.$$"
{
echo "This is kerl's control file for build configuration."
echo "Please don't edit it manually!"
echo "CFLAGS: ${CFLAGS:-}"
echo "KERL_CONFIGURE_OPTIONS: $KERL_CONFIGURE_OPTIONS"
echo "$(uname_r_label): $(uname_r)"
Expand Down