| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
|
|
|
| |
OpenBSD version.
|
|
|
|
| |
build problems with rescue.
|
|
|
|
|
|
|
|
| |
building the rescue binary. This fixes a problem with NO_TCSH, where
the "make obj" stage of buildworld doesn't recurse into bin/csh,
resulting in csh build-tools being put into /usr/src/bin/csh.
Pointed out by: dougb (on hackers@)
|
|
|
|
|
|
| |
Change NO_RCMDNS to NO_RCMDS and do the switch in bsd.compat.mk.
Discussed with: ru, nectar
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
wrong share/mk files to be used, which can be fatal with upgrades
or downgrades, e.g., when building RELENG_5 on HEAD.
Reported by: glebius
For now, just exclude -P from MAKEFLAGS when running crunchgen(1).
(Note that it will still break when run with certain -d options.)
The real solution is to fix make(1) to not print stuff on stdout
when it's not supposed to, e.g., through the -P and -dX options,
and to fix crunchgen(1) to not redirect stderr to stdout when
running make(1). Once this is implemented, this hack can go.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
OK'ed by: core
|
|
|
|
| |
Caught by: make -DNOCLEAN buildworld
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
If turned on no NIS support and related programs will be built.
Lost parts rediscovered by: Danny Braniss <danny at cs.huji.ac.il>
PR: bin/68303
No objections: des, gshapiro, nectar
Reviewed by: ru
Approved by: rwatson (mentor)
MFC after: 2 weeks
|
| |
|
|
|
|
| |
any fake value.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
about the location of each program's source.
This update optimizes the build a bit by giving that
information to crunchgen rather than asking crunchgen
to do a directory search to locate sources.
Approved by: gordon (Mentor)
|
|
|
|
|
|
| |
This fixes buildworld for systems with old make(1) binaries.
Reported by: Benjamin Close
|
|
|
|
|
|
|
| |
# maybe we can remove sconfig later from rescue?
Submitted by: Roman Kurakin <rik@cronyx.com>
Approved by: re@ <scottl>
|
|
|
|
|
|
| |
support is enabled.
Approved by: re (scottl)
|
|
|
|
|
|
|
| |
Comment out rather than totally remove the ipfilter pieces that we need
reconnected some day. This is now only ipnat as it is for configuring NAT.
ipfstat is meant for reporting statistics/filter lists. For /rescue it is
enough to configure lists but not view the installed ones.
|
| |
|
|
|
|
| |
correct sources. Only check the crypto macros.
|
|
|
|
|
|
|
|
| |
- CD9660_ICONV, NTFS_ICONV and MSDOSFS_ICONV kernel options
(with corresponding modules).
- kiconv(3) for loadable charset conversion tables support.
Submitted by: Ryuichiro Imura <imura@ryu16.org>
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
from passing the -P flag to crunchgen which seems to confuse crunchgen
horribly. This is the preferable solution to modifing crunchgen to
unset the MAKEFLAGS environment variable.
Submitted by: gad@
|
|
|
|
|
|
|
|
|
|
|
|
| |
to find the source when the object was specified as <directory>/foo.o.
The fix makes the build go through a make objs before compiling the rest
of the crunchgen. This ensures that the dhclient bits are built in the
correct place where they are picked up for the final compile of rescue.
I'd like to thank dwhite@ and gad@ for helping me track down the problem.
Fast testing box provided by: phk@ (thanks)
|
| |
|
|
|
|
| |
Discussed on: freebsd-arch@
|
|
|
|
| |
Submitted by: Skip Ford <skip.ford@verizon.net>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
care about, not a full usr.bin tree. This should reduce buildworld times
pretty drastically.
Requested by: lots of people
|
|
|
|
|
|
|
|
|
|
|
| |
using underscores or not, so I just randomly picked a style. I think
I have the logic correct, but if someone wants to give it a once over
that would be good.
Tim submitted a patch to fix the cross-building issues which I tested
with a tinderbox run for sparc64.
Submitted by: Tim Kientzle <kientzle@acm.org>
|
| |
|
|
|
|
|
|
|
|
|
| |
Build fdisk_pc98 on pc98 arch, not fdisk.
Don't alias disklabel on pc98, ia64.
Don't build fdisk on sparc64, alpha.
Pointed out by: tmm@
Submitted by: Tim Kientzle <kientzle@acm.org>
|
|
|
|
|
|
|
| |
Fix disklabel, bsdlabel, and sunlabel on various platforms.
Noticed by: tmm@
Submitted by: Tim Kientzle <kientzle@acm.org>
|
|
|
|
| |
Submitted by: tmm@
|
|
with a couple of bits from usr.bin in a crunchgen'd binary.
Submitted by: Tim Kientzle <kientzle@acm.org>
|