On Wed, 2011-02-23 at 14:58 +0900, JamesHur(허성삼) wrote:

> This is James Hur from Korea, I’ve been tried to solve specific
> problem as follow and I got the answer through the googling.
> 
> -       Problem : When I run make with Makefile, I got error message
> as : Makefile:1458:mixed implicit and normal rules. Stop
> 
> -       And I found the answer by this web-page :
> http://www.linuxquestions.org/questions/linux-software-2/error-mixed-implicit-and-normal-rules-while-trying-to-build-busybox-826795/
> 
> -       He had same problem and fixed it up. 
> 
> -       However I got trouble still due to don’t know how to change
> the code.
> 
> -       Maybe I get the source code of make utility from gnu.org and
> should try to change the source code, could you let me know the way
> how to fix it up? Pls.

I seriously doubt that you want to change the code for GNU make, but if
you do you can find it at ftp://ftp.gnu.org/pub/gnu/make/

You can also download the previous version (3.81) which still contains
the bug in it that the makefiles you're using are exploiting.  The
reason the newer version of Linux works and the older does not is that
the makefiles were fixed in the newer ones.

Or you can fix the makefiles.

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


_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to