NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: bin/51637: make doesn't accept .WAIT on the command line
The following reply was made to PR bin/51637; it has been noted by GNATS.
From: Robert Elz <kre%munnari.OZ.AU@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: bin/51637: make doesn't accept .WAIT on the command line
Date: Sun, 20 Nov 2016 15:13:41 +0700
Date: Sun, 20 Nov 2016 01:25:00 +0000 (UTC)
From: dholland%NetBSD.org@localhost
Message-ID: <20161120012500.B823B7A312%mollari.NetBSD.org@localhost>
| but if you need them to happen serially, you're stuck:
|
| % make -j8 foo .WAIT bar
| make: make: don't know how to make .WAIT. Stop
make -j8 foo && make -j8 bar ??
Home |
Main Index |
Thread Index |
Old Index