bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug in pattern rule parsing: how to handle?


From: Paul Smith
Subject: Re: Bug in pattern rule parsing: how to handle?
Date: Sun, 26 Oct 2008 19:12:53 -0400

On Sun, 2008-10-26 at 23:15 +0100, Sam Ravnborg wrote:
> Can you give me a more precise pointer where we have this issue
> so I can get it fixed.  I guess it is Makefile.build...

If you mean in the Linux kernel there are two places:

        Makefile:1601: *** mixed implicit and normal rules.  Stop.
        
        # Modules
        / %/: prepare scripts FORCE

and:

        Makefile:442: *** mixed implicit and normal rules.  Stop.
        
        config %config: scripts_basic outputmakefile FORCE
                $(Q)mkdir -p include/linux include/config
                $(Q)$(MAKE) $(build)=scripts/kconfig $@

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.mad-scientist.us
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist




reply via email to

[Prev in Thread] Current Thread [Next in Thread]