Source-Changes-HG archive

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

[src/netbsd-9]: src/distrib/notes Pull up following revision(s) (requested by...



details:   https://anonhg.NetBSD.org/src/rev/469893341c21
branches:  netbsd-9
changeset: 466968:469893341c21
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed Jan 08 07:53:30 2020 +0000

description:
Pull up following revision(s) (requested by martin in ticket #608):
        distrib/notes/Makefile.inc: revision 1.53
PR install/54836: fix broken conditional, passing the wrong set name suffix
to groff.

diffstat:

 distrib/notes/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b3ee3e911173 -r 469893341c21 distrib/notes/Makefile.inc
--- a/distrib/notes/Makefile.inc        Tue Jan 07 11:56:10 2020 +0000
+++ b/distrib/notes/Makefile.inc        Wed Jan 08 07:53:30 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.43.18.5 2019/12/09 13:00:22 martin Exp $
+#      $NetBSD: Makefile.inc,v 1.43.18.6 2020/01/08 07:53:30 msaitoh Exp $
 #
 
 # Ross Harvey <ross%NetBSD.org@localhost>
@@ -29,7 +29,7 @@
 
 PRESET=        ${GFLAGS} -U -dM=${M} -dV=${DISTRIBVER} -d.CURDIR=${.CURDIR} -r${M}=1
 PRESET+=       -rmajor=${DISTRIBVER:C/\..*$//}
-.if ${USE_XZ_SETS}
+.if ${USE_XZ_SETS:Uno} == "yes"
 PRESET+=       -dsetsuffix=tar.xz
 .else
 PRESET+=       -dsetsuffix=tgz



Home | Main Index | Thread Index | Old Index