bug-make
[Top][All Lists]
Advanced

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

[bug #34542] vpath windows issues


From: anonymous
Subject: [bug #34542] vpath windows issues
Date: Thu, 13 Oct 2011 19:16:50 +0000
User-agent: Mozilla/5.0 (X11; Linux) AppleWebKit/535.4+ Midori/0.4

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/




reply via email to

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