| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Requested by Gabor Greif.
|
|
|
|
|
|
|
|
|
| |
by obtaining GlobalCrossCompilePrefix from mk/config.mk and
using that to include mk/$(GlobalCrossCompilePrefix)build.mk
instead of mk/build.mk when present.
Note: GlobalCrossCompilePrefix is basically the same
as CrossCompilePrefix, but does not depend on $(phase).
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
We now set Validating=YES in mk/are-validating.mk rather than on the
commandline. This means that if you build a tree with validate then
just running make in it will use the validate flags.
"make distclean" removes mk/are-validating.mk, putting us back in
standard build mode.
|
|
|