summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* This commit was generated by cvs2svn to compensate for changes in r2726,gclarkii1994-09-1394-0/+68956
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import of GNU Info 3.0 in bmake formatgclarkii1994-09-1394-0/+68956
| |
| * This commit was manufactured by cvs2svn to create branch 'GNU'.cvs2svn1993-11-1247-0/+14698
| |
* | Include of bsd.prog.mk should almost always be the last line of the file.rgrimes1994-09-124-10/+8
| | | | | | | | | | Fix missing ${DESTDIR} in 2 places (rgrimes) Submitted by: bde
* | Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcaprgrimes1994-09-113-3/+3
| |
* | Deleted checks for libcrypt as not nessecery for 2.0.gclarkii1994-09-113-12/+0
| |
* | Added CURDIR directives for some installs.gclarkii1994-09-111-2/+3
| | | | | | | | | | Reviewed by: Gary Clark II Submitted by: Rod Grimes
* | Added includes for Makefile.inc (/usr/src/gnu/usr.bin/Makefile.inc)gclarkii1994-09-113-1/+5
| | | | | | | | | | Reviewed by: Gary Clark II Submitted by: Rod Grimes
* | Changed AF_LOCAL to AF_LOCAL_XX so as not to conflict with 4.4 socket.hgclarkii1994-09-116-150/+42
| | | | | | | | Added casts to shutup warnings in doio.c
* | This commit was generated by cvs2svn to compensate for changes in r2635,gclarkii1994-09-10255-0/+73260
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Initial import of Perl 4.046 bmakedgclarkii1994-09-10255-0/+73260
| /
* | Added some missing ${.CURDIR} and removed some that shouldn't havepaul1994-09-091-6/+6
| | | | | | | | | | been there. It should build and install fine with and without an obj dir now.
* | Enabled send-prpaul1994-09-091-2/+2
| |
* | Disable one of my extensions (function profiler epilogues) thatbde1994-09-021-0/+2
| | | | | | | | | | | | we're not ready for yet. gcc and all profiled libraries will need to be recompiled. I suspect that the dependencies aren't complete enough to do this automatically.
* | Use gnumalloc to help reduce memory consumption.dg1994-08-293-7/+7
| |
* | Added misc categorypaul1994-08-291-3/+4
| | | | | | | | Submitted by: Paul Richards
* | Fix some bad spacing in send-pr.sh that stopped mail working,paul1994-08-292-6/+6
| | | | | | | | | | changed the category selection. Submitted by: Paul Richards
* | Set up the problem categories.paul1994-08-291-1/+5
| | | | | | | | | | Reviewed by: Submitted by:
* | Added send-pr for sending in bug reports.paul1994-08-2910-0/+4292
| | | | | | | | | | Reviewed by: Submitted by:
* | Add dependencies on libraries to DPADD. Someday this should be donebde1994-08-288-14/+19
| | | | | | | | | | | | automagically. -lfoo has to be right to work, but ${LIBFO0} is too easy to forget or misspell; nothing checks it and it should be different for shared libraries.
* | Use standard clean, cleandir and obj targets.bde1994-08-282-19/+13
| | | | | | | | | | | | | | Don't use $@. Uniformize the man Makefiles for shell scripts. It should't take such large Makefiles to install one script and one man page each.
* | Remove stale clone of obj target.bde1994-08-281-13/+0
| |
* | Add dependencies on libraries to DPADD.bde1994-08-282-14/+8
| | | | | | | | Move another include of bsd.prog.mk to the end.
* | Centralize declarations of library names.bde1994-08-281-0/+8
| |
* | Use ${ECHO} instead of `echo' so that `make -s' is fairly quiet.bde1994-08-281-5/+5
| |
* | Install ld.so immutable.wollman1994-08-261-1/+2
| |
* | Fixed Makefile for make depend some more. The .depend target was notbde1994-08-251-3/+3
| | | | | | | | | | | | being created and config.h depended on Makefile.inc being in the wrong directory so real dependencies were not being checked. The "depend" target was not created either so "make depend" always found work to do.
* | Changed cc26 to ccpaul1994-08-241-2/+2
| | | | | | | | | | Reviewed by: Submitted by:
* | From: Tom Pavel <PAVEL@SLAC.Stanford.EDU>jkh1994-08-241-1/+2
| | | | | | | | | | | | | | | | | | Subject: man returns 1 In 1.1.5.1, man returns a status of 1 if the lookup succeeds and 0 if it fails. Here is a patch for what I believe is a simple oversight: Submitted by: jkh
* | Fixed up everything so that the version of gcc that we install from thepaul1994-08-232-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | FreeBSD system sources installs itself as the standard cc and c++. I've fixed c++ to call cc instead of gcc and removed all the symlinks that get created to g** version of the binaries. This means that you can install a second version of gcc that does use the g prefix alongside the "system" version of gcc. The only conflict is libgcc but since we install it as libcc.so.26 and nothing else is likely to that should be ok. Reviewed by: Submitted by:
* | Added -f to rm so install doesn't abort if the file doesn't exist.paul1994-08-201-1/+1
| | | | | | | | | | Reviewed by: Submitted by:
* | Don't explicitly define __FreeBSD__ - this is no longer necessary.dg1994-08-191-2/+2
| |
* | Define __FreeBSD__ to be 2.wollman1994-08-101-1/+1
| |
* | Nuke GNU pr.jkh1994-08-101-2/+2
| | | | | | | | | | Reviewed by: Submitted by:
* | Punt duplicate declaration of sys_errlist[].jkh1994-08-091-1/+0
| | | | | | | | Submitted by: jkh
* | Delete two redundant declarations of _exit() and exit().jkh1994-08-091-3/+1
| | | | | | | | Submitted by: jkh
* | Remove kgdb for now until we figure out what our gdb strategy is goingjkh1994-08-091-2/+2
| | | | | | | | | | to be (having two sucks, and this one doesn't even work for 2.0 now!). Submitted by: jkh
* | Remove redundant (and conflicting) definition of sys_errlist.jkh1994-08-091-1/+0
| | | | | | | | Submitted by: jkh
* | This commit was generated by cvs2svn to compensate for changes in r1933,phk1994-08-084-1/+5468
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | This gcc-2.6.0 should work with 2.0phk1994-08-084-1/+5468
| | |
* | | cc -> cc26 (until Poul-Henning decides how he wants this to look).jkh1994-08-071-2/+2
| | | | | | | | | | | | Submitted by: jkh
* | | Regenerate conf.h with configure script from original package.wollman1994-08-051-8/+9
| | |
* | | Need -lcompat to link under 2.0.wollman1994-08-052-2/+2
| | |
* | | Use __GNU_P not __P.wollman1994-08-041-5/+5
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r1823,phk1994-08-02171-0/+307568
|\ \ \ | |/ / | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Here comes the right import of gcc-2.6.0.phk1994-08-02171-0/+307568
| | |
* | | Here comes the right import of gcc-2.6.0.phk1994-08-021-0/+12
| | |
* | | Add Chris Demetriou's --unlink changes.jkh1994-06-283-0/+40
| | | | | | | | | | | | | | | | | | I know that I said earlier that this should be unconditional behaviour, but I thought about it a little more and concluded that the principle of least surprise dictates that I make it an option.
* | | Fix serious off by one error for FreeBSD keyword, this has been drivingrgrimes1994-06-221-3/+8
| | | | | | | | | | | | me nuts as it was on by default and that is NOT what I wanted.
* | | Remove reference to the ld.so man page - ain't no such animal.jkh1994-06-171-1/+0
| | | | | | | | | | | | Reported by John Lind.
OpenPOWER on IntegriCloud