bug-make
[Top][All Lists]
Advanced

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

[bug #26593] Assertion failure when building glibc with CVS make


From: Mark Seaborn
Subject: [bug #26593] Assertion failure when building glibc with CVS make
Date: Tue, 19 May 2009 18:06:41 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.0.7) Gecko/2009030423 Ubuntu/8.04 (hardy) Firefox/3.0.7

Follow-up Comment #2, bug #26593 (project make):

Here's a smaller test case:

$ cat test.make

all: foo.suffix1 foo.suffix2  prefix1.foo prefix2.foo

prefix1.% prefix2.%: %.original
        @echo $@
%.suffix1 %.suffix2: %.original
        @echo $@

.PHONY: foo.original

# Expected output
$ make -f test.make
foo.suffix1
prefix1.foo

# Actual output
$ ./make -f test.make
foo.suffix1
foo.suffix2
make: file.c:147: enter_file: Assertion `*name != ' '' failed.
Aborted


    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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