URL:
  <http://savannah.gnu.org/bugs/?34542>

                 Summary: vpath windows issues
                 Project: make
            Submitted by: None
            Submitted on: Thu Oct 13 19:16:49 2011
                Severity: 3 - Normal
              Item Group: Bug
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
       Component Version: 3.82
        Operating System: MS Windows
           Fixed Release: None
           Triage Status: None

    _______________________________________________________

Details:

Hi,

platform: MS Windows XP SP3
make versions: 3.80 and 3.82

given following makefile:

vpath %.c a b

.PHONY: all
all: foo.c bar.c
        echo $^

the directory structure is as follows:

$ ls -R
.:
a  b  Makefile

./a:
foo.c

./b:
bar.c


make gives error:

>make.exe
make.exe: *** No rule to make target `foo.c', needed by `all'.  Stop.

while the same makefile works as expected on linux with make 3.82.




    _______________________________________________________

Reply to this item at:

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

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


_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to