Re: REGRESSION: cross compile 4.3 fail on mingw-w64 7.0/GCC 9.2

2020-01-20 Thread Paul Smith
On Mon, 2020-01-20 at 21:37 +, Nan . wrote: > the actual command line is > > make[1]: Entering directory '/home/build/obj/n-make' > depbase=`echo src/arscan.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ > mingw64-gcc -DHAVE_CONFIG_H -Isrc -I/home/build/src/make-4.3/src -Ilib > -I/home/build/src/m

Re: Documentation - reference not defined query

2020-01-20 Thread Paul Smith
On Mon, 2020-01-20 at 16:32 -0500, Paul Smith wrote: > > ...$ make Makefile I also wanted to say, this is wrong as written here... you don't want to give Makefile as a target to be built. You should just run "make" with no arguments. Make will read a file named "Makefile" by default. Only if yo

Re: REGRESSION: cross compile 4.3 fail on mingw-w64 7.0/GCC 9.2

2020-01-20 Thread Nan .
Hi Paul, Thanks for you reply the actual command line is make[1]: Entering directory '/home/build/obj/n-make' depbase=`echo src/arscan.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ mingw64-gcc -DHAVE_CONFIG_H -Isrc -I/home/build/src/make-4.3/src -Ilib -I/home/build/src/make-4.3/lib -DLIBDIR=\"/home

Re: Documentation - reference not defined query

2020-01-20 Thread Paul Smith
Please always CC the mailing list instead of email me directly (or just reply only to the list). That way others can help even if I'm unavailable. On Mon, 2020-01-20 at 14:44 -0500, Pete Edwards wrote: > Dear paul, Thank you > You are right, I tried to print the IDF_PATH variable contents using

Re: GNU make 4.3 released!

2020-01-20 Thread Paul Smith
On Mon, 2020-01-20 at 20:15 +0100, Antonio Diaz Diaz wrote: > I have built make 4.3 on a x86_64 with Slackware 13.37 in it. The > compilation went well and the resulting 'make' builds all my projects > flawlessly, but 2 tests failed: > > functions/wildcard ..

Re: GNU make 4.3 released!

2020-01-20 Thread Antonio Diaz Diaz
Thank you for this new release of GNU make! (And thank you for keeping the texinfo manual in pure ASCII, allowing it to be correctly viewed on any device). I have built make 4.3 on a x86_64 with Slackware 13.37 in it. The compilation went well and the resulting 'make' builds all my projects

Re: RCS / SCCS (was: Re: Documentation - reference not defined query)

2020-01-20 Thread Pete Edwards
Thank you Paul...makes sense now you point it out. Thank you Pete E On Mon, Jan 20, 2020 at 1:44 PM Paul Smith wrote: > On Mon, 2020-01-20 at 13:09 -0500, Pete Edwards wrote: > > The reference to RCS and SCCS file types on page > > > https://www.gnu.org/software/make/manual/html_node/Remaking-

Re: Documentation - reference not defined query

2020-01-20 Thread Paul Smith
On Mon, 2020-01-20 at 13:58 -0500, Paul Smith wrote: > > Makefile:8: /home/pete/esp/esp-idf:/home/esp/esp-idf/make/project.mk: > > No such file or directory > > This means make is trying to include the file named, literally, > /make/project.mk and that file (not surprisingly) cannot be found. S

Re: Documentation - reference not defined query

2020-01-20 Thread Paul Smith
In general it's helpful if you use plain text emails, and/or format your email carefully especially with makefiles as things like indentation are crucial to see correctly. Also it's important to ask clear questions, one at a time, and give a very clear description of your environment etc. As a no

RCS / SCCS (was: Re: Documentation - reference not defined query)

2020-01-20 Thread Paul Smith
On Mon, 2020-01-20 at 13:09 -0500, Pete Edwards wrote: > The reference to RCS and SCCS file types on page > https://www.gnu.org/software/make/manual/html_node/Remaking-Makefiles.html#Remaking-Makefiles > > What is an RCS File type? Google references 3D scene data type...I don't > think that's wh

Re: REGRESSION: cross compile 4.3 fail on mingw-w64 7.0/GCC 9.2

2020-01-20 Thread Paul Smith
On Mon, 2020-01-20 at 18:03 +, Nan . wrote: > I built latest GNU Make 4.3 and it failed. I use same way/compiler to > build 4.2.1, it works. I think this might be regression issue. > > my configure is > /home/build/src/make-4.3/configure --prefix=/home/build/native --with- > sysroot=/home/bui

Documentation - reference not defined query

2020-01-20 Thread Pete Edwards
Hi, I am new to make and Makefiles and ran into a problem through eclipse, which I am researching the cause for...not getting there fast I know. Anyway, I decided to research make today and get confused with references to some things in your documentation, Soo Since I read your bug reporting page,

REGRESSION: cross compile 4.3 fail on mingw-w64 7.0/GCC 9.2

2020-01-20 Thread Nan .
Hi GNU Make team: I built latest GNU Make 4.3 and it failed. I use same way/compiler to build 4.2.1, it works. I think this might be regression issue. my configure is /home/build/src/make-4.3/configure --prefix=/home/build/native --with-sysroot=/home/build/native --build=x86_64-pc-linux-gnu --

[bug #8297] Allow multiple targets to be built from a single explicit rule recipe invocation

2020-01-20 Thread Markus Elfring
Follow-up Comment #11, bug #8297 (project make): [comment #10 comment #10:] How do you think about to insert a specification like “@cindex &:” in the file “make.texi” ? __