• J
    kbuild: fix mkmakefile · 96678281
    Jan Beulich 提交于
    With the current way of generating the Makefile in the output directory
    for builds outside of the source tree, specifying real targets (rather
    than phony ones) doesn't work in an already (partially) built tree, as
    the stub Makefile doesn't have any dependency information available.
    Thus, all targets where files may actually exist must be listed
    explicitly and, due to what I'd call a make misbehavior, directory
    targets must then also be special cased.
    Signed-Off-By: NJan Beulich <jbeulich@novell.com>
    Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
    96678281
mkmakefile 648 字节