Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/sysinst Fix line continuations in previous.
details: https://anonhg.NetBSD.org/src/rev/44c76bf15e4b
branches: trunk
changeset: 446752:44c76bf15e4b
user: uwe <uwe%NetBSD.org@localhost>
date: Mon Dec 17 01:16:49 2018 +0000
description:
Fix line continuations in previous.
diffstat:
usr.sbin/sysinst/Makefile.inc | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r c103940209b4 -r 44c76bf15e4b usr.sbin/sysinst/Makefile.inc
--- a/usr.sbin/sysinst/Makefile.inc Sun Dec 16 21:03:35 2018 +0000
+++ b/usr.sbin/sysinst/Makefile.inc Mon Dec 17 01:16:49 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.15 2018/12/16 11:36:08 martin Exp $
+# $NetBSD: Makefile.inc,v 1.16 2018/12/17 01:16:49 uwe Exp $
#
# Makefile for sysinst
@@ -57,8 +57,8 @@
${NODISKLABEL:D-DNO_DISKLABEL} \
${NOPARTMAN:D-DNO_PARTMAN}
-.if ${MACHINE} == "evbarm"
- || ${MACHINE} == "evbmips"
+.if ${MACHINE} == "evbarm" \
+ || ${MACHINE} == "evbmips" \
|| ${MACHINE} == "evbsh3"
CPPFLAGS+= -DARCH_SUBDIR="\"${MACHINE}-${MACHINE_ARCH}\""
CPPFLAGS+= -DPKG_ARCH_SUBDIR="\"${MACHINE_ARCH}\""
Home |
Main Index |
Thread Index |
Old Index