Bruce Evans 822aa079ec Don't forget to pretend that `make -n -jN' makes the targets that it
says it pretends to make.

This bug was apparently harmless except for normal cases involving
.ORDER statements when it made debugging of -jN using -n very
confusing.  E.g., for:

.ORDER: beforedepend .depend
depend: beforedepend .depend

where beforedepend depends on something so that it is not initially
up to date, `make [-n] -j2 depend' causes `make' to wait for itself
to make beforedepend.  This works fine without -n.  The job to make
beforedepend has normally been started, and beforedepend is marked
as made when the job completes.  However, with -n, the pseudo-job
for making beforedepend has normally completed, and in any case
there was no chance of beforedepend being marked as made.  `make'
actually exited almost immediately with status 0 instead of waiting
forever.
1998-06-04 05:48:57 +00:00
..
1998-05-25 17:34:42 +00:00
1998-04-14 22:08:48 +00:00
1997-12-29 00:09:06 +00:00
1998-04-21 02:44:12 +00:00
1998-06-03 04:21:41 +00:00
1997-12-16 14:42:08 +00:00
1997-12-29 00:09:06 +00:00
1997-12-29 00:09:06 +00:00
1997-06-30 06:44:07 +00:00
1998-05-03 05:16:58 +00:00
1998-05-03 05:16:58 +00:00
1998-05-31 11:32:38 +00:00
1997-06-30 06:51:20 +00:00
1998-02-02 07:10:59 +00:00
1997-07-08 10:59:50 +00:00
1997-07-08 10:59:50 +00:00
1998-03-01 18:58:03 +00:00
1997-07-15 08:04:40 +00:00
1997-11-04 05:33:15 +00:00
1998-05-03 05:16:58 +00:00
1997-12-16 17:37:23 +00:00
1997-07-21 12:01:47 +00:00
1997-07-21 12:09:34 +00:00
1997-07-22 07:33:48 +00:00
1997-07-23 06:48:01 +00:00
1997-07-24 07:00:17 +00:00
1997-07-24 07:01:18 +00:00
1997-07-24 07:02:55 +00:00
1997-07-29 06:47:18 +00:00
1998-04-26 06:21:29 +00:00
1998-03-23 07:45:40 +00:00
1998-05-25 17:34:42 +00:00
1997-07-31 06:54:45 +00:00
1997-08-04 06:39:19 +00:00
1997-08-04 06:40:41 +00:00
1998-05-25 17:34:42 +00:00
1997-08-06 06:49:06 +00:00
1998-03-23 07:46:23 +00:00
1998-04-01 21:34:10 +00:00
1997-08-08 12:18:16 +00:00
1998-04-29 21:58:36 +00:00
1998-05-25 17:34:42 +00:00
1997-08-11 07:29:17 +00:00
1997-08-11 07:30:22 +00:00
1998-05-25 17:34:42 +00:00
1998-05-25 17:34:42 +00:00
1998-05-26 06:39:08 +00:00
1998-03-26 17:55:27 +00:00
1997-08-14 06:48:59 +00:00
1997-08-18 07:22:53 +00:00
1997-10-12 09:52:49 +00:00
1997-08-18 07:25:50 +00:00
1997-08-18 07:28:50 +00:00
1997-08-18 07:30:15 +00:00
1997-08-26 11:08:24 +00:00
1997-08-26 11:08:24 +00:00
1998-03-08 20:56:43 +00:00
1997-08-26 11:08:24 +00:00
1997-08-26 11:08:24 +00:00
1998-01-25 19:26:05 +00:00
1997-09-22 23:14:37 +00:00
1998-03-23 07:47:31 +00:00
1997-09-15 00:42:04 +00:00
1998-06-01 14:30:58 +00:00