bug-make
[Top][All Lists]
Advanced

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

[bug #28189] SIGPIPE when gmake invoked recursively and vpath specified


From: Stepan Koltsov
Subject: [bug #28189] SIGPIPE when gmake invoked recursively and vpath specified
Date: Sun, 06 Dec 2009 02:40:51 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-us) AppleWebKit/531.9 (KHTML, like Gecko) Version/4.0.3 Safari/531.9

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

                 Summary: SIGPIPE when gmake invoked recursively and vpath
specified
                 Project: make
            Submitted by: yozh
            Submitted on: Sun 06 Dec 2009 02:40:50 AM GMT
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
       Component Version: None
        Operating System: None
           Fixed Release: None
           Triage Status: None

    _______________________________________________________

Details:

=====
# cat m1.mk
xx:
        gmake -j2 -f m2.mk xxx.dst yyy.dst

# cat m2.mk
vpath %.dst /

xxx.dst:
        true

yyy.dst:
        true

# gmake -j2 -f ./m1.mk
gmake -j2 -f m2.mk xxx.dst yyy.dst
gmake[1]: Entering directory `/place/home/nga/tmp/qwqw'
gmake[1]: warning: -jN forced in submake: disabling jobserver mode.
true
true
gmake: *** [xx] Broken pipe: 13
zsh: exit 2     gmake -j2 -f ./m1.mk

# gmake --version
GNU Make 3.81
Copyright (C) 2006  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

This program built for amd64-portbld-freebsd7.0
=====




    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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