bug-make
[Top][All Lists]
Advanced

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

[bug #37065] $(wildcard dir/*/.) is wrong (worked fine in 3.81)


From: Paul D. Smith
Subject: [bug #37065] $(wildcard dir/*/.) is wrong (worked fine in 3.81)
Date: Sun, 28 Apr 2013 05:56:13 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.63 Safari/537.31

Update of bug #37065 (project make):

           Triage Status:               Need Info => None                   

    _______________________________________________________

Follow-up Comment #4:

Hi Eli; there's a makefile attached.  It's maybe not everything we'd wish for
in a repro case but it seems to be enough to try.  Something like this (but
translated to Windows):


mkdir foo
mkdir foo/bar
touch foo/baz

echo '$(info $(wildcard foo/*/.))' | make -f-


should show just "foo/bar/."  Rossen appears to be saying that on Windows,
this will show "foo/bar/. foo/baz/." which is clearly not correct.  I'm
resetting the triage status: if this example doesn't work for you please
update again.  Cheers!

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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