Messages in this thread |  | | | Subject | Re: [PATCH 5/6] kbuild: error out early in make headers_install | | From | David Woodhouse <> | | Date | Mon, 09 Jun 2008 11:19:15 +0100 |
| |
On Sun, 2008-06-08 at 22:07 +0200, Sam Ravnborg wrote: > Fix the a.out.h case by setting SRCARCH and error > out early in case of an error. > The a.out.h case failed with the *_all targets.
I wanted to do the same trick ($(if $(wildcard asm-$(SRCARCH)/a.out.h))) for exporting linux/a.out.h too -- that should never have been unexported, and really should be put back before 2.6.26 release (I think I sent a patch, already).
I suppose we'll have to also export it ifeq ($(SRCARCH),).
-- dwmw2
|  |