Date: Wed, 8 Jul 2020 19:45:09 -0700 From: "Simon J. Gerraty" <sjg@juniper.net> To: Mark Millard <marklmi@yahoo.com> Cc: <svn-src-head@freebsd.org>, FreeBSD Toolchain <freebsd-toolchain@freebsd.org>, FreeBSD Current <freebsd-current@freebsd.org>, <sjg@juniper.net> Subject: Re: svn commit: r363031 - in head: contrib/bmake contrib/bmake/lst.lib contrib/bmake/mk contrib/bmake/mk/sys contrib/bmake/unit-tests usr.bin/bmake (make now broken) Message-ID: <89044.1594262709@kaos.jnpr.net> In-Reply-To: <CCB7E15F-98CE-492A-94D1-CE8964E8363E@yahoo.com> References: <CCB7E15F-98CE-492A-94D1-CE8964E8363E.ref@yahoo.com> <CCB7E15F-98CE-492A-94D1-CE8964E8363E@yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Mark Millard <marklmi@yahoo.com> wrote: > [External Email. Be cautious of content] > = > = > This seems to have broken doing buildworld buildkernel and > other things using make: Ouch sorry I saw this at one point but couldn't reproduce while trying to work out what it was complaining about. The line numbers did/do not appear correct. Will revert if I cannot work it out. > = > make[2]: "/usr/src/share/mk/bsd.compiler.mk" line 197: warning: String c= omparison operator should be either =3D=3D or !=3D > make[2]: "/usr/src/share/mk/bsd.compiler.mk" line 197: warning: String c= omparison operator should be either =3D=3D or !=3D > . . . > make[3]: "/usr/src/share/mk/bsd.sys.mk" line 100: warning: String compar= ison operator should be either =3D=3D or !=3D > . . . > make[3]: "/usr/src/share/mk/bsd.sys.mk" line 81: warning: String compari= son operator should be either =3D=3D or !=3D > . . . > = > Using -d c shows the likes of: > = > . . . > lhs =3D "clang", rhs =3D "clang", op =3D =3D=3D > lhs =3D "${${:UCOMPILER_TYPE}__${${:U${_empty_var_}}_cc_hash}}", rhs =3D= "gcc", op =3D =3D=3D > make[2]: "/usr/src/share/mk/bsd.compiler.mk" line 197: warning: String c= omparison operator should be either =3D=3D or !=3D > lhs =3D "clang", rhs =3D "clang", op =3D =3D=3D > lhs =3D "LD", rhs =3D "LD", op =3D =3D=3D > . . . > left =3D 6.000000, right =3D 2.000000, op =3D <=3D > left =3D 6.000000, right =3D 1.000000, op =3D <=3D > lhs =3D "${${:UCOMPILER_TYPE}__${${:U${_empty_var_}}_cc_hash}}", rhs =3D= "clang", op =3D =3D=3D > make[3]: "/usr/src/share/mk/bsd.sys.mk" line 100: warning: String compar= ison operator should be either =3D=3D or !=3D > lhs =3D "${${:UCOMPILER_TYPE}__${${:U${_empty_var_}}_cc_hash}}", rhs =3D= "gcc", op =3D =3D=3D > lhs =3D "clang", rhs =3D "gcc", op =3D =3D=3D > . . . > left =3D 0.000000, right =3D 6.000000, op =3D <=3D > left =3D 0.000000, right =3D 3.000000, op =3D <=3D > lhs =3D "clang", rhs =3D "gcc", op =3D =3D=3D > make[3]: "/usr/src/share/mk/bsd.sys.mk" line 81: warning: String compari= son operator should be either =3D=3D or !=3D > lhs =3D "clang", rhs =3D "clang", op =3D =3D=3D > left =3D 100001.000000, right =3D 70000.000000, op =3D >=3D > lhs =3D "amd64", rhs =3D "arm", op =3D =3D=3D > = > (Now I just need to figure out how to get back to a working context.) > = > =3D=3D=3D > Mark Millard > marklmi at yahoo.com > ( dsl-only.net went > away in early 2018-Mar)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?89044.1594262709>