Source-Changes-HG archive

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

[src/trunk]: src/tools/sunlabel Build with -DNO_S_COMMAND. We don't need to ...



details:   https://anonhg.NetBSD.org/src/rev/c6b3a9a3aee1
branches:  trunk
changeset: 542355:c6b3a9a3aee1
user:      uwe <uwe%NetBSD.org@localhost>
date:      Mon Jan 27 01:25:07 2003 +0000

description:
Build with -DNO_S_COMMAND.  We don't need to set the in-core label
when we are a host tool.  This avoids a conflict with inline dkcksum()
in FreeBSD's <sys/disklabel.h>.

diffstat:

 tools/sunlabel/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r 0723f627869b -r c6b3a9a3aee1 tools/sunlabel/Makefile
--- a/tools/sunlabel/Makefile   Mon Jan 27 01:22:10 2003 +0000
+++ b/tools/sunlabel/Makefile   Mon Jan 27 01:25:07 2003 +0000
@@ -1,7 +1,7 @@
-#      $NetBSD: Makefile,v 1.2 2002/12/08 20:20:05 thorpej Exp $
+#      $NetBSD: Makefile,v 1.3 2003/01/27 01:25:07 uwe Exp $
 
 HOSTPROGNAME=  ${_TOOL_PREFIX}sunlabel
 HOST_SRCDIR=   usr.sbin/sunlabel
-HOST_CPPFLAGS= -DDISTRIB
+HOST_CPPFLAGS= -DDISTRIB -DNO_S_COMMAND
 
 .include "${.CURDIR}/../Makefile.host"



Home | Main Index | Thread Index | Old Index