Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/ntp/bin/ntpd disable .y.c rule - ntp_parser.y n...
details: https://anonhg.NetBSD.org/src/rev/e06007089281
branches: trunk
changeset: 757427:e06007089281
user: kardel <kardel%NetBSD.org@localhost>
date: Sat Aug 28 20:51:08 2010 +0000
description:
disable .y.c rule - ntp_parser.y needs bison which is not part of the tool chain
diffstat:
external/bsd/ntp/bin/ntpd/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 6ebe0b479a89 -r e06007089281 external/bsd/ntp/bin/ntpd/Makefile
--- a/external/bsd/ntp/bin/ntpd/Makefile Sat Aug 28 16:17:32 2010 +0000
+++ b/external/bsd/ntp/bin/ntpd/Makefile Sat Aug 28 20:51:08 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2010/08/28 15:42:46 kardel Exp $
+# $NetBSD: Makefile,v 1.3 2010/08/28 20:51:08 kardel Exp $
NOGCCERROR=yes
@@ -89,3 +89,7 @@
@cp $? $@
.include <bsd.prog.mk>
+
+# kill default .y.c rule - to rebuild ntp_parser.c we need bison which is not part of the toolchain
+.y.c:
+
Home |
Main Index |
Thread Index |
Old Index