History log of /freebsd-current/lib/liblzma/Makefile.depend
Revision Date Author Comments
# d0307611 26-Nov-2023 Ka Ho Ng <khng@FreeBSD.org>

dirdeps: Update/fix Makefile.depend* for toolchain

This fixes make pseudo/toolchain.


# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

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


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

Update/fix Makefile.depend for userland


# 2c9a9dfc 11-Dec-2019 Simon J. Gerraty <sjg@FreeBSD.org>

Update Makefile.depend files

Update a bunch of Makefile.depend files as
a result of adding Makefile.depend.options files

Reviewed by: bdrewery
MFC after: 1 week
Sponsored by: Juniper Networks
Differential Revision: https://reviews.freebsd.org/D22494


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

DIRDEPS_BUILD: Update dependencies.

Sponsored by: Dell EMC Isilon


# 4aa63711 25-Nov-2015 Bryan Drewery <bdrewery@FreeBSD.org>

META MODE: Fix 'make bootstrap-tools'.

The main problem was bitrot after elftoolchain being swapped in for the
GNU toolchain.

This also reworks how the list of 'host allowed' libraries is determined
to only allow INTERNALLIBs, which is needed for libelftc to come in.

For usr.bin/readelf use the same hack, as libelf and libdward, to bring in
the needed sys/ headers for host builds. This has not yet been a problem due
to readelf not being built as a host tool in buildworld. This is possible
in the meta build though when building the toolchain.

Sponsored by: EMC / Isilon Storage Division


# 7b3ea376 25-Nov-2015 Bryan Drewery <bdrewery@FreeBSD.org>

META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.

This both avoids some dependencies on xinstall.host and allows
bootstrapping on older releases to work due to lack of at least 'install -l'
support.

Sponsored by: EMC / Isilon Storage Division


# 2ef6d5a7 16-Jun-2015 Simon J. Gerraty <sjg@FreeBSD.org>

new depends


# 44d314f7 08-Jun-2015 Simon J. Gerraty <sjg@FreeBSD.org>

dirdeps.mk now sets DEP_RELDIR


# fae50821 16-May-2014 Simon J. Gerraty <sjg@FreeBSD.org>

Updated dependencies


# 76b28ad6 09-May-2014 Simon J. Gerraty <sjg@FreeBSD.org>

Updated dependencies


# 7cf3a1c6 11-Mar-2013 Simon J. Gerraty <sjg@FreeBSD.org>

Updated dependencies


# f5f7c052 15-Feb-2013 Simon J. Gerraty <sjg@FreeBSD.org>

Updated dependencies


# 7cd2dcf0 08-Nov-2012 Simon J. Gerraty <sjg@FreeBSD.org>

Updated/new Makefile.depend


# 7750ad47 22-Aug-2012 Marcel Moolenaar <marcel@FreeBSD.org>

Sync FreeBSD's bmake branch with Juniper's internal bmake branch.

Requested by: Simon Gerraty <sjg@juniper.net>