History log of /src/Makefile (Results 201 – 225 of 685)
Revision Date Author Comments
# e07b2be5 16-Oct-2015 Bryan Drewery <bdrewery@FreeBSD.org>

Tweak the guard more to suggest 'all' if SUBDIR_OVERRIDE is specified. In that
case 'all' does make sense.

MFC after: 2 weeks
X-MFC-With: r289411
Sponsored by: EMC / Isilon Storage Division


# 824f98d3 16-Oct-2015 Bryan Drewery <bdrewery@FreeBSD.org>

Tweak the default target to not suggest 'all' since it really doesn't do
anything useful for most users.

MFC after: 2 weeks
Sponsored by: EMC / Isilon Storage Division


# 324fd1ce 15-Oct-2015 Glen Barber <gjb@FreeBSD.org>

MFH to r289370

Sponsored by: The FreeBSD Foundation


# ba831a2c 15-Oct-2015 Bryan Drewery <bdrewery@FreeBSD.org>

Consider top-level targets to be .PHONY as bmake won't build them
otherwise if a file with the same name is found in the directory.

MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division


# 9be27fdc 09-Oct-2015 Baptiste Daroussin <bapt@FreeBSD.org>

Merge from head


# 2bcf1d42 09-Oct-2015 Baptiste Daroussin <bapt@FreeBSD.org>

Add installconfig as a top level target


# 5a2b666c 01-Oct-2015 Baptiste Daroussin <bapt@FreeBSD.org>

Merge from head


# fa5e9cbb 29-Sep-2015 Bryan Drewery <bdrewery@FreeBSD.org>

Fix the .MAKE added in r251750 to properly support the historical -n -n.

The condition used matches the condition in sys.mk for setting _+_ to blank
or +.

With this -n will continue to not descend

Fix the .MAKE added in r251750 to properly support the historical -n -n.

The condition used matches the condition in sys.mk for setting _+_ to blank
or +.

With this -n will continue to not descend into Makefile.inc1, while -n -n will
and cause Makefile.inc1's target to run with -n.

MFC after: 2 weeks
Sponsored by: EMC / Isilon Storage Division

show more ...


# a87f765b 17-Sep-2015 Bryan Drewery <bdrewery@FreeBSD.org>

Rework r287900 to keep arm64/aarch64 stable in the TARGETS list.

This is relevant for makeman using the 'make targets' output in src.conf(5).

This makes a _UNIVERSE_TARGETS that removes arm64 if th

Rework r287900 to keep arm64/aarch64 stable in the TARGETS list.

This is relevant for makeman using the 'make targets' output in src.conf(5).

This makes a _UNIVERSE_TARGETS that removes arm64 if the build
requirements are not met.

show more ...


# f80c5b81 17-Sep-2015 Bryan Drewery <bdrewery@FreeBSD.org>

Get arm64/aarch64 into 'make targets' output to fix makeman.


# b779ff2b 12-Sep-2015 Baptiste Daroussin <bapt@FreeBSD.org>

Rename kernel-pkgs into create-kernel-packages to be consistent with world


# b5ff185e 12-Sep-2015 Baptiste Daroussin <bapt@FreeBSD.org>

Merge from head


# 1c9b3241 03-Jul-2015 Simon J. Gerraty <sjg@FreeBSD.org>

Fix generation of src.conf.5

Since makeman turns all options on, we need to guard somethings from
make(showconfig)


# 65faab7f 22-Jun-2015 Simon J. Gerraty <sjg@FreeBSD.org>

targets now needs .PHONY


# 2fbd60ec 20-Jun-2015 Baptiste Daroussin <bapt@FreeBSD.org>

Merge from head @274131


# d667f112 16-Jun-2015 Andrew Turner <andrew@FreeBSD.org>

Move the universe done dependency on the worlds completing out of the
loop, we only need to add it once.

Obtained from: ABT Systems Ltd


# 0b5f5ef2 16-Jun-2015 Andrew Turner <andrew@FreeBSD.org>

Remove unneeded dependencies, these are now handled through the _done
target.

Obtained from: ABT Systems Ltd


# baec3dae 16-Jun-2015 Baptiste Daroussin <bapt@FreeBSD.org>

Merge from head@274131


# 1272c4aa 16-Jun-2015 Andrew Turner <andrew@FreeBSD.org>

Add a new target universe_${target}_done to print the completion message.
Without this we could print this message in the wrong place when building
with MAKE_JUST_WORLDS is set.

Obtained from: ABT S

Add a new target universe_${target}_done to print the completion message.
Without this we could print this message in the wrong place when building
with MAKE_JUST_WORLDS is set.

Obtained from: ABT Systems Ltd

show more ...


# 149da95c 16-Jun-2015 Andrew Turner <andrew@FreeBSD.org>

Add a universe_${target}_worlds target to simplify the logic to find when
to start building kernels.

Obtained from: ABT Systems Ltd


# 35c9a2a9 16-Jun-2015 Warner Losh <imp@FreeBSD.org>

A more compatible fix to MK_META_MODE not being defined. Also, encase
bmake specific constructs not needed for make bootstrap so fmake
doesn't see them. This works with fmake just well enough for us

A more compatible fix to MK_META_MODE not being defined. Also, encase
bmake specific constructs not needed for make bootstrap so fmake
doesn't see them. This works with fmake just well enough for us to
build bmake to build the rest of the tree without fatal errors. Tested
only with fmake package.

show more ...


# 6cdaf31e 16-Jun-2015 Andrew Turner <andrew@FreeBSD.org>

Add a comment to the end of the world and kernel cases in the universe
target to help follow the make magic.

Obtained from: ABT Systems Ltd


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

Merge from head


# 054fbb2f 14-Jun-2015 Craig Rodrigues <rodrigc@FreeBSD.org>

If MK_META_MODE is unset, assume a value of no.

This is needed to build HEAD on FreeBSD 10.1,
which has bmake, but does not have
/usr/share/mk/src.opts.mk

Reviewed by: sjg
Reported by: jenkins


# 1fc3d968 10-Jun-2015 Simon J. Gerraty <sjg@FreeBSD.org>

Since sys.mk now handles META_MODE and META_FILES options
we need not worry about them here.
Checking for .PARSEDIR no longer needed.


12345678910>>...28