Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc Don't print warning even if mkisofs is not found.
details: https://anonhg.NetBSD.org/src/rev/172888143536
branches: trunk
changeset: 785913:172888143536
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Sat Apr 06 13:00:31 2013 +0000
description:
Don't print warning even if mkisofs is not found.
diffstat:
etc/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 4329171c0de0 -r 172888143536 etc/Makefile
--- a/etc/Makefile Sat Apr 06 12:16:49 2013 +0000
+++ b/etc/Makefile Sat Apr 06 13:00:31 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.406 2013/02/24 03:06:13 jmmv Exp $
+# $NetBSD: Makefile,v 1.407 2013/04/06 13:00:31 uebayasi Exp $
# from: @(#)Makefile 8.7 (Berkeley) 5/25/95
# Environment variables without default values:
@@ -53,7 +53,7 @@
# Note: At least mkisofs 2.0 should be used.
#
.if !defined(MKISOFS)
-MKISOFS!= (which mkisofs || echo true)
+MKISOFS!= (which mkisofs || echo true) 2>/dev/null
.endif
DISTRIBREV!= ${HOST_SH} ${KERNSRCDIR}/conf/osrelease.sh -s
# ISO 9660 volume ID. Note that this can only contain [A-Z0-9_].
Home |
Main Index |
Thread Index |
Old Index