Hide Forgot
Description of problem: after a "make clean" in the Kernel src tree the include file "include/linux/bounds.h" is missing - though it's stillincluded from mmzone.h Version-Release number of selected component (if applicable): 2.6.32-71.18.1.el6 How reproducible: build a src tree, do configure/make/make clean Actual results: Expected results: Additional info:
looks like asm/asm-offsets.h shares the same fate
Since RHEL 6.1 External Beta has begun, and this bug remains unresolved, it has been rejected as it is not proposed as exception or blocker. Red Hat invites you to ask your support representative to propose this request, if appropriate and relevant, in the next release of Red Hat Enterprise Linux.
Since RHEL 6.2 External Beta has begun, and this bug remains unresolved, it has been rejected as it is not proposed as exception or blocker. Red Hat invites you to ask your support representative to propose this request, if appropriate and relevant, in the next release of Red Hat Enterprise Linux.
(In reply to Michael Hebenstreit from comment #0) > Description of problem: > after a "make clean" in the Kernel src tree the include file > "include/linux/bounds.h" is missing - though it's stillincluded from mmzone.h > bounds.h, etc., are created dynamically by 'make oldconfig' which IIRC is created when a 'rpmbuild -bp kernel.src.rpm' is executed. A 'make clean' will destroy them. P.