diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2007-11-03 10:38:15 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2007-11-03 10:38:15 +0000 |
commit | 10186b192177e8eb879e0d4a7f5da50ed2fb2270 (patch) | |
tree | 3f48e761ed5e4ff0d9625b21c4204ff05f6dca64 | |
parent | 0af611299c588edd1f1374566f8b36be24936d4f (diff) |
zap confusing old comment
-rw-r--r-- | usr.bin/make/job.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/usr.bin/make/job.c b/usr.bin/make/job.c index b6537cccce8..363f553a76e 100644 --- a/usr.bin/make/job.c +++ b/usr.bin/make/job.c @@ -1,5 +1,5 @@ /* $OpenPackages$ */ -/* $OpenBSD: job.c,v 1.102 2007/11/03 10:36:48 espie Exp $ */ +/* $OpenBSD: job.c,v 1.103 2007/11/03 10:38:14 espie Exp $ */ /* $NetBSD: job.c,v 1.16 1996/11/06 17:59:08 christos Exp $ */ /* @@ -919,12 +919,6 @@ prepare_job(GNode *gn, int flags) */ cmdsOK = Job_CheckCommands(gn, Error); - /* - * If the -n flag wasn't given, we open up OUR (not the child's) - * temporary file to stuff commands in it. The thing is rd/wr so we - * don't need to reopen it to feed it to the shell. If the -n flag - * *was* given, we just set the file to be stdout. Cute, huh? - */ if ((gn->type & OP_MAKE) || (!noExecute && !touchFlag)) { /* * We're serious here, but if the commands were bogus, we're |