diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2007-11-03 11:44:31 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2007-11-03 11:44:31 +0000 |
commit | dd1faad1394d7a5aacdef8215f7833ca9e8c5b65 (patch) | |
tree | 29a732e27c362035f2a90136aa4f5468d0f6ce89 /usr.bin/make/main.c | |
parent | 4a2dd3cefc94c377b9fc553c556e53311f106a00 (diff) |
token is a confusing name, rename to banner
Diffstat (limited to 'usr.bin/make/main.c')
-rw-r--r-- | usr.bin/make/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/main.c b/usr.bin/make/main.c index ef2ef8dde6b..785ba835144 100644 --- a/usr.bin/make/main.c +++ b/usr.bin/make/main.c @@ -1,5 +1,5 @@ /* $OpenPackages$ */ -/* $OpenBSD: main.c,v 1.87 2007/11/02 17:27:24 espie Exp $ */ +/* $OpenBSD: main.c,v 1.88 2007/11/03 11:44:30 espie Exp $ */ /* $NetBSD: main.c,v 1.34 1997/03/24 20:56:36 gwr Exp $ */ /* @@ -259,7 +259,7 @@ MainParseArgs(int argc, char **argv) debug |= DEBUG_JOB; break; case 'J': - debug |= DEBUG_JOBTOKEN; + debug |= DEBUG_JOBBANNER; break; case 'l': debug |= DEBUG_LOUD; |