History log of /freebsd-current/targets/pseudo/userland/misc/Makefile.depend
Revision Date Author Comments
# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# ba3c1f59 06-Aug-2023 Marius Strobl <marius@FreeBSD.org>

targets: Catch up with the removals of mips and sparc64


# d9a42747 18-Apr-2023 Simon J. Gerraty <sjg@FreeBSD.org>

Update/fix Makefile.depend for userland


# 5e86bd60 23-May-2019 Xin LI <delphij@FreeBSD.org>

Remove kgzip and kgzldr.

PR: 183666, 229763
Submitted by: Yoshihiro Ota <ota at j.email.ne.jp>
Differential Revision: https://reviews.freebsd.org/D20248


# ca987d46 14-Nov-2017 Warner Losh <imp@FreeBSD.org>

Move sys/boot to stand. Fix all references to new location

Sponsored by: Netflix


# 38069501 30-Oct-2017 Bryan Drewery <bdrewery@FreeBSD.org>

DIRDEPS_BUILD: Connect new directories.

Sponsored by: Dell EMC Isilon


# 2b375b4e 27-Jan-2017 Yoshihiro Takahashi <nyan@FreeBSD.org>

Remove pc98 support completely.
I thank all developers and contributors for pc98.

Relnotes: yes


# d329c46c 12-Nov-2016 Bryan Drewery <bdrewery@FreeBSD.org>

DIRDEPS_BUILD: Connect new dependencies.

MFC after: 2 weeks
Sponsored by: Dell EMC Isilon


# 0d4600f6 14-Oct-2016 Sean Bruno <sbruno@FreeBSD.org>

Update i386 build of loader.efi (but leave it disabled) so that we at
least build it now.

Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D7801


# 38f6966b 26-May-2016 Bryan Drewery <bdrewery@FreeBSD.org>

DIRDEPS_BUILD: Fix and hookup rescue/rescue to the build.

Sponsored by: EMC / Isilon Storage Division


# a774e110 21-Mar-2016 Bryan Drewery <bdrewery@FreeBSD.org>

DIRDEPS_BUILD: Update dependencies.

Sponsored by: EMC / Isilon Storage Division


# afae3eed 08-Feb-2016 Ed Maste <emaste@FreeBSD.org>

Restore kgzldr on i386 only

I previously disconnected kgzdr based on a misunderstanding.

I'd still like to transition to supporting only the loader(8)-based
boot path for handling compressed kernels, but that can follow the
standard deprecation procedure.

This reverts r291113.

Requested by: dteske


# acc40ed7 03-Dec-2015 Bryan Drewery <bdrewery@FreeBSD.org>

rescue/rescue does not yet build in meta mode.


# b1f92fa2 30-Nov-2015 Bryan Drewery <bdrewery@FreeBSD.org>

META MODE: Update dependencies with 'the-lot' and add missing directories.

This is not properly respecting WITHOUT or ARCH dependencies in target/.
Doing so requires a massive effort to rework targets/ to do so. A
better approach will be to either include the SUBDIR Makefiles directly
and map to DIRDEPS or just dynamically lookup the SUBDIR. These lose
the benefit of having a userland/lib, userland/libexec, etc, though and
results in a massive package. The current implementation of targets/ is
very unmaintainable.

Currently rescue/rescue and sys/modules are still not connected.

Sponsored by: EMC / Isilon Storage Division


# 380392f2 20-Nov-2015 Ed Maste <emaste@FreeBSD.org>

Disconnect unused kgzldr from sys/boot/i386

Sponsored by: The FreeBSD Foundation


# 86dd2990 19-Nov-2015 Bryan Drewery <bdrewery@FreeBSD.org>

Remove unsupported ia64.

Sponsored by: EMC / Isilon Storage Division


# 54c7d75a 25-Sep-2015 Bryan Drewery <bdrewery@FreeBSD.org>

META_MODE: Remove DEP_RELDIR from Makefile.depend files.

This has not been needed since r284171 in projects/bmake.

Sponsored by: EMC / Isilon Storage Division


# 2b3dc535 11-Jun-2015 Simon J. Gerraty <sjg@FreeBSD.org>

Reorganize targets/pseudo/userland

This target mainly exists to help check things build.
Eventually targets that build real packages or images will be more
important.
As such move the pseudo targets that only exist for the benefit of
'userland' to under it.