bug-make
[Top][All Lists]
Advanced

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

[bug #33034] "Makefile:23: *** mixed implicit and normal rules. Stop." f


From: Henry Nestler
Subject: [bug #33034] "Makefile:23: *** mixed implicit and normal rules. Stop." for Linux kernel out of source builds
Date: Sat, 09 Apr 2011 11:51:25 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.2.16) Gecko/20110319 SUSE/3.6.16-0.2.1 Firefox/3.6.16

Follow-up Comment #2, bug #33034 (project make):

As workaround for coLinux can change the template scripts/mkmakefile.

*** old:

%/: all
        @:


*** new:


$(all) %/: all
ifneq ($(all),)
$(all): all
       @:


See also the attached patch.


(file #23162)
    _______________________________________________________

Additional Item Attachment:

File name: make-3.82-mkmakefile.patch     Size:0 KB


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?33034>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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