Re: [bug #29074] -include target fails to issue Error in 3.81

2010-03-17 Thread Lee
This is a simplified version to get the point across. Hope you noticed that. :-) all:; @exit 0 done:; @echo $(MAKE_VERSION); exit 1 -include done I hope you have tested with 3.80 (up to 3.81beta1) and 3.81(from 3.81beta3 and up) and seen the difference. We adopt heavy parallel make, so -include

[bug #29074] -include target fails to issue Error in 3.81

2010-03-04 Thread Hack Lee
URL: Summary: -include target fails to issue Error in 3.81 Project: make Submitted by: hslee9 Submitted on: Fri 05 Mar 2010 02:51:27 AM GMT Severity: 3 - Normal Item Gro

[bug #29074] -include target fails to issue Error in 3.81

2010-03-12 Thread Hack Lee
Follow-up Comment #1, bug #29074 (project make): It was ok (meaning correctly issue an Error) until 3.81beta1. We scratched our head wondering why the makefile would not give an error even though there is clearly an error. So it is not backward compatible and we need this to be fixed in 3.81. Wo

[bug #29074] -include target fails to issue Error in 3.81

2010-03-15 Thread Hack Lee
Follow-up Comment #4, bug #29074 (project make): Reply to Paul Smith, So there was a bug before 3.81, since they issued an Error in this case. And the bug was fixed in 3.81. Is that what you are saying? include done => is looking for a file named done and fails since no file named done. -incl

make buildin function strings handling

2012-05-21 Thread Incarnation Lee
I am improving my codes which managed by gnu make recently. And I found a behavior of make buildin function when handling strings. I assume that this maybe for some specific situations. My OS is Ubuntu 12.04 and with gnu make v.3.81. Details list follow: obj=a.o b.o c.o define Test tmp1=$(word 1,

Please, Inform method that execute and compile to source code

2004-12-01 Thread Lee in sik
I am university student in south Korea. I studying unix socket programing. There is difficulty to compile to included source code in the book(UNIX Network Programing; The socketsnetworking API, VOLUME 1, third edition) Trying test in Linux Red hat 9.0. By the way, at complie and practice proces