Hi Mike,

I met lots of "mixed implicit and normal rules" errors after updating make to v3.82. These included uClinux-dist upstream and blackfin, busybox etc.

vendors/Makefile,

all image clean romfs romfs.post vendor_%:
        $(MAKE) -C $(dir_v) dir_v=$(dir_v) -f $(VEND)/vendors-common.mak $@


user/blkfin-apps/Makefile,

all %::
        for i in $(dir_y) ; do $(MAKE) -C $$i $@ || exit $$? ; done

user/busybox/build-busybox-1.17.2/Makefile (generated),

$(filter-out all Makefile,$(MAKECMDGOALS)) %/:
        $(MAKE) -C $(KERNELSRC) O=$(KERNELOUTPUT) $@


I googled this thread, which said the parser was tightened in make-3.82.

http://www.mail-archive.com/bug-m...@gnu.org/msg06220.html

Shall we update these Makefiles?

Best regards,
Thomas
_______________________________________________
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to