Source-Changes-HG archive

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

[src/pgoyette-compat]: src/sys/compat/common Revert the COMPAT_AS sestting ba...



details:   https://anonhg.NetBSD.org/src/rev/1f36bba748f8
branches:  pgoyette-compat
changeset: 830430:1f36bba748f8
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Tue Mar 13 08:53:06 2018 +0000

description:
Revert the COMPAT_AS sestting back to library, the documented default.

It doesn't really matter, since we no longer build the library in any
format, but best to make the code match the comments.

diffstat:

 sys/compat/common/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e8a350ed1e77 -r 1f36bba748f8 sys/compat/common/Makefile.inc
--- a/sys/compat/common/Makefile.inc    Tue Mar 13 07:21:23 2018 +0000
+++ b/sys/compat/common/Makefile.inc    Tue Mar 13 08:53:06 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.23 2017/12/16 08:31:36 maxv Exp $
+#      $NetBSD: Makefile.inc,v 1.23.2.1 2018/03/13 08:53:06 pgoyette Exp $
 #
 #      Configuration variables (default values are below):
 #
@@ -21,7 +21,7 @@
 COMPATDOTDIR?= ../../.
 
 COMPATDIR=             ${S:S@^.@${COMPATDOTDIR}@:Q}/compat/common
-.if (${COMPAT_AS} == "obj")
+.if (${COMPAT_AS} == "library")
 COMPATLIB=             ${COMPATDST}/libcompat.o
 COMPATLIB_PROF=        ${COMPATDST}/libcompat.po
 .else



Home | Main Index | Thread Index | Old Index