bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #40159] Premature exit with incorrect error message, or garbage out


From: padavo
Subject: [bug #40159] Premature exit with incorrect error message, or garbage output characters.
Date: Thu, 03 Oct 2013 11:17:34 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130917 Firefox/17.0 Iceweasel/17.0.9

Follow-up Comment #10, bug #40159 (project make):

### Summary: 

** The procedure at comment #9 fixes the bug ! **

### Procedure #1: Without the patch, the bug occurs

apt-get build-dep make
apt-get source make
cd make-dfsg-3.81/
dpkg-buildpackage -nc -us -uc
./make -R -r -f /home/david/work/src/c/make/lab/80-bug/clean/Makefile
** /home/david/work/src/c/make/lab/80-bug/clean/Makefile:15: *** unterminated
variable reference.  Stop. **

### Procedure #2: After the patch is applied, the bug is gone

wget -O - https://savannah.gnu.org/patch/download.php?file_id=23309 | patch
-p1
make
./make -R -r -f /home/david/work/src/c/make/lab/80-bug/clean/Makefile
** bug/clean/Makefile:15:  i **
** (snip repeated lines) **
** make: Nothing to be done for `dummy'. **


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?40159>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]