Re: [PATCH] kbuild: unconditionally clobber include/linux/version.h on distclean

2014-03-29 Thread Michal Marek
Dne 13.2.2014 22:28, Paul Gortmaker napsal(a): > As of v3.7, the UAPI changes relocated headers around such that the > kernel version header lived in a new place. > > If a person is bisecting and if you go back to pre-UAPI days, > you will create an include/linux/version.h -- then if you checkout

Re: [PATCH] kbuild: unconditionally clobber include/linux/version.h on distclean

2014-02-15 Thread David Howells
Paul Gortmaker wrote: > As of v3.7, the UAPI changes relocated headers around such that the > kernel version header lived in a new place. > > If a person is bisecting and if you go back to pre-UAPI days, > you will create an include/linux/version.h -- then if you checkout a > post-UAPI kernel,

[PATCH] kbuild: unconditionally clobber include/linux/version.h on distclean

2014-02-13 Thread Paul Gortmaker
As of v3.7, the UAPI changes relocated headers around such that the kernel version header lived in a new place. If a person is bisecting and if you go back to pre-UAPI days, you will create an include/linux/version.h -- then if you checkout a post-UAPI kernel, and even run "make distclean" it sti