projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43048d1
)
Ignoring errors in makedepend can hide problems.
author
Ben Laurie
<ben@openssl.org>
Tue, 9 Sep 2008 19:08:40 +0000
(19:08 +0000)
committer
Ben Laurie
<ben@openssl.org>
Tue, 9 Sep 2008 19:08:40 +0000
(19:08 +0000)
util/domd
patch
|
blob
|
history
diff --git
a/util/domd
b/util/domd
index 691be7a440ac8295930d1b9e7194dc53e6281a10..1d783cf80377704b2d8da6768b0f83d57c1658b9 100755
(executable)
--- a/
util/domd
+++ b/
util/domd
@@
-22,7
+22,7
@@
if [ "$MAKEDEPEND" = "gcc" ]; then
done
sed -e '/^# DO NOT DELETE.*/,$d' < Makefile > Makefile.tmp
echo '# DO NOT DELETE THIS LINE -- make depend depends on it.' >> Makefile.tmp
- gcc -
D OPENSSL_DOING_MAKEDEPEND -M $args >> Makefile.tmp
+ gcc -
Werror -D OPENSSL_DOING_MAKEDEPEND -M $args >> Makefile.tmp || exit
${PERL} $TOP/util/clean-depend.pl < Makefile.tmp > Makefile.new
rm -f Makefile.tmp
else