Module Name:src
Committed By: mrg
Date: Sun Jan 29 06:55:44 UTC 2023
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
add brotli to x11 src dirs.
To generate a diff of this commit:
cvs rdiff -u -r1.1303 -r1.1304 src/share/mk/bsd.own.mk
Please note that diffs are
Module Name:src
Committed By: mrg
Date: Sun Jan 29 06:55:44 UTC 2023
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
add brotli to x11 src dirs.
To generate a diff of this commit:
cvs rdiff -u -r1.1303 -r1.1304 src/share/mk/bsd.own.mk
Please note that diffs are
Module Name:src
Committed By: martin
Date: Sat Jan 28 08:45:11 UTC 2023
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Switch sh3 to binutils 2.39
To generate a diff of this commit:
cvs rdiff -u -r1.1302 -r1.1303 src/share/mk/bsd.own.mk
Please note that diffs
Module Name:src
Committed By: martin
Date: Sat Jan 28 08:45:11 UTC 2023
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Switch sh3 to binutils 2.39
To generate a diff of this commit:
cvs rdiff -u -r1.1302 -r1.1303 src/share/mk/bsd.own.mk
Please note that diffs
Module Name:src
Committed By: christos
Date: Wed Jan 25 22:36:56 UTC 2023
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
add mipsel and m68k to binutils 2.39
To generate a diff of this commit:
cvs rdiff -u -r1.1301 -r1.1302 src/share/mk/bsd.own.mk
Please note
Module Name:src
Committed By: christos
Date: Wed Jan 25 22:36:56 UTC 2023
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
add mipsel and m68k to binutils 2.39
To generate a diff of this commit:
cvs rdiff -u -r1.1301 -r1.1302 src/share/mk/bsd.own.mk
Please note
Module Name:src
Committed By: christos
Date: Wed Jan 25 00:16:50 UTC 2023
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
switch sun2 to binutils 2.39
To generate a diff of this commit:
cvs rdiff -u -r1.1300 -r1.1301 src/share/mk/bsd.own.mk
Please note that diffs
Module Name:src
Committed By: christos
Date: Wed Jan 25 00:16:50 UTC 2023
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
switch sun2 to binutils 2.39
To generate a diff of this commit:
cvs rdiff -u -r1.1300 -r1.1301 src/share/mk/bsd.own.mk
Please note that diffs
Module Name:src
Committed By: christos
Date: Tue Jan 24 18:49:29 UTC 2023
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
switch vax to binutils 2.39
To generate a diff of this commit:
cvs rdiff -u -r1.1299 -r1.1300 src/share/mk/bsd.own.mk
Please note that diffs
Module Name:src
Committed By: christos
Date: Tue Jan 24 18:49:29 UTC 2023
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
switch vax to binutils 2.39
To generate a diff of this commit:
cvs rdiff -u -r1.1299 -r1.1300 src/share/mk/bsd.own.mk
Please note that diffs
Module Name:src
Committed By: martin
Date: Sat Jan 21 10:41:51 UTC 2023
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Switch powerpc over to binutils 2.39
To generate a diff of this commit:
cvs rdiff -u -r1.1298 -r1.1299 src/share/mk/bsd.own.mk
Please note that
Module Name:src
Committed By: martin
Date: Sat Jan 21 10:41:51 UTC 2023
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Switch powerpc over to binutils 2.39
To generate a diff of this commit:
cvs rdiff -u -r1.1298 -r1.1299 src/share/mk/bsd.own.mk
Please note that
Module Name:src
Committed By: skrll
Date: Mon Jan 16 20:22:26 UTC 2023
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Switch hppa to new binutils
To generate a diff of this commit:
cvs rdiff -u -r1.1297 -r1.1298 src/share/mk/bsd.own.mk
Please note that diffs are
Module Name:src
Committed By: skrll
Date: Mon Jan 16 20:22:26 UTC 2023
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Switch hppa to new binutils
To generate a diff of this commit:
cvs rdiff -u -r1.1297 -r1.1298 src/share/mk/bsd.own.mk
Please note that diffs are
On Sun, 15 Jan 2023 19:14:14 +0100, Roland Illig writes:
>It is really unfortunate that make didn't catch this typo by itself.
>
>.if ${MACHINE_ARCH} =3D=3D "x86_64" || \
> ${MACHINE_ARCH} =3D=3D "i386" || \
> ${MACHINE_ARCH} =3D=3D "alpha" || \\
> !empty(MACHINE_ARCH:Maarch64*) || \
>
Am 15.01.2023 um 11:51 schrieb Nick Hudson:
Module Name:src
Committed By: skrll
Date: Sun Jan 15 10:51:04 UTC 2023
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Really switch aarch64 and sparc binutils to 2.39
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: rillig
Date: Sun Jan 15 18:43:49 UTC 2023
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
bsd.own.mk: replace '!empty' with direct expression
The variables MACHINE and MACHINE_ARCH are guaranteed to be defined,
therefore they don't
Module Name:src
Committed By: rillig
Date: Sun Jan 15 18:43:49 UTC 2023
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
bsd.own.mk: replace '!empty' with direct expression
The variables MACHINE and MACHINE_ARCH are guaranteed to be defined,
therefore they don't
That's very funny. Yes I think we should warn. I don't think that \\ should
be a valid variable name.
Best,
christos
> On Jan 15, 2023, at 1:14 PM, Roland Illig wrote:
>
> Am 15.01.2023 um 11:51 schrieb Nick Hudson:
>> Module Name: src
>> Committed By:skrll
>> Date:Sun
Module Name:src
Committed By: skrll
Date: Sun Jan 15 10:54:56 UTC 2023
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Sort in the binutils version selection
To generate a diff of this commit:
cvs rdiff -u -r1.1294 -r1.1295 src/share/mk/bsd.own.mk
Please note
Module Name:src
Committed By: skrll
Date: Sun Jan 15 10:54:56 UTC 2023
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Sort in the binutils version selection
To generate a diff of this commit:
cvs rdiff -u -r1.1294 -r1.1295 src/share/mk/bsd.own.mk
Please note
Module Name:src
Committed By: skrll
Date: Sun Jan 15 10:51:04 UTC 2023
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Really switch aarch64 and sparc binutils to 2.39
To generate a diff of this commit:
cvs rdiff -u -r1.1293 -r1.1294 src/share/mk/bsd.own.mk
Module Name:src
Committed By: skrll
Date: Sun Jan 15 10:51:04 UTC 2023
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Really switch aarch64 and sparc binutils to 2.39
To generate a diff of this commit:
cvs rdiff -u -r1.1293 -r1.1294 src/share/mk/bsd.own.mk
Module Name:src
Committed By: christos
Date: Sat Jan 14 14:46:24 UTC 2023
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
add aarch64 and sparc to binutils 2.39
To generate a diff of this commit:
cvs rdiff -u -r1.1292 -r1.1293 src/share/mk/bsd.own.mk
Please note
Module Name:src
Committed By: christos
Date: Sat Jan 14 14:46:24 UTC 2023
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
add aarch64 and sparc to binutils 2.39
To generate a diff of this commit:
cvs rdiff -u -r1.1292 -r1.1293 src/share/mk/bsd.own.mk
Please note
Module Name:src
Committed By: christos
Date: Fri Jan 13 16:00:33 UTC 2023
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
switch alpha to binutils-2.39
To generate a diff of this commit:
cvs rdiff -u -r1.1291 -r1.1292 src/share/mk/bsd.own.mk
Please note that
Module Name:src
Committed By: christos
Date: Fri Jan 13 16:00:33 UTC 2023
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
switch alpha to binutils-2.39
To generate a diff of this commit:
cvs rdiff -u -r1.1291 -r1.1292 src/share/mk/bsd.own.mk
Please note that
Module Name:src
Committed By: mrg
Date: Sun Jan 8 00:25:44 UTC 2023
Modified Files:
src/share/mk: bsd.x11.mk
Log Message:
bump xorg-server version here.
To generate a diff of this commit:
cvs rdiff -u -r1.147 -r1.148 src/share/mk/bsd.x11.mk
Please note that diffs are
Module Name:src
Committed By: mrg
Date: Sun Jan 8 00:25:44 UTC 2023
Modified Files:
src/share/mk: bsd.x11.mk
Log Message:
bump xorg-server version here.
To generate a diff of this commit:
cvs rdiff -u -r1.147 -r1.148 src/share/mk/bsd.x11.mk
Please note that diffs are
Module Name:src
Committed By: christos
Date: Fri Dec 30 02:01:42 UTC 2022
Modified Files:
src/share/mk: bsd.sys.mk
Log Message:
PR/57147: Andreas Gustafsson: Work around binutils 2.38+ relro
issue with +2M size in every binary by setting max-page-size. This
is the
Module Name:src
Committed By: christos
Date: Fri Dec 30 02:01:42 UTC 2022
Modified Files:
src/share/mk: bsd.sys.mk
Log Message:
PR/57147: Andreas Gustafsson: Work around binutils 2.38+ relro
issue with +2M size in every binary by setting max-page-size. This
is the
Module Name:src
Committed By: christos
Date: Wed Dec 28 22:04:46 UTC 2022
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
switch x86 to binutils 2.39
To generate a diff of this commit:
cvs rdiff -u -r1.1290 -r1.1291 src/share/mk/bsd.own.mk
Please note that diffs
Module Name:src
Committed By: christos
Date: Wed Dec 28 22:04:46 UTC 2022
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
switch x86 to binutils 2.39
To generate a diff of this commit:
cvs rdiff -u -r1.1290 -r1.1291 src/share/mk/bsd.own.mk
Please note that diffs
Module Name:src
Committed By: christos
Date: Fri Dec 23 17:25:22 UTC 2022
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
switch everyone to binutils.old which is now 2.34
To generate a diff of this commit:
cvs rdiff -u -r1.1289 -r1.1290 src/share/mk/bsd.own.mk
Module Name:src
Committed By: christos
Date: Fri Dec 23 17:25:22 UTC 2022
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
switch everyone to binutils.old which is now 2.34
To generate a diff of this commit:
cvs rdiff -u -r1.1289 -r1.1290 src/share/mk/bsd.own.mk
Module Name:src
Committed By: mrg
Date: Wed Dec 21 20:09:36 UTC 2022
Modified Files:
src/share/mk: bsd.x11.mk
Log Message:
properly prefix ${X11INCDIR} uses with ${DESTDIR}.
this fixes a build issue seen where the host pixman.h was included,
and has been problem ever
Module Name:src
Committed By: mrg
Date: Wed Dec 21 20:09:36 UTC 2022
Modified Files:
src/share/mk: bsd.x11.mk
Log Message:
properly prefix ${X11INCDIR} uses with ${DESTDIR}.
this fixes a build issue seen where the host pixman.h was included,
and has been problem ever
Module Name:src
Committed By: mrg
Date: Mon Dec 19 01:51:29 UTC 2022
Modified Files:
src/share/mk: bsd.x11.mk
Log Message:
bump xorg-server version.
To generate a diff of this commit:
cvs rdiff -u -r1.145 -r1.146 src/share/mk/bsd.x11.mk
Please note that diffs are not
Module Name:src
Committed By: mrg
Date: Mon Dec 19 01:51:29 UTC 2022
Modified Files:
src/share/mk: bsd.x11.mk
Log Message:
bump xorg-server version.
To generate a diff of this commit:
cvs rdiff -u -r1.145 -r1.146 src/share/mk/bsd.x11.mk
Please note that diffs are not
Module Name:src
Committed By: skrll
Date: Wed Dec 14 12:30:01 UTC 2022
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Trailing whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.1288 -r1.1289 src/share/mk/bsd.own.mk
Please note that diffs are not
Module Name:src
Committed By: skrll
Date: Wed Dec 14 12:30:01 UTC 2022
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Trailing whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.1288 -r1.1289 src/share/mk/bsd.own.mk
Please note that diffs are not
Module Name:src
Committed By: riastradh
Date: Sun Jul 17 14:10:55 UTC 2022
Modified Files:
src/share/mk: bsd.kmodule.mk
Log Message:
bsd.kmodule.mk: Also sync no-address-of-packed-member.
This is not actually a good idea to disable -- it can lead to real
problems -- but
Module Name:src
Committed By: riastradh
Date: Sun Jul 17 14:10:55 UTC 2022
Modified Files:
src/share/mk: bsd.kmodule.mk
Log Message:
bsd.kmodule.mk: Also sync no-address-of-packed-member.
This is not actually a good idea to disable -- it can lead to real
problems -- but
Module Name:src
Committed By: riastradh
Date: Sun Jul 17 13:38:06 UTC 2022
Modified Files:
src/share/mk: bsd.kmodule.mk
Log Message:
bsd.kmodule.mk: Use -Wno-attributes like conf/Makefie.kern.inc.
To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78
Module Name:src
Committed By: riastradh
Date: Sun Jul 17 13:38:06 UTC 2022
Modified Files:
src/share/mk: bsd.kmodule.mk
Log Message:
bsd.kmodule.mk: Use -Wno-attributes like conf/Makefie.kern.inc.
To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78
Module Name:src
Committed By: mrg
Date: Fri Jul 15 09:11:02 UTC 2022
Modified Files:
src/share/mk: bsd.x11.mk
Log Message:
update for xorg-server 21.1.4.
To generate a diff of this commit:
cvs rdiff -u -r1.144 -r1.145 src/share/mk/bsd.x11.mk
Please note that diffs are
Module Name:src
Committed By: mrg
Date: Fri Jul 15 09:11:02 UTC 2022
Modified Files:
src/share/mk: bsd.x11.mk
Log Message:
update for xorg-server 21.1.4.
To generate a diff of this commit:
cvs rdiff -u -r1.144 -r1.145 src/share/mk/bsd.x11.mk
Please note that diffs are
Module Name:src
Committed By: mrg
Date: Fri Jul 15 04:51:29 UTC 2022
Modified Files:
src/share/mk: bsd.x11.mk
Log Message:
update for xorg-server 21.1.3.
To generate a diff of this commit:
cvs rdiff -u -r1.143 -r1.144 src/share/mk/bsd.x11.mk
Please note that diffs are
Module Name:src
Committed By: mrg
Date: Fri Jul 15 04:51:29 UTC 2022
Modified Files:
src/share/mk: bsd.x11.mk
Log Message:
update for xorg-server 21.1.3.
To generate a diff of this commit:
cvs rdiff -u -r1.143 -r1.144 src/share/mk/bsd.x11.mk
Please note that diffs are
Module Name:src
Committed By: mrg
Date: Thu Jul 14 03:48:49 UTC 2022
Modified Files:
src/share/mk: bsd.README bsd.own.mk bsd.prog.mk
Log Message:
add libxcvt.
To generate a diff of this commit:
cvs rdiff -u -r1.439 -r1.440 src/share/mk/bsd.README
cvs rdiff -u -r1.1285
Module Name:src
Committed By: mrg
Date: Thu Jul 14 03:48:49 UTC 2022
Modified Files:
src/share/mk: bsd.README bsd.own.mk bsd.prog.mk
Log Message:
add libxcvt.
To generate a diff of this commit:
cvs rdiff -u -r1.439 -r1.440 src/share/mk/bsd.README
cvs rdiff -u -r1.1285
Module Name:src
Committed By: rillig
Date: Sun Jul 10 21:32:10 UTC 2022
Modified Files:
src/share/mk: bsd.subdir.mk
Log Message:
bsd.subdir.mk: replace obscure indirection with direct condition
Since 2008, when make generates the body of a .for loop, it does not
copy the
Module Name:src
Committed By: rillig
Date: Sun Jul 10 21:32:10 UTC 2022
Modified Files:
src/share/mk: bsd.subdir.mk
Log Message:
bsd.subdir.mk: replace obscure indirection with direct condition
Since 2008, when make generates the body of a .for loop, it does not
copy the
Module Name:src
Committed By: rillig
Date: Sun Jul 10 21:16:58 UTC 2022
Modified Files:
src/share/mk: bsd.subdir.mk
Log Message:
bsd.subdir.mk: remove practically dead code
The condition '${dir:H} != ""' is almost always satisfied, since 2001 at
least. The only input
Module Name:src
Committed By: rillig
Date: Sun Jul 10 21:16:58 UTC 2022
Modified Files:
src/share/mk: bsd.subdir.mk
Log Message:
bsd.subdir.mk: remove practically dead code
The condition '${dir:H} != ""' is almost always satisfied, since 2001 at
least. The only input
Module Name:src
Committed By: nia
Date: Thu May 26 06:23:57 UTC 2022
Modified Files:
src/share/mk: bsd.README
Log Message:
mk: Document that some options were enabled by default on aarch64
To generate a diff of this commit:
cvs rdiff -u -r1.432 -r1.433
Module Name:src
Committed By: nia
Date: Thu May 26 06:23:57 UTC 2022
Modified Files:
src/share/mk: bsd.README
Log Message:
mk: Document that some options were enabled by default on aarch64
To generate a diff of this commit:
cvs rdiff -u -r1.432 -r1.433
Module Name:src
Committed By: uwe
Date: Sun May 1 23:02:32 UTC 2022
Modified Files:
src/share/mk: bsd.x11.mk
Log Message:
bsd.x11.mk: Add xlocaledir substitution.
To generate a diff of this commit:
cvs rdiff -u -r1.142 -r1.143 src/share/mk/bsd.x11.mk
Please note that
Module Name:src
Committed By: uwe
Date: Sun May 1 23:02:32 UTC 2022
Modified Files:
src/share/mk: bsd.x11.mk
Log Message:
bsd.x11.mk: Add xlocaledir substitution.
To generate a diff of this commit:
cvs rdiff -u -r1.142 -r1.143 src/share/mk/bsd.x11.mk
Please note that
Module Name:src
Committed By: christos
Date: Tue Mar 29 22:48:04 UTC 2022
Modified Files:
src/share/mk: bsd.inc.mk bsd.kinc.mk bsd.kmodule.mk bsd.lib.mk
bsd.links.mk bsd.obj.mk bsd.own.mk
Log Message:
get rid of old style `` command substitution in shell and
Module Name:src
Committed By: christos
Date: Tue Mar 29 22:48:04 UTC 2022
Modified Files:
src/share/mk: bsd.inc.mk bsd.kinc.mk bsd.kmodule.mk bsd.lib.mk
bsd.links.mk bsd.obj.mk bsd.own.mk
Log Message:
get rid of old style `` command substitution in shell and
Module Name:src
Committed By: mrg
Date: Thu Mar 17 06:24:30 UTC 2022
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
apply some more consistency in platform checks, collapse some
checks, and enable pigz on arm64eb.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: mrg
Date: Thu Mar 17 06:24:30 UTC 2022
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
apply some more consistency in platform checks, collapse some
checks, and enable pigz on arm64eb.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: mrg
Date: Thu Mar 17 06:20:47 UTC 2022
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
enable ZFS on arm64eb. works witih basic testing.
(dtrace does not.)
To generate a diff of this commit:
cvs rdiff -u -r1.1273 -r1.1274
Module Name:src
Committed By: mrg
Date: Thu Mar 17 06:20:47 UTC 2022
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
enable ZFS on arm64eb. works witih basic testing.
(dtrace does not.)
To generate a diff of this commit:
cvs rdiff -u -r1.1273 -r1.1274
Module Name:src
Committed By: christos
Date: Thu Dec 30 04:57:10 UTC 2021
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
remove the NEED_OWN_INSTALL_TARGET conditional for setting the install
variables, suggested by phone@
To generate a diff of this commit:
cvs
Module Name:src
Committed By: christos
Date: Thu Dec 30 04:57:10 UTC 2021
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
remove the NEED_OWN_INSTALL_TARGET conditional for setting the install
variables, suggested by phone@
To generate a diff of this commit:
cvs
Module Name:src
Committed By: christos
Date: Thu Dec 23 20:08:07 UTC 2021
Modified Files:
src/share/mk: bsd.README
Log Message:
remove extra C in OBJCOPTS (from Anon Ymous)
To generate a diff of this commit:
cvs rdiff -u -r1.427 -r1.428 src/share/mk/bsd.README
Please
Module Name:src
Committed By: christos
Date: Thu Dec 23 20:08:07 UTC 2021
Modified Files:
src/share/mk: bsd.README
Log Message:
remove extra C in OBJCOPTS (from Anon Ymous)
To generate a diff of this commit:
cvs rdiff -u -r1.427 -r1.428 src/share/mk/bsd.README
Please
Module Name:src
Committed By: christos
Date: Tue Dec 14 16:22:07 UTC 2021
Modified Files:
src/share/mk: bsd.dep.mk bsd.sys.mk sys.mk
Log Message:
Pass W with IDU for lint and deps.
To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 src/share/mk/bsd.dep.mk
cvs
Module Name:src
Committed By: christos
Date: Tue Dec 14 16:22:07 UTC 2021
Modified Files:
src/share/mk: bsd.dep.mk bsd.sys.mk sys.mk
Log Message:
Pass W with IDU for lint and deps.
To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 src/share/mk/bsd.dep.mk
cvs
Module Name:src
Committed By: rillig
Date: Tue Dec 7 22:40:52 UTC 2021
Modified Files:
src/share/mk: bsd.clean.mk
Log Message:
bsd.clean.mk: fix typo in comment
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/share/mk/bsd.clean.mk
Please note that
Module Name:src
Committed By: rillig
Date: Tue Dec 7 22:40:52 UTC 2021
Modified Files:
src/share/mk: bsd.clean.mk
Log Message:
bsd.clean.mk: fix typo in comment
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/share/mk/bsd.clean.mk
Please note that
Module Name:src
Committed By: christos
Date: Sun Nov 28 15:49:36 UTC 2021
Modified Files:
src/share/mk: bsd.prog.mk
Log Message:
When we build against DESTDIR, add the lint library path for DESTDIR during
the link phase for lint.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: christos
Date: Sun Nov 28 15:49:36 UTC 2021
Modified Files:
src/share/mk: bsd.prog.mk
Log Message:
When we build against DESTDIR, add the lint library path for DESTDIR during
the link phase for lint.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: christos
Date: Sun Nov 28 15:47:33 UTC 2021
Modified Files:
src/share/mk: bsd.README bsd.lib.mk
Log Message:
For private and module libraries, build lint but do not install the lint
libraries. We want to lint the private library code and we
Module Name:src
Committed By: christos
Date: Sun Nov 28 15:47:33 UTC 2021
Modified Files:
src/share/mk: bsd.README bsd.lib.mk
Log Message:
For private and module libraries, build lint but do not install the lint
libraries. We want to lint the private library code and we
Module Name:src
Committed By: rillig
Date: Sun Nov 28 00:21:12 UTC 2021
Modified Files:
src/share/mk: sys.mk
Log Message:
sys.mk: fix duplicate character in character class of LINTFLAGS
The character class contained two times U+0020, which makes one of them
redundant, so
Module Name:src
Committed By: rillig
Date: Sun Nov 28 00:21:12 UTC 2021
Modified Files:
src/share/mk: sys.mk
Log Message:
sys.mk: fix duplicate character in character class of LINTFLAGS
The character class contained two times U+0020, which makes one of them
redundant, so
Module Name:src
Committed By: skrll
Date: Sat Nov 13 09:41:15 UTC 2021
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Correct a comment
To generate a diff of this commit:
cvs rdiff -u -r1.1266 -r1.1267 src/share/mk/bsd.own.mk
Please note that diffs are not
Module Name:src
Committed By: skrll
Date: Sat Nov 13 09:41:15 UTC 2021
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Correct a comment
To generate a diff of this commit:
cvs rdiff -u -r1.1266 -r1.1267 src/share/mk/bsd.own.mk
Please note that diffs are not
Module Name:src
Committed By: nia
Date: Thu Oct 14 11:46:46 UTC 2021
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
mk: Enable MKRELRO on aarch64 to match x86.
To generate a diff of this commit:
cvs rdiff -u -r1.1264 -r1.1265 src/share/mk/bsd.own.mk
Please note
Module Name:src
Committed By: nia
Date: Thu Oct 14 11:45:46 UTC 2021
Modified Files:
src/share/mk: bsd.README bsd.own.mk
Log Message:
mk: Enable MKARGON2 now that this stuff works.
To generate a diff of this commit:
cvs rdiff -u -r1.418 -r1.419 src/share/mk/bsd.README
Module Name:src
Committed By: nia
Date: Thu Oct 14 11:45:46 UTC 2021
Modified Files:
src/share/mk: bsd.README bsd.own.mk
Log Message:
mk: Enable MKARGON2 now that this stuff works.
To generate a diff of this commit:
cvs rdiff -u -r1.418 -r1.419 src/share/mk/bsd.README
Module Name:src
Committed By: nia
Date: Thu Oct 14 12:58:30 UTC 2021
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
mk: Enable MKPIE on aarch64 (it's already enabled on 32-bit arm)
To generate a diff of this commit:
cvs rdiff -u -r1.1265 -r1.1266
Module Name:src
Committed By: nia
Date: Thu Oct 14 12:58:30 UTC 2021
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
mk: Enable MKPIE on aarch64 (it's already enabled on 32-bit arm)
To generate a diff of this commit:
cvs rdiff -u -r1.1265 -r1.1266
Module Name:src
Committed By: nia
Date: Thu Oct 14 11:46:46 UTC 2021
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
mk: Enable MKRELRO on aarch64 to match x86.
To generate a diff of this commit:
cvs rdiff -u -r1.1264 -r1.1265 src/share/mk/bsd.own.mk
Please note
Module Name:src
Committed By: mrg
Date: Tue Aug 24 06:29:18 UTC 2021
Modified Files:
src/share/mk: bsd.x11.mk
Log Message:
xorg-server is now at 1.20.13.
To generate a diff of this commit:
cvs rdiff -u -r1.140 -r1.141 src/share/mk/bsd.x11.mk
Please note that diffs are
Module Name:src
Committed By: mrg
Date: Tue Aug 24 06:29:18 UTC 2021
Modified Files:
src/share/mk: bsd.x11.mk
Log Message:
xorg-server is now at 1.20.13.
To generate a diff of this commit:
cvs rdiff -u -r1.140 -r1.141 src/share/mk/bsd.x11.mk
Please note that diffs are
Module Name:src
Committed By: mrg
Date: Mon Aug 23 22:13:27 UTC 2021
Modified Files:
src/share/mk: bsd.prog.mk
Log Message:
define variables for the libxcb-* libraries.
To generate a diff of this commit:
cvs rdiff -u -r1.338 -r1.339 src/share/mk/bsd.prog.mk
Please note
Module Name:src
Committed By: mrg
Date: Mon Aug 23 22:13:27 UTC 2021
Modified Files:
src/share/mk: bsd.prog.mk
Log Message:
define variables for the libxcb-* libraries.
To generate a diff of this commit:
cvs rdiff -u -r1.338 -r1.339 src/share/mk/bsd.prog.mk
Please note
Ok, I did not realize that all mips had switched.
christos
> On May 27, 2021, at 4:48 PM, matthew green wrote:
>
> "Christos Zoulas" writes:
>> Module Name: src
>> Committed By:christos
>> Date:Thu May 27 20:29:24 UTC 2021
>>
>> Modified Files:
>> src/share/mk:
"Christos Zoulas" writes:
> Module Name: src
> Committed By: christos
> Date: Thu May 27 20:29:24 UTC 2021
>
> Modified Files:
> src/share/mk: bsd.own.mk
>
> Log Message:
> mips64 only works with gcc-10
the MACHINE_CPU==mips test should cover mipsn64, that i assume
you mean here...
On 2020/11/10 1:15, Christos Zoulas wrote:
- when we need to run ctfconvert, go through an intermediate ${.TARGET}.o
file, instead of writing directly to ${.TARGET} and then overwriting
${.TARGET} with ctfconvert. This avoids build failures after a build
got interrupted (the "partially
Joerg Sonnenberger writes:
> On Mon, Jul 13, 2020 at 07:22:51AM +, matthew green wrote:
> > Module Name:src
> > Committed By: mrg
> > Date: Mon Jul 13 07:22:51 UTC 2020
> >
> > Modified Files:
> > src/share/mk: bsd.README
> >
> > Log Message:
> > MKLLVMRT is
On Mon, Jul 13, 2020 at 07:22:51AM +, matthew green wrote:
> Module Name: src
> Committed By: mrg
> Date: Mon Jul 13 07:22:51 UTC 2020
>
> Modified Files:
> src/share/mk: bsd.README
>
> Log Message:
> MKLLVMRT is automatically enabled on x86 and arm64, not mesa18+.
It is
> what sort of testing did you do with this change? simply removing
> it breaks the build. and trying to fix it otherwise is hard. see
> only a month ago:
huh.
my build *did* complete. so something else has changed in the
last month or so to fix this...
sorry for the noise.
.mrg.
"Maya Rashish" writes:
> Module Name: src
> Committed By: maya
> Date: Sat Feb 8 21:16:53 UTC 2020
>
> Modified Files:
> src/share/mk: sys.mk
>
> Log Message:
> Don't special case aarch64 and add -fomit-frame-pointer to builds.
>
> This behaviour is probably due to a past
On Thu, Dec 19, 2019 at 11:04:25PM -0500, Christos Zoulas wrote:
> Module Name: src
> Committed By:christos
> Date:Fri Dec 20 04:04:25 UTC 2019
>
> Modified Files:
> src/share/mk: bsd.sys.mk sys.mk
>
> Log Message:
> move MV to sys.mk because it is used
On Mon, Jan 21, 2019 at 04:11:55PM -0500, Christos Zoulas wrote:
> Module Name: src
> Committed By: christos
> Date: Mon Jan 21 21:11:55 UTC 2019
>
> Modified Files:
> src/share/mk: bsd.dep.mk bsd.hostprog.mk bsd.info.mk bsd.kmodule.mk
> bsd.lib.mk bsd.man.mk bsd.prog.mk
1 - 100 of 331 matches
Mail list logo