Opened 15 years ago
Last modified 13 years ago
#170 new enhancement
OpenAFS mock builds should not rely on running kernel version
Reported by: | ezyang | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | internals | Keywords: | |
Cc: |
Description
We currently test for what kernel to build OpenAFS against using:
kernvers = $(shell uname -r | sed "s/\(.*\)[.].*/\1/")
This is not ideal since it means we need to manually frob that line or reboot into a newer kernel before we can rebuild, say, OpenAFS. Do something more intelligent, like build against the version of the kernel that our repositories give us.
Change History (3)
comment:1 Changed 15 years ago by andersk
- Type changed from defect to task
comment:2 Changed 15 years ago by andersk
- Type changed from task to enhancement
comment:3 Changed 13 years ago by ezyang
- Priority changed from normal to minor
Note: See
TracTickets for help on using
tickets.
No manual frobbing is required, since all Makefile variables can be overridden on the command line (unless the variable was itself declared with the override directive):
This is documented in server/doc/kernel-build-howto.