summaryrefslogtreecommitdiffstats
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* Just pass -DCRT_BEGIN as an option to mkdep(1), no need to overrideru2004-03-061-1/+1
| | | | the entire command.
* Back out attempt to bypass contrib's getopt.h on the way,ache2004-03-053-8/+2
| | | | | it makes cross-build fail. Prefer invisible incorrect -current build to visible failure.
* Move -I${DESTDIR}/usr/include/gnu up, beforeache2004-03-052-2/+6
| | | | -I${DESTDIR}/usr/include to pick correct regex.h
* Add -I${DESTDIR}/usr/include before -I${SRCDIR}/include to pick rightache2004-03-041-0/+2
| | | | getopt.h (as workaround until it will be removed from contrib)
* Fixed "make clean".ru2004-03-031-0/+1
|
* Merge conflicts, upgradeache2004-03-018-41/+51
|
* This commit was generated by cvs2svn to compensate for changes in r126432,ache2004-03-018-10/+94
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Trimmed grep 2.4.2ache2004-03-0114-45/+136
| |
* | Use system getopt_long*ache2004-02-281-1/+1
| |
* | Rremoved bogus -static from CFLAGS. Makeworld will add -static in thebde2004-02-261-1/+1
| | | | | | | | | | correct place if needed and possible. Self-hosted builds can just use the system default.
* | Backed out the residue of rev.1.13 (bogus addition of -static to CFLAGS).bde2004-02-261-2/+5
| | | | | | | | | | | | | | | | Makeworld will add -static in the correct place if needed and possible. Self-hosted builds can just use the system default. Fixed some nearby style bugs (code unrelated to its comment, and comment formatting).
* | Test data before using it.eric2004-02-261-0/+4
| | | | | | | | | | | | | | | | Of course, libdialog is still chock-full of similar bugs, but it's been multiple years and no one has any better suggestions so the bugs will just be dealt with case-by-case. PR: 28221
* | Fix style bug in last commit,johan2004-02-251-2/+3
| | | | | | | | | | | | | | | | add a tab after WARNS?=. While I'm here fix other style bugs. Submitted by: bde (libbdf/Makefile)
* | Change warning hint to be more usefulache2004-02-251-1/+1
| |
* | Add upgrade instructionsache2004-02-251-0/+14
| |
* | Upgrade to regex from grep 2.4.2ache2004-02-2541-12865/+11
| |
* | Merge conflictsache2004-02-252-1370/+1688
| |
* | This commit was generated by cvs2svn to compensate for changes in r126209,ache2004-02-251-0/+542
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Virgin import (trimmed) of GNU regex, from GNU grep 2.4.2ache2004-02-253-1531/+2566
| | |
| * | This commit was manufactured by cvs2svn to create branchcvs2svn1993-07-30711-319507/+0
| | | | | | | | | | | | 'VENDOR-libregex'.
* | | style.Makefile(5):johan2004-02-2419-22/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use WARNS?= instead of WARNS= For this to work properly for all part is the subdirectories the WARNS assignments in Makefile.inc0 are moved to the correspondning Makefile.inc. Approved by: obrien (binutils maintainer) Tested by: make universe
* | | Allow to compile with non-GCC compiler.obrien2004-02-191-1/+31
| | |
* | | Install gnuregex.h as wrapper for gnu/regex.h (with warning)ache2004-02-182-1/+6
| | |
* | | Oops, use -I${DESTDIR}/usr/include/gnu instead of ... /../../include/gnuache2004-02-177-9/+7
| | |
* | | Remove getopt*.c, we already have compatible getopt_long() in libcache2004-02-171-1/+1
| | |
* | | Remove getopt*.c, we already have compatible getopt_long() in libcache2004-02-171-1/+1
| | | | | | | | | | | | (cc toolchain use it rarely, so no surprizes should occurse)
* | | Remove getopt*.c, we already have compatible getopt_long() in libcache2004-02-171-1/+1
| | |
* | | Remove getopt*.c, we already have compatible getopt_long() in libcache2004-02-173-884/+1
| | |
* | | Remove getopt*.c, we already have compatible getopt_long() in libcache2004-02-171-1/+1
| | |
* | | Remove getopt*.c, we already have compatible getopt_long() in libcache2004-02-171-1/+1
| | |
* | | Remove getopt*.c, we already have compatible getopt_long() in libcache2004-02-178-1039/+5
| | |
* | | Remove getopt*.c, we already have compatible getopt_long() in libcache2004-02-171-2/+0
| | |
* | | Remove getopt*.c, we already have getopt_long() in libcache2004-02-171-1/+1
| | |
* | | Remove old explicit -I${DESTDIR}/usr/include/readlineache2004-02-171-1/+1
| | | | | | | | | | | | it is no longer needed
* | | Switch back to regex.hache2004-02-161-1/+2
| | |
* | | Formally switch back to regex.h (not sure it ever needed here - libgnuregexache2004-02-161-1/+2
| | | | | | | | | | | | is not used)
* | | Switch back to regex.h and fix error when mismatched regex.h used withache2004-02-163-4/+12
| | | | | | | | | | | | system libgnuregex
* | | Remove files no longer neededache2004-02-161-2/+3
| | | | | | | | | | | | Switch back to regex.h
* | | 1) Remove files no longer needed.ache2004-02-168-1673/+2
| | | | | | | | | | | | 2) Switch back to regex.h
* | | Install regex.h under include/gnuache2004-02-161-1/+1
| | |
* | | Register libarchive in bsd.libnames.mk and mdoc.localkientzle2004-02-131-0/+1
| | | | | | | | | | | | Submitted by: ru
* | | Style fixes: Use curly braces in Makefiles,kientzle2004-02-131-1/+1
| | | | | | | | | | | | | | | | | | use cat (not cp) to copy files. Submitted by: ru
* | | Register libbluetooth and libsdpemax2004-02-121-0/+2
| | | | | | | | | | | | Reviewed by: imp (mentor), ru
* | | GNU tar in the base system is now called "gtar"kientzle2004-02-111-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "tar" is now just a link to "gtar". This lays the groundwork for an orderly migration from GNU tar to some other tar. (First, we introduce the new tar program, then we migrate the 'tar' name, then we remove gtar, with intervals of months between these steps.) Approved by: gordon
* | | Removed all the complexities when installing the strip(1) binary.ru2004-02-061-13/+1
| | | | | | | | | | | | Submitted by: bde
* | | Fixed style of DPADD and LDADD assignments as per style.Makefile(5).ru2004-02-0517-36/+34
| | |
* | | strip wasn't stripped since we stopped to include bsd.own.mk from sys.mk.ru2004-02-051-8/+6
| | |
* | | Remove Perl lines; it's better to let use.perl handle them.des2004-02-041-4/+0
| | |
* | | Add a section documenting the return values from diff.ceri2004-02-011-0/+5
| | | | | | | | | | | | | | | | | | PR: docs/59991 Submitted by: keramida,Erik Greenwald <erik@smluc.org> MFC After: 1 week
* | | Catch up with the 20040130 src/UPDATING entry, and spell libpthreadru2004-01-311-1/+1
| | | | | | | | | | | | | | | | | | | | | as -lpthread. (Alpha and SPARC64 still spell it -lkse, but we hope this to change by 5.3-RELEASE.) Reviewed by: deischen
OpenPOWER on IntegriCloud