| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
of doing the normal build. When the alpha bootstrap is complete (there
is more work to do!), the alpha will build like the i386 does now.
I changed i386 references to ${MACHINE} now that we're multi-architecture.
|
|
|
|
|
|
|
| |
Instead, list the targets one per command line.
Reviewed by: bde
Submitted by: bde (part)
|
|
|
|
|
| |
Originally committed in: rev.1.141
Spammed by: rev.1.149 (mouldy parallel make diffs)
|
|
|
|
| |
led me to find 2 more errors which were there before. :)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Did I ever spam this file good with that last commit. Despite 3
reviewers, we still managed to revoke the eBones fixes, TCL 8.0 support,
libvgl and a host of other new things from this file in the process of
parallelizing the Makefile. DOH! I think we need more pointy hats - this
particular incident is worthy of a small children's birthday party's worth of
pointy hats. ;-)
I certainly intend to take more care with the processing of aged diffs
in the future, even if it does mean reading through 20K's worth of them.
I might also be a bit more anal about asking for more up-to-date changes
before looking at them. ;)
|
|
|
|
| |
Removed "-r RELENG_2_2" from 'update' target.
|
| |
|
|
|
|
|
|
| |
target.
Reviewed by: <many different folks>
Submitted by: Nickolay N. Dudorov" <nnd@nnd.itfs.nsk.su>
|
|
|
|
|
| |
without being recreated. A read-only source compile would then fail shortly
afterwards trying to write .depend into the source tree.
|
|
|
|
| |
-DMAKE_EBONES is changed to -DMAKE_KERBEROS4
|
|
|
|
|
| |
up with a blown objdir for the depend stage, leaving the
.depend file in ${SRCDIR} instead.
|
|
|
|
|
|
|
|
|
| |
way - for buildworld only.
Rev.1.136 broke the (deprecated) external includes target. Rev.1.144 was
a half-baked backout of rev.1.136. It broke SHARED=symlinks for the
buildworld target and installation of subdirs of src/include for the
includes target.
|
|
|
|
|
| |
inplace of ``all installhdrs symlinks'' so those of us who run with
SHARED=copies get the right results.
|
| |
|
|
|
|
|
|
|
|
| |
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.
|