History log of /freebsd/targets/Makefile.xtras (Results 1 – 18 of 18)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/14.0.0
# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

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


# 061e8e6b 20-Apr-2023 Simon J. Gerraty <sjg@FreeBSD.org>

Makefile.xtras: fix show-valid-targets

Use ALL_MACHINE_LIST and leverage .MAKE.DEPENDFILE_PREFERENCE


Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0
# d6084013 05-Apr-2016 Glen Barber <gjb@FreeBSD.org>

MFH

Sponsored by: The FreeBSD Foundation


# 4f1c85df 31-Mar-2016 Bryan Drewery <bdrewery@FreeBSD.org>

show-valid-targets: Indent each target 2 spaces.

Sponsored by: EMC / Isilon Storage Division


# 700cb7f9 30-Mar-2016 Bryan Drewery <bdrewery@FreeBSD.org>

show-valid-targets: Organize all targets by the all_machine_list.

Sponsored by: EMC / Isilon Storage Division


# 506ef4b1 30-Mar-2016 Bryan Drewery <bdrewery@FreeBSD.org>

show-valid-targets: Show host targets and also order all of the targets.

Sponsored by: EMC / Isilon Storage Division


Revision tags: release/10.3.0
# 82aa34e6 04-Mar-2016 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r296007 through r296368.


# 52259a98 02-Mar-2016 Glen Barber <gjb@FreeBSD.org>

MFH

Sponsored by: The FreeBSD Foundation


# 5d5a53b4 26-Feb-2016 Bryan Drewery <bdrewery@FreeBSD.org>

Follow-up r295991: Only allow 'make destroy*' to include bsd.obj.mk.

Sponsored by: EMC / Isilon Storage Division


# 14e9c916 24-Feb-2016 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r295902 through r296006.


# 76e72d4a 24-Feb-2016 Bryan Drewery <bdrewery@FreeBSD.org>

DIRDEPS_BUILD: Allow destroy-(arch|host|stage) from top-level.

Sponsored by: EMC / Isilon Storage Division


# b0db6676 24-Feb-2016 Bryan Drewery <bdrewery@FreeBSD.org>

DIRDEPS_BUILD: Allow 'make destroy*' to work from top-level.

Sponsored by: EMC / Isilon Storage Division


Revision tags: release/10.2.0
# 416ba5c7 22-Jun-2015 Navdeep Parhar <np@FreeBSD.org>

Catch up with HEAD (r280229-r284686).


# 76aeda8a 20-Jun-2015 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r284188 through r284643.


# dad2fb7e 15-Jun-2015 Baptiste Daroussin <bapt@FreeBSD.org>

Merge from head


# ccfb9654 13-Jun-2015 Simon J. Gerraty <sjg@FreeBSD.org>

Add META_MODE support.

Off by default, build behaves normally.
WITH_META_MODE we get auto objdir creation, the ability to
start build from anywhere in the tree.

Still need to add real targets under

Add META_MODE support.

Off by default, build behaves normally.
WITH_META_MODE we get auto objdir creation, the ability to
start build from anywhere in the tree.

Still need to add real targets under targets/ to build packages.

Differential Revision: D2796
Reviewed by: brooks imp

show more ...


# f49116fc 29-May-2015 Simon J. Gerraty <sjg@FreeBSD.org>

Adapt based on whether 'mk' wrapper is used.

If 'mk' is used we can expect SB_NAME to be set.
Use 'mk' versions of command suggestions.
Otherwise 'make' version - a bit more cumbersom.


# b6209a9b 30-Nov-2014 Simon J. Gerraty <sjg@FreeBSD.org>

Rename pkgs to more generic targets (that's what they are)

Reviewed by: marcel