| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/head/; revision=104073
|
| |
|
|
|
|
|
| |
for it (via WANT_LINT). It's Just Too Noisy.
Notes:
svn path=/head/; revision=103959
|
| |
|
|
|
|
|
|
|
| |
Connect two new source and one header file to the build.
Approved by: obrien
Notes:
svn path=/head/; revision=103456
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
under way to move the remnants of the a.out toolchain to ports. As the
comment in src/Makefile said, this stuff is deprecated and one should not
expect this to remain beyond 4.0-REL. It has already lasted WAY beyond
that.
Notable exceptions:
gcc - I have not touched the a.out generation stuff there.
ldd/ldconfig - still have some code to interface with a.out rtld.
old as/ld/etc - I have not removed these yet, pending their move to ports.
some includes - necessary for ldd/ldconfig for now.
Tested on: i386 (extensively), alpha
Notes:
svn path=/head/; revision=103436
|
| |
|
|
| |
Notes:
svn path=/head/; revision=103140
|
| |
|
|
|
|
|
| |
Approved by: obrien
Notes:
svn path=/head/; revision=102806
|
| |
|
|
|
|
|
|
|
| |
for a long time now.
Approved by: bde
Notes:
svn path=/head/; revision=100872
|
| |
|
|
| |
Notes:
svn path=/head/; revision=100313
|
| |
|
|
|
|
|
| |
Binaries compiled with it segfault.
Notes:
svn path=/head/; revision=99584
|
| |
|
|
| |
Notes:
svn path=/head/; revision=98413
|
| |
|
|
|
|
|
|
| |
exited via \r, \n, or ' ' (space); all of which are valid,
non-error responses.
Notes:
svn path=/head/; revision=98195
|
| |
|
|
|
|
|
|
| |
deprecated 4.2/4.3BSD wait union. Fix some nearby pid_t/int
confusion.
Notes:
svn path=/head/; revision=97788
|
| |
|
|
|
|
|
|
| |
Submitted by: Martin Blapp <mb@imp.ch>
I believe OK with: peter
Notes:
svn path=/head/; revision=97745
|
| |
|
|
| |
Notes:
svn path=/head/; revision=97657
|
| |
|
|
| |
Notes:
svn path=/head/; revision=97623
|
| |
|
|
| |
Notes:
svn path=/head/; revision=97523
|
| |
|
|
| |
Notes:
svn path=/head/; revision=97517
|
| |
|
|
|
|
|
|
|
|
|
|
| |
to work at least for the non-hairy stuff. The main wrinkle here is that
a whole mess of include files get installed and under different names.
An earlier version of this built a shadow include tree first in the obj
directory, but this depends on the 'make includes' functionality.
More tweaking is certainly going to be needed.
Notes:
svn path=/head/; revision=97433
|
| |
|
|
| |
Notes:
svn path=/head/; revision=97315
|
| |
|
|
| |
Notes:
svn path=/head/; revision=97314
|
| |
|
|
| |
Notes:
svn path=/head/; revision=96850
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
sparc64 looked for the nonexistent sparc64/lb1spc.asm file instead
of the sparc/lb1spc.asm file.
arm probably looked for arm/arm/lib1funcs.asm instead of arm/lib1funcs.asm
ia64 probably looked for ia64/ia64/lib1funcs.asm instead of ia64/lib1funcs.asm
i386 and alpha don't seen to use the LIB1ASMSRC.
Notes:
svn path=/head/; revision=96846
|
| |
|
|
|
|
|
|
|
|
|
| |
later. Otherwise make will try and build the supposedly assembler .o
files from libgcc2.c - which does not work too well (the .o's have no
content)
Reviewed by: obrien
Notes:
svn path=/head/; revision=96799
|
| |
|
|
|
|
|
|
|
|
|
|
| |
again. Try and deal with platforms that provide their own crtbegin/end asm
files (ia64 for example). crtstuff.c does not actually work on ia64 since
libgcc.a doesn't have a few key support functions when built on ia64 so it
is compulsory to use crtbegin.asm and crtend.asm.
Reviewed by: obrien
Notes:
svn path=/head/; revision=96796
|
| |
|
|
| |
Notes:
svn path=/head/; revision=96784
|
| |
|
|
|
|
|
|
| |
So we can refer to these files by their real name vs. playing tricks
renaming them during the build.
Notes:
svn path=/head/; revision=96779
|
| |
|
|
| |
Notes:
svn path=/head/; revision=96778
|
| |
|
|
|
|
|
|
| |
for the C++ progs to be built with e.g. an old compiler,
CXX=/usr/bin/c++, for the time being.
Notes:
svn path=/head/; revision=96669
|
| |
|
|
| |
Notes:
svn path=/head/; revision=96553
|
| |
|
|
| |
Notes:
svn path=/head/; revision=96530
|
| |
|
|
|
|
|
|
|
|
| |
Get rid of the INTERNALSTATICLIB knob and just use plain INTERNALLIB.
INTERNALLIB now means to build static library only and don't install
anything. Added a NOINSTALLLIB knob for libpam/modules. To not
build any library at all, just do not set LIB.
Notes:
svn path=/head/; revision=96512
|
| |
|
|
| |
Notes:
svn path=/head/; revision=96464
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
via INCS. Implemented INCSLINKS (equivalent to SYMLINKS) to
handle symlinking include files. Allow for multiple groups of
include files to be installed, with the powerful INCSGROUPS knob.
Documentation to follow.
Added standard `includes' and `incsinstall' targets, use them
in Makefile.inc1. Headers from the following makefiles were
not installed before (during `includes' in Makefile.inc1):
kerberos5/lib/libtelnet/Makefile
lib/libbz2/Makefile
lib/libdevinfo/Makefile
lib/libform/Makefile
lib/libisc/Makefile
lib/libmenu/Makefile
lib/libmilter/Makefile
lib/libpanel/Makefile
Replaced all `beforeinstall' targets for installing includes
with the INCS stuff.
Renamed INCDIR to INCSDIR, for consistency with FILES and SCRIPTS,
and for compatibility with NetBSD. Similarly for INCOWN, INCGRP,
and INCMODE.
Consistently use INCLUDEDIR instead of /usr/include.
gnu/lib/libstdc++/Makefile and gnu/lib/libsupc++/Makefile changes
were only lightly tested due to the missing contrib/libstdc++-v3.
I fully tested the pre-WIP_GCC31 version of this patch with the
contrib/libstdc++.295 stuff.
These changes have been tested on i386 with the -DNO_WERROR "make
world" and "make release".
Notes:
svn path=/head/; revision=96462
|
| |
|
|
| |
Notes:
svn path=/head/; revision=96456
|
| |
|
|
| |
Notes:
svn path=/head/; revision=96454
|
| |
|
|
|
|
|
| |
symbol evaluation which causes it to be very sensitive to macro ordering.
Notes:
svn path=/head/; revision=96449
|
| |
|
|
|
|
|
| |
BDE tells me POSIX pretends `ld' as a directly callable entity does not exist.
Notes:
svn path=/head/; revision=96343
|
| |\
| |
| |
| |
| |
| |
| | |
Partially made possible by: Wilko.Bulte@compaq.com
Notes:
svn path=/head/; revision=96340
|
| | |
| |
| |
| |
| |
| |
| | |
ourself.
Notes:
svn path=/cvs2svn/branches/WIP_GCC31/; revision=96339
|
| | |
| |
| |
| |
| |
| |
| | |
Bribed by: peter
Notes:
svn path=/cvs2svn/branches/WIP_GCC31/; revision=96139
|
| | |
| |
| |
| |
| |
| |
| | |
Bribed by: peter
Notes:
svn path=/cvs2svn/branches/WIP_GCC31/; revision=96138
|
| | |
| |
| |
| | |
Notes:
svn path=/cvs2svn/branches/WIP_GCC31/; revision=96137
|
| | |
| |
| |
| |
| |
| |
| | |
Bribed by: peter
Notes:
svn path=/cvs2svn/branches/WIP_GCC31/; revision=96135
|
| | |
| |
| |
| |
| |
| |
| | |
to other Makefiles.
Notes:
svn path=/cvs2svn/branches/WIP_GCC31/; revision=96134
|
| | |
| |
| |
| |
| |
| |
| | |
Tested on: alpha, sparc64, i386
Notes:
svn path=/cvs2svn/branches/WIP_GCC31/; revision=96133
|
| | |
| |
| |
| | |
Notes:
svn path=/cvs2svn/branches/WIP_GCC31/; revision=96131
|
| | |
| |
| |
| | |
Notes:
svn path=/cvs2svn/branches/WIP_GCC31/; revision=96127
|
| | |
| |
| |
| |
| |
| |
| | |
Sponsored by: bribe from peter
Notes:
svn path=/cvs2svn/branches/WIP_GCC31/; revision=94043
|
| | |
| |
| |
| |
| |
| |
| | |
(sparc64 introduced the first)
Notes:
svn path=/cvs2svn/branches/WIP_GCC31/; revision=93980
|
| | |
| |
| |
| | |
Notes:
svn path=/cvs2svn/branches/WIP_GCC31/; revision=93872
|