[bug #33034] "Makefile:23: *** mixed implicit and normal rules. Stop." for Linux kernel out of source builds

2015-01-03 Thread x bill the X game
Follow-up Comment #22, bug #33034 (project make): i don't agree and i see a possible attack i'm tryign to compile gcc4 with glibc2.11 and seeing Makefile damage you made comments impact upon linux, compatibility, does not matter you then say "all past Makefiles should be edited by everyone but

[bug #43921] make does not check error result of ttyname()

2015-01-03 Thread Frank Heckenbach
URL: Summary: make does not check error result of ttyname() Project: make Submitted by: frank Submitted on: Sa 03 Jan 2015 08:39:03 GMT Severity: 3 - Normal Item Group: B

unexpected behaviour of make

2015-01-03 Thread Sergio Villone
I think I ran into a make or documentation bug or bad version use as requested I acclude a stripped down makefile make --version says: GNU Make 3.81 (perhaps too old? this is what Apple gives as tool...!) This program built for i386-apple-darwin10.0(I work with a macpro laptop running OS X 10.6.

Re: unexpected behaviour of make

2015-01-03 Thread Paul Smith
On Sat, 2015-01-03 at 10:19 +0100, Sergio Villone wrote: > I think I ran into a make or documentation bug or bad version use > as requested I acclude a stripped down makefile > make --version says: > GNU Make 3.81 (perhaps too old? this is what Apple gives as tool...!) Apple refuses to provide

Dynamic adjustments of build dependencies for the number of available processors

2015-01-03 Thread SF Markus Elfring
Hello, I would like to use all processor cores for a software build. So I try to reuse a corresponding system setting by a command like "getconf _NPROCESSORS_ONLN" in recipes for a make file. A bit of build preparation needs to be performed in a serial way before I can begin the desired parallel