Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The MANSECT environment variable was misrepresented as MANSEC. Fixed. | sheldonh | 2000-04-05 | 1 | -2/+2 |
| | | | | | PR: 17745 Submitted by: nordwick@askjeeves.com (Jason "Just Change It" Nordwick) | ||||
* | Add a '+' to the first LDADD, otherwise it clobbers the LDADD in | gj | 2000-04-04 | 1 | -1/+1 |
| | | | | | | Makefile.alpha such that the -lkvm disappears and the link fails. This time I tested it, honest :) | ||||
* | Fix unsafe tempfile creation. This file is already off the vendor | sheldonh | 2000-04-03 | 1 | -12/+13 |
| | | | | | | | | | branch. Although this problem has been reported to the GNU folks, it's unlikely that any solution they may come up with will involve the use of mktemp(1). PR: 16942 Submitted by: Colin Phipps <crp22@cam.ac.uk> | ||||
* | Add support for sunos_big_vec to support 'make world's on Solaris | steve | 2000-04-03 | 1 | -8/+4 |
| | | | | boxes. | ||||
* | Add support for the sunos_big_vec format as well. | steve | 2000-04-03 | 1 | -4/+7 |
| | |||||
* | Build and install the elf32_sparc ld(1) scripts and make elf32_sparc | steve | 2000-04-03 | 1 | -1/+13 |
| | | | | the default emulation. | ||||
* | Enable Haifa on sparc64 as well. | steve | 2000-04-02 | 1 | -1/+1 |
| | |||||
* | First cut at the (non-contrib) bits needed to build the binutils | steve | 2000-04-02 | 11 | -0/+3118 |
| | | | | | | distribution for FreeBSD/Sparc64. Reviewed by: obrien | ||||
* | The ld directory is in ${SRCDIR} not ${BINUTILSDISTDIR}. | steve | 2000-04-02 | 1 | -1/+1 |
| | |||||
* | Add additional path for info to /usr/X11R6/info. This will allow | asmodai | 2000-04-01 | 1 | -1/+1 |
| | | | | people to actually look at the info files for gdk and gtk for example. | ||||
* | Get the installed headers list right. | obrien | 2000-03-30 | 1 | -1/+1 |
| | |||||
* | Switch over to using the GCC 2.95 Objc library code. | obrien | 2000-03-30 | 1 | -13/+26 |
| | |||||
* | Fixed wrong path to libperl in DPADD. | bde | 2000-03-27 | 1 | -4/+7 |
| | | | | | | | | | Fixed wrong path to libperl in LDADD in some funky objdir setups. Use ${dir}/libfoo.a instead of -L${dir} -lfoo for local static libraries in LDADD so that `make checkdpadd' doesn't report non-errors. Fixed misformatting of $FreeBSD$. | ||||
* | Use `${dir}/libfoo.a' instead of `-L${dir} -lfoo' for local static | bde | 2000-03-27 | 13 | -77/+31 |
| | | | | | | | libraries in LDADD so that `make checkdpadd' doesn't report non-errors. Fixed some style bugs (the usual ones for DPADD and LDADD, and misformatting of $FreeBSD$). | ||||
* | Don't abuse LDADD for holding linker flags. Doing so broke | bde | 2000-03-27 | 2 | -6/+4 |
| | | | | | | | `make checkdpadd'. Linker flags (ones passed via ${CC}) go in LDFLAGS. Fixed some style bugs (misformatting of $FreeBSD$). | ||||
* | Fixed missing DPADD. | bde | 2000-03-27 | 1 | -3/+2 |
| | | | | | Fixed some style bugs (some usual ones for LDADD, and misformatting of $FreeBSD$). | ||||
* | Update for gperf 2.7 | kris | 2000-03-25 | 3 | -6/+31 |
| | |||||
* | Fix a minor grammar problem. | mpp | 2000-03-24 | 1 | -1/+1 |
| | |||||
* | Clean up the FreeBSD configuration files -- includes removing the usage | obrien | 2000-03-23 | 2 | -2/+0 |
| | | | | | of svr4.h on the i386, and moving all the shared arch neutral bits into the FreeBSD general config header. | ||||
* | Wrap building of uucp related programs around NOUUCP knob. | dan | 2000-03-20 | 1 | -0/+2 |
| | |||||
* | A bandaid to try and make this buildable. This should probably be | peter | 2000-03-20 | 2 | -8/+54 |
| | | | | | rechecked by somebody who knows what is meant to happen here. The new libreadline rluser.texinfo file duplicates the '@defcodeindex bt' entry. | ||||
* | Make the SUBDIR list more granular to assist in my GCC hacking. | obrien | 2000-03-19 | 1 | -1/+9 |
| | |||||
* | Add missing depend file | ache | 2000-03-19 | 1 | -1/+1 |
| | |||||
* | Install readline API info | ache | 2000-03-19 | 1 | -2/+8 |
| | |||||
* | Upgrade to 4.1 | ache | 2000-03-19 | 2 | -2/+6 |
| | | | | Minor bumped because new function added | ||||
* | Make the build-tools objects weirder named so one can tell there is | obrien | 2000-03-15 | 1 | -4/+4 |
| | | | | something special going on here. | ||||
* | Move some cflag contents down to where they are acutally used. | obrien | 2000-03-13 | 5 | -2/+12 |
| | |||||
* | Considerable upgrade to the way perl links to shared objects. This | markm | 2000-03-08 | 7 | -96/+104 |
| | | | | | | | | fixes the way that third-party apps like apache link in perl .so's (and previously did not get libperl linked in.) NOTE - you neeed to recompile all your perl stuff - all the p5-* por4ts with C code, and things like mod_perl. | ||||
* | Remove xrefs to obsolete ft driver. | nik | 2000-03-01 | 1 | -1/+0 |
| | | | | | PR: docs/17080 Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de> | ||||
* | Use libcrypto instead of libdes. | markm | 2000-02-24 | 1 | -2/+2 |
| | |||||
* | Build and install gasp's infodocs along side the other binutil docs rather | obrien | 2000-02-21 | 3 | -19/+2 |
| | | | | | | than seperately. Pointed out by: bde | ||||
* | Merge FreeBSD changes into 2.4d. | ru | 2000-01-31 | 3 | -237/+210 |
| | |||||
* | Merge FreeBSD changes into 2.4d. | ru | 2000-01-31 | 1 | -192/+93 |
| | | | | | FreeBSD changes OBE'ed by 2.4d: * rev 1.5 - use collate for alpha character ranges. | ||||
* | This is the stock GNU grep 2.4d file. | ru | 2000-01-31 | 6 | -344/+391 |
| | |||||
* | This commit was generated by cvs2svn to compensate for changes in r56915, | ru | 2000-01-31 | 9 | -72/+203 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Virgin import of a trimmed down GNU Grep 2.4d. | ru | 2000-01-31 | 19 | -782/+895 |
| | | |||||
* | | The "INCDIR" required by the new header installation code in bsd.lib.mk | obrien | 2000-01-30 | 1 | -0/+2 |
| | | | | | | | | | | | | was not set correctly. Ok'ed by: JKH | ||||
* | | Retire Bison as it is not need to build GCC any more. | obrien | 2000-01-30 | 4 | -234/+0 |
| | | | | | | | | Ok'ed by: JKH | ||||
* | | Fix for (amongst other things) the cross-compile case where a too-old | markm | 2000-01-29 | 1 | -1/+1 |
| | | | | | | | | | | | | version of libperl was being found. Tested on: beast | ||||
* | | "Rev.1.45 of cc_tools/Makefile was a wrong fix for a problem introduced | obrien | 2000-01-29 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | in rev.1.44 (the egcs to gcc switch). The problem is that print-rtl.o is now needed to build some tools, but it wasn't added to the list of objects which are specially handled because they are prerequisites for tools." Submitted by: bde | ||||
* | | Move the header installation down into `readline' which is the subsystem | obrien | 2000-01-29 | 2 | -12/+8 |
| | | | | | | | | the headers are part of. | ||||
* | | Track internal(!) libc symbol naming change. | jasone | 2000-01-28 | 1 | -2/+2 |
| | | |||||
* | | Do not use "DEFAULT_VTABLE_THUNKS". The bugs that have existed since | obrien | 2000-01-25 | 1 | -3/+4 |
| | | | | | | | | | | EGCS 1.x have not been worked out. And with 4.0 RELEASE comming quickly we need C++ to be stable and usable. | ||||
* | | Fix typo for the flag ``--ungzip'' which should have been ``--gunzip'' | archie | 2000-01-24 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | as is documented in the man page. Retain the older mistaken version of the flag for backwards compatibility in case anybody is using it. Add $FreeBSD$ tag as cvs requires it. PR: gnu/7800 | ||||
* | | Merge cc_drv into cc_int. Merge more shared files into cc_int. | obrien | 2000-01-24 | 9 | -24/+20 |
| | | |||||
* | | Simply cc_tools/Makefile by moving the parser generation to the respective | obrien | 2000-01-24 | 3 | -35/+36 |
| | | | | | | | | backends. | ||||
* | | Style change to better match src/lib/'s Makefiles. | obrien | 2000-01-24 | 2 | -8/+8 |
| | | |||||
* | | I *hate* using "i" in variables, looks too much like "1" or "l". | obrien | 2000-01-23 | 1 | -23/+23 |
| | | |||||
* | | Minor style nits. | obrien | 2000-01-21 | 1 | -4/+4 |
| | | |||||
* | | Back out previous revision because someone upgraded our | ru | 2000-01-18 | 1 | -3/+1 |
| | | | | | | | | texinfo system to one that understands "command{foo}". |