Re: Adding line numbers to output for "No rule to make target"

2015-11-25 Thread thutt
Jonny Grant writes: > > > On 25/11/15 13:59, th...@vmware.com wrote: > > Jonny Grant writes: > > > Hello > > > > > > Could line numbers be added to output for the case where it says "No > > > rule to make target" please? > > > > > > Example below. GNU Make 4.1 > > > > >

Re: Adding line numbers to output for "No rule to make target"

2015-11-25 Thread Jonny Grant
On 25/11/15 13:59, th...@vmware.com wrote: Jonny Grant writes: > Hello > > Could line numbers be added to output for the case where it says "No > rule to make target" please? > > Example below. GNU Make 4.1 > > I'm not on this list, so please include my email address is any >

Adding line numbers to output for "No rule to make target"

2015-11-25 Thread thutt
Jonny Grant writes: > Hello > > Could line numbers be added to output for the case where it says "No > rule to make target" please? > > Example below. GNU Make 4.1 > > I'm not on this list, so please include my email address is any > replies Regards, Jonny > > > makefile.mak > > %.o

Adding line numbers to output for "No rule to make target"

2015-11-25 Thread Jonny Grant
Hello Could line numbers be added to output for the case where it says "No rule to make target" please? Example below. GNU Make 4.1 I'm not on this list, so please include my email address is any replies Regards, Jonny makefile.mak %.o : %.d all: test.o echo processing ^Sorry TAB has b