diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-10-03 21:33:39 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-10-03 21:33:39 +0000 |
| commit | 277a49999a60d259ad4c52c1ea7d463397669794 (patch) | |
| tree | 17ebd4bcc084df29eb7fd0ec9b4de3a4a2dd9649 /usr.bin | |
| parent | d6bb3ab6ff8ac881790bbf9942bc9141e61de88e (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/make/compat.c | 2 | ||||
| -rw-r--r-- | usr.bin/make/main.c | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/make/compat.c b/usr.bin/make/compat.c index 3e2d9c9d9a42..f4b50d5bf229 100644 --- a/usr.bin/make/compat.c +++ b/usr.bin/make/compat.c @@ -458,7 +458,7 @@ CompatMake (void *gnp, void *pgnp) * to tell him/her "yes". */ if (queryFlag) { - exit (-1); + exit (1); } /* diff --git a/usr.bin/make/main.c b/usr.bin/make/main.c index 4b510117f1ef..9fccf969df2d 100644 --- a/usr.bin/make/main.c +++ b/usr.bin/make/main.c @@ -866,6 +866,7 @@ main(int argc, char **argv) * well as initializing the module. */ Compat_Run(targs); + outOfDate = 0; } Lst_Destroy(targs, NOFREE); } |
