| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/head/; revision=55680
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50479
|
| |
|
|
| |
Notes:
svn path=/head/; revision=47791
|
| |
|
|
|
|
|
| |
Reviewed by: terry
Notes:
svn path=/head/; revision=47767
|
| |
|
|
| |
Notes:
svn path=/head/; revision=45108
|
| |
|
|
|
|
|
|
| |
NOTE: Your old /usr/obj/elf won't be deleted automagicaly, you will have to
do it yourself.
Notes:
svn path=/head/; revision=42655
|
| |
|
|
|
|
|
|
| |
need MK_ENV. This should make release work again. Maybe we should get
rid of the /usr/obj/elf at some stage?
Notes:
svn path=/head/; revision=41957
|
| |
|
|
|
|
|
|
|
| |
backend targets. Old variant cause top level things build in
/usr/obj/elf while lower level things build in /usr/obj which cause
mismatch
Notes:
svn path=/head/; revision=41864
|
| |
|
|
|
|
|
|
|
|
| |
checkdpadd, lint, maninstall, objlink, regress and tags.
Removed bogus user target cleanobj. It is the non-recursive base of
the cleandir target, so it is not useful (or usable) here.
Notes:
svn path=/head/; revision=40495
|
| |
|
|
|
|
|
| |
Reviewed by: jb
Notes:
svn path=/head/; revision=39784
|
| |
|
|
|
|
|
|
| |
Submitted by: Luoqi Chen <luoqi@watermarkgroup.com>
via: Chuck Robey <chuckr@mat.net>
Notes:
svn path=/head/; revision=39727
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Make output of make world more readable for grep. Now a
grep '>>>' world.log
shows you the single stages through which the bootstrap
process went as discussed on -current. Could be used to
debug the bootstrap mechanism in case of trouble more
easily. Would be fine if any further @echo "..." messages
containing a description, what's going on, could use the
new format: @echo ">>> ..."
Notes:
svn path=/head/; revision=39423
|
| |
|
|
|
|
|
| |
Please commit only patches, not whole files!
Notes:
svn path=/head/; revision=39055
|
| |
|
|
|
|
|
| |
Reported by: Justin Gibbs.
Notes:
svn path=/head/; revision=38977
|
| |
|
|
| |
Notes:
svn path=/head/; revision=38916
|
| |
|
|
|
|
|
|
| |
be visible to the user. Maybe `make release' should call the backend
directly.
Notes:
svn path=/head/; revision=38821
|
| |
|
|
| |
Notes:
svn path=/head/; revision=38804
|
| |
|
|
| |
Notes:
svn path=/head/; revision=38720
|
|
|
- Moved most of the guts of Makefile to Makefile.inc1 to become the
backend for the build system.
- The new Makefile doesn't suffer from problems including the wrong
sys.mk because it doesn't use anything in there or bsd.own.mk. So,
from now on, the proper build command is just `make world' (or
buildworld).
- The intermediate makefiles called Makefile.inc0 and Makefile.upgrade
fiddle with the OBJFORMAT and MAKEOBJDIRPREFIX variables so that
both aout and elf object trees can coexist. Makefile.upgrade contains
the aout->elf transition build.
- A cross build environment is now very close to reality. Specifying
TOOLDIR, setting OBJFORMAT and MAKEOBJDIRPREFIX allow that.
See the comments in Makefile for more info.
Notes:
svn path=/head/; revision=38666
|