History log of /netbsd-src/tools/Makefile (Results 1 – 25 of 227)
Revision Date Author Comments
# f206dfe9 23-Oct-2024 kalvisd <kalvisd@NetBSD.org>

Add mopcopy as a build tool for the VAX port.

OK rin@


# de65877d 15-Sep-2024 tsutsui <tsutsui@NetBSD.org>

Move macppc bootable installcd stuff to sys/arch/macppc/stand dirs.

- move installboot (for CD ISO) and mkboothfs (for mkhybrid(8)) tools to
sys/arch/macppc/stand
- also build mkboothfs as ${TOOL_

Move macppc bootable installcd stuff to sys/arch/macppc/stand dirs.

- move installboot (for CD ISO) and mkboothfs (for mkhybrid(8)) tools to
sys/arch/macppc/stand
- also build mkboothfs as ${TOOL_MACPPCMKBOOTHFS} in src/tools
- explicitly generate boothfs file (for mkhybrid(8)) in
sys/arch/macppc/stand/boothfs and install it into /usr/mdec
- use installed /usr/mdec/boothfs to create macppc bootable iso
- move list files for mkhybrid(8) hfs options to etc/etc.macppc

show more ...


# fe76c066 18-Aug-2024 christos <christos@NetBSD.org>

remove maketab


# f3186750 17-Aug-2024 christos <christos@NetBSD.org>

Add maketab tool and adjust for new awk


# 892310ce 10-Aug-2024 mrg <mrg@NetBSD.org>

introduce a way to build GCC without the isl library

if NOGCCISL is set, don't build or link against isl. should fix PR#58505.


# 7e9e7bd0 08-Jun-2024 tsutsui <tsutsui@NetBSD.org>

Build src/distrib/cdrom/macppc_installboot in src/tools as a tool.

Also use the tools version ${TOOLS_MACPPC_INSTALLBOOT} to create
bootable ISO9660/HFS hybrid installcd image for macppc.


# 09b5dada 31-May-2024 tsutsui <tsutsui@NetBSD.org>

Build mkhybrid as a build tool.


# 462b46f8 23-May-2024 gutteridge <gutteridge@NetBSD.org>

Add mkubootimage to riscv tools


# a7487e8a 01-Apr-2024 christos <christos@NetBSD.org>

hook gzip to the build so that we can test it in other OS's. Not used yet.


# faabfc3e 30-Mar-2024 riastradh <riastradh@NetBSD.org>

tools/elftoolchain: Handle dependencies properly.

This should properly resolve the problem christos was trying to
address by a bogus make includes hack and #ifdefs in elftoolchain.


# 16198ed8 27-Mar-2024 rillig <rillig@NetBSD.org>

tools/Makefile: clean up TOOLDIR validation

At the point where tools/Makefile is loaded, TOOLDIR doesn't have to
exist yet, it will be created later. Remove the redundant quotes from
the .error mes

tools/Makefile: clean up TOOLDIR validation

At the point where tools/Makefile is loaded, TOOLDIR doesn't have to
exist yet, it will be created later. Remove the redundant quotes from
the .error messages.

show more ...


# 439ff855 23-Feb-2024 mrg <mrg@NetBSD.org>

build isl tool for GCC 12.


# b931da27 30-Nov-2023 rin <rin@NetBSD.org>

tools/Makefile: Correct inverted comment. NFC


# b47ec9f9 18-Apr-2022 jkoshy <jkoshy@NetBSD.org>

Disconnect 'tools/lib{elf,dwarf}' from the build.

These libraries are now built by 'tools/elftoolchain/lib{elf,dwarf}'
respectively.


# 42c1249e 13-Apr-2022 jkoshy <jkoshy@NetBSD.org>

When building tools use a dedicated subdirectory for compiling
Elftoolchain code.

Build and install <sys/elfdefinitions.h> in ${TOOLDIR}/include.

This change prepares the ground for upgrading libel

When building tools use a dedicated subdirectory for compiling
Elftoolchain code.

Build and install <sys/elfdefinitions.h> in ${TOOLDIR}/include.

This change prepares the ground for upgrading libelf and libdwarf to
their current Elftoolchain versions.

show more ...


# 36f4db58 14-Nov-2021 skrll <skrll@NetBSD.org>

Make dtc on riscv


# 778a2675 27-May-2021 cjep <cjep@NetBSD.org>

If we are building date earlier, we need to use an uninstalled copy
of host-mkdep and libnbcompat otherwise the build process looks for
tools that might not be there yet (e.g. fresh build).
Reviewed

If we are building date earlier, we need to use an uninstalled copy
of host-mkdep and libnbcompat otherwise the build process looks for
tools that might not be there yet (e.g. fresh build).
Reviewed by martin.

show more ...


# f5c6b13f 26-May-2021 christos <christos@NetBSD.org>

Add a date tool


# 735b9693 06-May-2021 rin <rin@NetBSD.org>

PR port-mvme68k/56146

Build wrtvid as tools.


# 433776ff 25-Apr-2021 christos <christos@NetBSD.org>

Make mips-elf2ecoff available for all mips


# e1f6b977 06-Feb-2021 dbj <dbj@NetBSD.org>

tools: allow MKCROSSGDB to work when not building gcc


# dff8694d 28-Jul-2020 uwe <uwe@NetBSD.org>

Build mkubootimage for evbsh3 too.


# 76c7fc5f 11-Nov-2019 joerg <joerg@NetBSD.org>

Update LLVM to 10.0.0git (01f3a59fb3e2542fce74c768718f594d0debd0da)


# e768752f 26-Sep-2019 bad <bad@NetBSD.org>

Exclude more subdirs if TOOLS_BUILDRUMP=yes.

Exclude subdirs added in the last 3 years but not need for rumpkernel builds.


# 7ccc083a 07-May-2019 hannken <hannken@NetBSD.org>

Fix build, "pax" must be built before "libprop".

Ok: Matthew Green mrg@


12345678910