[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
"Nikita V. Youshchenko" <address@hidden>, address@hidden
From: |
Manoj Srivastava |
Subject: |
"Nikita V. Youshchenko" <address@hidden>, address@hidden |
Date: |
Sun, 07 Aug 2005 08:02:34 -0500 |
User-agent: |
Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) (i686-pc-linux-gnu) |
Hi,
[Please retain the CC to address@hidden
so that the Debian Bug Tracking system can record your
input]
This was reported by a debian user
Please look at the following Makefile:
address@hidden:~> cat -n bug.mak
1 VAR = value;
2 all:
3 echo 1
4 echo 2
5 echo $(VAR}
It contains a typo ('}' instead of ')' in line 5)
Now running make on it:
address@hidden:~> LANG=C make -f bug.mak
bug.mak:3: *** unterminated variable reference. Stop.
You see, the line number reported in the first line of command block,
not line number where the error is.
I faced this when a typo was somewhere in a 100-line command block,
that was full of variable references. It was not easy to find where
the problem was.
manoj
--
It's fabulous! We haven't seen anything like it in the last half an
hour! Macy's
Manoj Srivastava <address@hidden> <http://www.golden-gryphon.com/>
1024D/BF24424C print 4966 F272 D093 B493 410B 924B 21BA DABB BF24 424C
- "Nikita V. Youshchenko" <address@hidden>, address@hidden,
Manoj Srivastava <=