CVS commit: src/compat/mips64/64

2024-07-09 Thread Rin Okuyama
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

CVS commit: src/compat/mips64/64

2024-07-09 Thread Rin Okuyama
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

CVS commit: src/compat

2023-05-13 Thread Taylor R Campbell
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

CVS commit: src/compat

2023-05-13 Thread Taylor R Campbell
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

CVS commit: src/compat

2019-06-13 Thread Christos Zoulas
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

CVS commit: src/compat

2019-06-13 Thread Christos Zoulas
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

Re: CVS commit: src/compat

2011-01-31 Thread Alan Barrett
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

Re: CVS commit: src/compat

2009-12-13 Thread Masao Uebayashi
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

Re: CVS commit: src/compat/external/bsd/bind/lib

2009-04-14 Thread Martin Husemann
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 >