| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
| |
This would allow interested parties to do experimental runs with an
environment set appropriately to raise all the warnings throughout the
build; e.g. env WARNS=6 NO_WERROR=yes buildworld.
Not currently touching the numerous instances in ^/tools.
MFC after: 1 week
Notes:
svn path=/head/; revision=365631
|
| |
|
|
|
|
|
|
| |
Fixes segfault in Var_Set if val is NULL
Don't treat .info as warning with -W
Notes:
svn path=/head/; revision=330260
|
| |
|
|
|
|
|
| |
Includes fix for compat handling of interrupts.
Notes:
svn path=/head/; revision=321410
|
| |
|
|
|
|
|
|
|
| |
Magic things happen when including bsd.prog.mk in them.
Sponsored by: EMC / Isilon Storage Division
Notes:
svn path=/head/; revision=288154
|
| |
|
|
|
|
|
|
|
|
| |
in SUBDIRS having tests added to it, which fails. Work around this by
checking to make sure tests exists before adding it to subdirs and
work to get the generated file fixed so we can rename Makefile.inc to
something else so it isn't automatically included by subdirs...
Notes:
svn path=/head/; revision=266147
|
| |
|
|
|
|
|
|
| |
location, including updating the test to work in the more-fragile
fmake -> bmake bootstrap environment.
Notes:
svn path=/head/; revision=266104
|
| |
|
|
|
|
|
|
| |
to fail and falling back on the conservative testing of variables
already in place. This should stop the tide of tinderbox mail.
Notes:
svn path=/head/; revision=265448
|
| |
|
|
| |
Notes:
svn path=/head/; revision=265443
|
| |
|
|
|
|
|
|
|
|
|
| |
instead of from /usr/share/mk.
I'm not sure that this will let buildworld complete on a system with
no installed src.opts.mk (make buildworld is still running), but the
tinderbox builds are all failing earlyon without this patch.
Notes:
svn path=/head/; revision=265436
|
| |
|
|
|
|
|
|
|
|
|
| |
build world, so it is the only make we build or install. fmake is
still in the tree, but disconnected, and upgrades from older systems
that still have bmake has not been removed, but its state has not been
tested (it should work given how minimal the work to upgrade to bmake
is).
Notes:
svn path=/head/; revision=265423
|
| |
|
|
|
|
|
| |
from the latter.
Notes:
svn path=/head/; revision=265420
|
| |
|
|
|
|
|
|
|
| |
we could be on an old system that knows noting of MK_BMAKE
or on an almost up to date one that is defaulting it to "no"
neither of which will work.
Notes:
svn path=/head/; revision=250755
|
| |
|
|
|
|
|
|
| |
correct options are set.
Also defined NO_PWD_OVERRIDE to match behavior of fmake.
Notes:
svn path=/head/; revision=250750
|
| |
|
|
| |
Notes:
svn path=/head/; revision=250722
|
| |
|
|
| |
Notes:
svn path=/head/; revision=250721
|
| |
|
|
|
|
|
|
|
| |
Also pay attention to MK_SHARED_TOOLCHAIN.
Approved by: marcel (mentor)
Notes:
svn path=/head/; revision=243115
|
| |
|
|
| |
Notes:
svn path=/head/; revision=241612
|
|
|
of FreeBSD's make by setting WITH_BMAKE. The WITH_BMAKE build makes it
easy for people to switch while working out the kinks -- think ports
tree here. The option will be removed in due time.
Submitted by: Simon Gerraty (sjg@juniper.net)
Notes:
svn path=/head/; revision=241279
|