Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tools/mdsetimage kill error message



details:   https://anonhg.NetBSD.org/src/rev/bad6167931d2
branches:  trunk
changeset: 343384:bad6167931d2
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Feb 01 14:17:21 2016 +0000

description:
kill error message

diffstat:

 tools/mdsetimage/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 7ec8b3c980f9 -r bad6167931d2 tools/mdsetimage/Makefile
--- a/tools/mdsetimage/Makefile Mon Feb 01 13:48:01 2016 +0000
+++ b/tools/mdsetimage/Makefile Mon Feb 01 14:17:21 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.10 2016/02/01 13:44:52 christos Exp $
+#      $NetBSD: Makefile,v 1.11 2016/02/01 14:17:21 christos Exp $
 
 NOMAN= # defined
 
@@ -14,8 +14,8 @@
 
 .include "${.CURDIR}/../Makefile.host"
 
-LIBDL!=                grep -- -ldl ${TOOLCHAINOBJ}/build/ld/Makefile
+LIBDL!=                grep -- -ldl ${TOOLCHAINOBJ}/build/ld/Makefile || echo no
 
-.if !empty(LIBDL)
+.if ${LIBDL} != "no"
 LDADD+=        -ldl
 .endif



Home | Main Index | Thread Index | Old Index