kernel plugin: remove MAKEFLAGS from the environment
Metadata
Current evaluation
Closed without resolution or merge. The proposed fix to remove MAKEFLAGS from the environment was abandoned.
Suggested action: —
No scores available.
Issue body
Linux's kernel Makefile gets confused if it is invoked with the
environment already setup by another Linux's Makefile:
linux/package/Makefile -> snapcraft -> linux/Makefile
fix the problem removing the offending make variable (MAKEFLAGS)
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Closed without resolution or merge. The proposed fix to remove MAKEFLAGS from the environment was abandoned. | |
| qwen/qwen3.6-35b-a3b | — | — | Resolved by removing MAKEFLAGS from the environment to prevent kernel build failures in nested Makefile invocations. Closed as fixed. | |
| qwen/qwen3.6-35b-a3b | — | — | Closed and resolved. The proposed fix to remove MAKEFLAGS from the environment was implemented to prevent kernel Makefile conflicts during nested builds. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Proposed removal of MAKEFLAGS from the kernel plugin environment to prevent nested Makefile conflicts was closed without implementation. No pull request or fix was merged, indicating the change was abandoned. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #1150 kernel plugin: rework MAKEFLAGS from the environment | snapcraft | merged | Merged. The kernel plugin now strips the MAKEFLAGS environment variable to prevent nested Makefile conflicts. Approved by a reviewer, passes CI, and resolves LP #1665661. |