| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
wrong switches were being passed to 'make' that caused sys.mk to come from
the /usr/share/mk location but the bsd.*.mk files to come from the
source tree in src/share/mk. This was bound to break sooner or later.
Submitted by: Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>
|
|
|
|
|
|
| |
line..
PR: 4368
|
| |
|
|
|
|
|
|
| |
everything that a full install would (modulo bugs in rpcsvc/Makefile).
The missing things weren't used (except for mp.h from libmp), but
there are relatively few of them and it's easier to be complete.
|
|
|
|
|
|
| |
rev.1.134.
Split long lines.
|
|
|
|
| |
'make -DNOCLEAN world' is completely ignored.
|
|
|
|
|
|
|
|
|
| |
call the 'symlinks' target to build the /usr/obj/tmp/install/sys tree since
In the includes target, call the header install target explicitly and then
call the 'symlinks' target to build the /usr/obj/tmp/install/sys tree since
we set this up manually earlier, and if we do a 'make all install', we
replace the symlink tree in the obj dirs with new copies of the files
which breaks any chance of -DNOCLEAN working.
|
|
|
|
|
|
| |
updated beforeinstall target.
mp.h from gnu/lib/libgmp.h has to be installed to /usr/include
so that usr.bin/chkey and usr.bin/newkey can be compiled.
|
| |
|
|
|
|
|
|
|
| |
a couple *.mk files to enable -current world building on really old
machines (e.g., 2.1.5).
Reviewed by: too many many people to list here, special thanks to bde
|
|
|
|
| |
Submitted by: bde
|
|
|
|
| |
Submitted by: bde (yes, I'm serious)
|
|
|
|
| |
in a make world.
|
|
|
|
|
| |
make depend; make all" work. I think there should be a better than adding
each library directory here.
|
| |
|
| |
|
|
|
|
|
| |
a simpler, more general LOCAL_DIRS hack.
Reviewed by: asami
|
|
|
|
|
|
| |
to install it. Otherwise osreldate.h breaks.
Pointed out by: Doug Rabson <dfr@nlsystems.com>
|
|
|
|
|
|
|
|
|
|
|
| |
tree) instead of the system default ones in /usr/share/mk. This
only works for makes run from the top level, and a few not too out
of date system makefiles must be present to start up. Bootstraps
from can still be done from scratch by giving the path to an up to
date share/mk on the command line.
Removed bootstrap `mk' target and use of it. The bootstrap didn't
actually work for the non-null DESTDIR case.
|
|
|
|
| |
to turn off the build.
|
| |
|
|
|
|
|
|
|
|
| |
instead of in the middle of it. Soon, "c++rt0.o" will be linked
into all shared libraries. An up-to-date version of it must be in
place before any shared libraries are built.
This is one piece of the solution for PR gnu/3035 (gcc -shared).
|
| |
|
|
|
|
| |
wants to install "all" targets which not exist at this stage
|
| |
|
|
|
|
|
|
| |
the later build in lib/compat/* for those systems upgrading from source.
Pointed-Out-By: John Hay <jhay@zibbi.mikom.csir.co.za>
|
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
|
|
|
|
|
| |
installed before it is needed.
Noticed by: David Conran <lucifer@maths.uq.oz.au>
|
|
|
|
|
|
| |
back to its original form.
Requested by: jkh
|
|
|
|
|
|
|
|
| |
MK_FLAGS contains -DNOMAN and -DNOPROFILE for speed, so I assume
NOINFO is okay as well.
Add gnu/usr.bin/texinfo to build-tools so everything does the right
thing.
|
| |
|
|
|
|
| |
Suggested by: max
|
| |
|
|
|
|
| |
or for faster make of executables.
|
|
|
|
| |
Use a for loop instead of massive duplication in the build-tools target.
|
|
|
|
|
| |
Must have been a cut/paste foulup... The whole idea of 'make reinstall'
is that it doesn't build anything from the source server mount.
|
|
|
|
| |
Submitted-By: jhay
|
| |
|
|
|
|
|
|
| |
directory. Also, add gnu/usr.bin/as to the lib-tools target since libgcc
generates weak symbols, and libstdc++/libg++ use them. ie: coming from a
2.1.x system will fail without 'as'.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
worked for me, but no guarantees yet.
Basically, move cc earlier to lib-tools target, before libraries are
built. libgcc is built at the same time, so it's special entry is
removed from the libraries target. Also, add bison/gperf immediately
before cc, since they are needed to build cc and are not present on an
earler-than-2.2 system. (libgcc is partly built with the freshly compiled
gcc-2.7.2.1, since it uses __attribute__'s that were not present until now)
This _should_ be enough to get running from older releases, perhaps as far
back as 2.0.5.
|
|
|
|
| |
output in the world target.
|
|
|
|
| |
This should prevent make world from falling over in share/doc.
|
|
|
|
|
| |
- do an explicit 'make all' in include/rpcsvc in 'make includes' as
a 'make install' is not supposed to build anything.
|
| |
|
| |
|
|
|
|
| |
Noticed by: phk
|
|
|
|
|
|
|
|
| |
for bootstrap" tweak to the lex Makefile to stop it building the library
too early.
This untangles things a bit more, it stops new bootstraps failing because
libl/libfl uses 'ld -O' before ld is updated.
|
|
|
|
|
| |
Closes PR#1451 (Ph. Charnier <charnier@xp11.frmug.org>) and
PR#1453 (Peter Mutsaers <plm@xs4all.nl>)
|