Source-Changes-HG archive

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

[src/trunk]: src/share/mk remove extra C in OBJCOPTS (from Anon Ymous)



details:   https://anonhg.NetBSD.org/src/rev/72e2887c051c
branches:  trunk
changeset: 1029151:72e2887c051c
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Dec 23 20:08:07 2021 +0000

description:
remove extra C in OBJCOPTS (from Anon Ymous)

diffstat:

 share/mk/bsd.README |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5648667d22fc -r 72e2887c051c share/mk/bsd.README
--- a/share/mk/bsd.README       Thu Dec 23 17:13:13 2021 +0000
+++ b/share/mk/bsd.README       Thu Dec 23 20:08:07 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.README,v 1.427 2021/12/20 20:33:20 christos Exp $
+#      $NetBSD: bsd.README,v 1.428 2021/12/23 20:08:07 christos Exp $
 #      @(#)bsd.README  8.2 (Berkeley) 4/2/94
 
 This is the README file for the make "include" files for the NetBSD
@@ -635,7 +635,7 @@
 CPPFLAGS.lib<lib>
 CXXFLAGS.lib<lib>
 COPTS.<prog>
-OBJCCOPTS.<prog>
+OBJCOPTS.<prog>
 LDADD.<prog>
 CPPFLAGS.<prog>
 CXXFLAGS.<prog>        These provide a way to specify additions to the associated



Home | Main Index | Thread Index | Old Index