projects
/
platform
/
upstream
/
make.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bca4e88
)
(fatal, makefile_fatal): Die with 2; 1 is reserved for -q answer.
author
Roland McGrath
<roland@redhat.com>
Thu, 21 Apr 1994 02:01:24 +0000
(
02:01
+0000)
committer
Roland McGrath
<roland@redhat.com>
Thu, 21 Apr 1994 02:01:24 +0000
(
02:01
+0000)
misc.c
patch
|
blob
|
history
diff --git
a/misc.c
b/misc.c
index
be60d91
..
f5d45ed
100644
(file)
--- a/
misc.c
+++ b/
misc.c
@@
-223,7
+223,7
@@
fatal (s1, s2, s3, s4, s5, s6)
fprintf (stderr, s1, s2, s3, s4, s5, s6);
fputs (". Stop.\n", stderr);
- die (
1
);
+ die (
2
);
}
/* Print error message. `s1' is printf control string, `s2' is arg for it. */
@@
-265,7
+265,7
@@
makefile_fatal (file, lineno, s1, s2, s3, s4, s5, s6)
fprintf (stderr, s1, s2, s3, s4, s5, s6);
fputs (". Stop.\n", stderr);
- die (
1
);
+ die (
2
);
}
#ifndef HAVE_STRERROR