bug-make
[Top][All Lists]
Advanced

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

[bug #15968] make fails trying to stat a .PHONY target: p:foo


From: greg keranen
Subject: [bug #15968] make fails trying to stat a .PHONY target: p:foo
Date: Fri, 3 Mar 2006 01:31:22 +0000
User-agent: Opera/8.52 (Windows NT 5.1; U; en)

URL:
  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=15968>

                 Summary: make fails trying to stat a .PHONY target: p\:foo
                 Project: make
            Submitted by: gkeranen
            Submitted on: Fri 03/03/06 at 01:31
                Severity: 3 - Normal
              Item Group: Bug
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
       Component Version: CVS
        Platform Version: MS Windows
           Fixed Release: None

    _______________________________________________________

Details:

This is a re-statement of the specifics behind BUG: #15942
BUG: #15942 will be automatically fixed when this bug is fixed.

--- TEST ENVIRONMENT:
GNU Make 3.81rc1 on CYGWIN_NT-5.1 x2 1.5.19(0.150/4/2) i686

--- STEPS TO REPRODUCE
1. Configure a removable drive mapping with NO DISC inserted.

2. Assuming that the drive letter of such a drive mapping is 'P:', then
create the following makefile:

# FILE: escape.mk
.PHONY : p\:foo
p\:foo : ; @echo $@
# EOF

3. run make and get and experience this bug: 
address@hidden features]$ make -f escape.mk
make: stat: p:foo: No medium found
p:foo
make: stat: p:foo: No medium found

--- EXPECTED OUTPUT
p:foo

--- ANALYSIS
Since this target is declared .PHONY, make should not try to stat the target,
as a file







    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=15968>

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





reply via email to

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