| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
leave the system in a messy state when upgrading from a system
which has no /libexec to a system which builds a DYNAMICROOT.
Approved by: re (scottl)
Notes:
svn path=/releng/5.2/; revision=123647
|
| |
|
|
| |
Notes:
svn path=/releng/5.2/; revision=123211
|
| |
|
|
|
|
|
|
|
|
| |
DYNAMICROOT is now the default. Also document -DNO_DYNAMICROOT since
that is going to be a documented feature.
Submitted by: matusita, rushani
Notes:
svn path=/head/; revision=122813
|
| |
|
|
|
|
|
|
|
| |
add libnetgraph to the list of prebuilt libraries in the main Makefile.
Reviewed by: ru
Notes:
svn path=/head/; revision=122568
|
| |
|
|
|
|
|
|
|
| |
library build to install tree definition files and MIBS.
Okay'ed by: ru
Notes:
svn path=/head/; revision=122400
|
| |
|
|
| |
Notes:
svn path=/head/; revision=121979
|
| |
|
|
|
|
|
|
|
|
| |
do not have a chance to work nowadays as we have a lot of
internal libraries in lib/.
Discussed with: marcel, wollman
Notes:
svn path=/head/; revision=120760
|
| |
|
|
| |
Notes:
svn path=/head/; revision=120120
|
| |
|
|
|
|
|
|
| |
Makefile.inc1 revisions 1.365 and 1.367: libc_pic.a is no longer
necessary to build libpthread.so (ie: libkse.so).
Notes:
svn path=/head/; revision=120102
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
as it was decided that our toolchain will revert to looking
for libraries in /usr/lib only.
- Make /usr/lib/libfoo.so -> /lib/libfoo.so.X symlinks absolute
so that they still work if /usr is symlinked.
- Remove stale /usr/lib/libfoo.so.X libraries during install.
Discussed with: gordon, obrien, peter
Notes:
svn path=/head/; revision=119846
|
| |
|
|
| |
Notes:
svn path=/head/; revision=119645
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
syntax. The
make buildworld
mv /usr/include /usr/include.old
make installworld
issue has been fixed a month ago in Makefile,v 1.285, and there
is no valid reason to continue to keep the wrong syntax here --
buildworld takes care of upgrading a make for you if necessary.
But if you find yourself in an environment with an old make(1)
binary that breaks on this, and this is because you attempted
to run a target other than buildworld, don't whine but try again
with -DALWAYS_CHECK_MAKE defined -- it should do the trick.
Otherwise, if you still have a problem, please report it as a
bug and attach the ``make -dl ...'' output.
Reviewed by: marcel
Notes:
svn path=/head/; revision=119580
|
| |
|
|
|
|
|
|
|
|
|
|
| |
5.x signal code from the 4.x signal code. The split happened in
Oct 2002 and we have had 2 releases since then. A kernel older than
5.0-R cannot reasonably be called a -current kernel anymore.
This does not break upgrading from an 10 month older kernel. It just
makes it more exiting.
Notes:
svn path=/head/; revision=119537
|
| |
|
|
|
|
|
|
|
| |
booted on this machine. This is a slightly better default to use.
Requested by: ru
Notes:
svn path=/head/; revision=119496
|
| |
|
|
|
|
|
| |
No need to see this message twice.
Notes:
svn path=/head/; revision=119464
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
/usr/include/osreldate.h doesn't exist on the system. While this
could be worked around by saying something like 'make includes
OSLRELDATE=0' when this file doesn't exist, it is just as easy to
provide a fallback when the file we know we depend on doesn't exist.
While this doesn't make all targets work w/o a
/usr/include/osreldate.h, because some of the FreeBSD bootstrap tools
use this file. 'make includes' however does work.
Noticed by: peter, obrien (and likely others)
Pointy hat to: imp (for suggesting a method that depended on /usr/include)
Notes:
svn path=/head/; revision=119456
|
| |
|
|
|
|
|
| |
list of build directories during the tool creation phase of the build.
Notes:
svn path=/head/; revision=119012
|
| |
|
|
|
|
|
| |
"make all" phase.
Notes:
svn path=/head/; revision=117976
|
| |
|
|
|
|
|
| |
Requested by: obrien
Notes:
svn path=/head/; revision=117555
|
| |
|
|
|
|
|
| |
build-tools bit.
Notes:
svn path=/head/; revision=117450
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=117449
|
| |
|
|
| |
Notes:
svn path=/head/; revision=117376
|
| |
|
|
| |
Notes:
svn path=/head/; revision=117322
|
| |
|
|
|
|
|
|
|
|
|
| |
This fixes the check for users with smmsp in NIS instead of their local
files.
Suggested by: peter
MFC after: 5 days
Notes:
svn path=/head/; revision=117293
|
| |
|
|
|
|
|
|
|
|
| |
Submitted by: bde
Fixed nearby bug: propagate the root Makefile's idea of
the appropriate "make" binary down to release/Makefile.
Notes:
svn path=/head/; revision=117229
|
| |
|
|
|
|
|
| |
Submitted by: ru
Notes:
svn path=/head/; revision=117177
|
| |
|
|
|
|
|
| |
until there is a fix for cross building available.
Notes:
svn path=/head/; revision=117140
|
| |
|
|
|
|
|
|
|
| |
build-, and cross-tools lists, reformat lists for easier maintenance.
Submitted by: bde, ru
Notes:
svn path=/head/; revision=117112
|
| |
|
|
|
|
|
|
|
| |
The latter needs to be built either if it's used as a cross-tool
(${TARGET_ARCH} != ${MACHINE_ARCH}) or if it has backward compat
issues, like e.g. lack of the AMD64 support.
Notes:
svn path=/head/; revision=117110
|
| |
|
|
|
|
|
|
|
| |
crunchgen and crunchide as cross-tools.
Submitted by: Tim Kientzle <kientzle@acm.org>
Notes:
svn path=/head/; revision=117064
|
| |
|
|
|
|
|
|
|
| |
PR: bin/53864
Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
Approved by: jeff (mentor)
Notes:
svn path=/head/; revision=116939
|
| |
|
|
| |
Notes:
svn path=/head/; revision=116679
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
4.8-stable:
Must build lib/libc before libpthread. Fix how we do this to be more
consistant with how lists are handled in the file. Also, don't bother
to prebuild libc if we're not building libpthread.
Submitted by: ru@
Reviewed by: bde@ (before ru@ submitted it)
Notes:
svn path=/head/; revision=116343
|
| |
|
|
| |
Notes:
svn path=/head/; revision=116335
|
| |
|
|
|
|
|
|
|
|
|
| |
built libc_pic.a for libkse.
# This should finally fix the build on 4.x
Submitted by: kan
Notes:
svn path=/head/; revision=116005
|
| |
|
|
|
|
|
|
|
|
| |
the bootstrap process. This allows one to more completely build from
a -stable box.
Reviewed by: ru@ (briefly)
Notes:
svn path=/head/; revision=115968
|
| |
|
|
| |
Notes:
svn path=/head/; revision=115574
|
| |
|
|
|
|
|
|
| |
Submitted by: Marius Strobl <marius@alchemy.franken.de>
Approved by: re (jhb)
Notes:
svn path=/head/; revision=115219
|
| |
|
|
|
|
|
| |
Approved by: re (scottl)
Notes:
svn path=/head/; revision=115157
|
| |
|
|
|
|
|
|
| |
Spotted by: bde
Approved by: re (scottl)
Notes:
svn path=/head/; revision=115141
|
| |
|
|
|
|
|
| |
Submitted by: tmm (Makefile.inc1)
Notes:
svn path=/head/; revision=115122
|
| |
|
|
|
|
|
|
|
|
| |
Forgotten by: ru
Submitted by: des
Verified by: tools/make_libdeps.sh
Approved by: re (scottl) (related change)
Notes:
svn path=/head/; revision=115120
|
| |
|
|
|
|
|
|
|
|
|
|
| |
This was the initial intent anyway, and it became clear that it is
really necessary to treat it this way, as many people happen to run
with kernel newer than the installed world.
Submitted by: imp, ru
Approved by: re (scottl)
Notes:
svn path=/head/; revision=115034
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
in the SHARED=symlinks case. Symlinks to directories only work if all the
the necessary headers are in 1 directory, but the necessary headers are
scattered for at least ipfilter headers in <netinet>. This change also
avoids polluting /usr/include with non-headers; the /usr/include hierarchy
is now independent of the setting of SHARED.
Submitted by: ru (edited to fix netgraph/bluetooth/include and machine/pc)
PR: 44148
Notes:
svn path=/head/; revision=114731
|
| |
|
|
| |
Notes:
svn path=/head/; revision=114719
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
supported, it usually works for months at a time. Allow these people
to override the OSRELDATE of their installed world when things don't
match and the exact OSRELDATE matters and is different than the
kernel. Now that Makefile.inc1 depends more and more about which date
you have to optimize the pieces it builds, it may be necessary to
pessimize things if its guesses are wrong.
If OSRELDATE is already set, we won't fork the sysctl to find out what
the kernel's date is.
Developers on IRC suggested that they run mismatches all the time as
well.
Reviewed by: obrien
Notes:
svn path=/head/; revision=114634
|
| |
|
|
|
|
|
| |
but stop doing so again on the next __FreeBSD_version bump.
Notes:
svn path=/head/; revision=114458
|
| |
|
|
|
|
|
| |
Reviewed by: markm
Notes:
svn path=/head/; revision=114292
|
| |
|
|
|
|
|
|
| |
must not try to lint(1) stuff at *-tools time; keep the linting
for the actual build (which comes later).
Notes:
svn path=/head/; revision=114288
|
| |
|
|
|
|
|
| |
but we always want the latest macro files.
Notes:
svn path=/head/; revision=114287
|