Module Name:src
Committed By: rin
Date: Tue Jul 9 15:11:28 UTC 2024
Modified Files:
src/compat/mips64/64: bsd.64.mk
Log Message:
compat: mips64/64: Try to fix `*_MACHINE_ARCH`; use `mipsn64e[bl]`
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/compat/m
Module Name:src
Committed By: rin
Date: Tue Jul 9 15:11:28 UTC 2024
Modified Files:
src/compat/mips64/64: bsd.64.mk
Log Message:
compat: mips64/64: Try to fix `*_MACHINE_ARCH`; use `mipsn64e[bl]`
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/compat/m
Module Name:src
Committed By: riastradh
Date: Sat May 13 10:56:08 UTC 2023
Modified Files:
src/compat: exec.mk
src/compat/arm/eabi: bsd.eabi.mk
src/compat/arm/eabihf: bsd.eabihf.mk
src/compat/dirshack: Makefile
Log Message:
compat: Nix trailing whit
Module Name:src
Committed By: riastradh
Date: Sat May 13 10:56:08 UTC 2023
Modified Files:
src/compat: exec.mk
src/compat/arm/eabi: bsd.eabi.mk
src/compat/arm/eabihf: bsd.eabihf.mk
src/compat/dirshack: Makefile
Log Message:
compat: Nix trailing whit
Module Name:src
Committed By: christos
Date: Thu Jun 13 21:17:54 UTC 2019
Modified Files:
src/compat: archdirs.mk
Log Message:
make all lines look the same, and put one arch per line.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/compat/archdirs.mk
P
Module Name:src
Committed By: christos
Date: Thu Jun 13 21:17:54 UTC 2019
Modified Files:
src/compat: archdirs.mk
Log Message:
make all lines look the same, and put one arch per line.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/compat/archdirs.mk
P
On Mon, 31 Jan 2011, Matt Thomas wrote:
> +MAKEDIRTARGETENV=
> +.if defined(MAKEOBJDIRPREFIX)
> +MAKEDIRTARGETENV+= unset MAKEOBJDIRPREFIX &&
> +.endif
> +MAKEDIRTARGETENV+= MAKEOBJDIR='$${.CURDIR:C,^${NETBSDSRCDIR},${.OBJDIR},}'
> +MAKEDIRTARGETENV+= MKOBJDIRS=yes MKSHARE=no
> +MAKEDIRTARGET
Have you considered to extend bsd.lib.mk suffix rules? The fact is that it
already build multiple ABIs / signatures (.o / .po / .go / .so). I think
that direction is more straightforward.
I'm considering to extend that for crunch binaries. Crunch object is another
ABI, and *.cro (the one just b
On Tue, Apr 14, 2009 at 10:39:38AM +, Martin Husemann wrote:
> Module Name: src
> Committed By: martin
> Date: Tue Apr 14 10:39:38 UTC 2009
>
> Modified Files:
> src/compat/external/bsd/bind/lib/libbind9: Makefile
> src/compat/external/bsd/bind/lib/libdns: Makefile
>