summaryrefslogtreecommitdiffstats
path: root/bin/csh/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Temporarily turn off -Werror for these components.kan2003-07-111-1/+1
|
* Tweak a couple of utilities so they compile cleanly for /rescue. Mostlygordon2003-06-291-0/+4
| | | | | | path fixes. Submitted by: Tim Kientzle <kientzle@acm.org>
* Get this area compiling with the highest WARNS= that it works with.markm2003-06-131-1/+1
| | | | | | | Obsolete WFORMAT= junk also removed where possible. OK'ed by: obrien Tested on: sparc64, alpha, i386
* Usekuriyama2003-06-061-1/+1
| | | | | | | | | cat ${.ALLSRC} > ${.TARGET} rather than ln -sf ${.ALLSRC} ${.TARGET} not to depends on absolute-path of symbolic links. Commented by: marcel, obrien, bde
* Make this WARNS=1 as that is all we can do with GCC 3.3 -- too manyobrien2003-05-021-0/+1
| | | | sized/unsigned comparisons.
* Remove WARNS and WFORMAT overrides.mp2002-07-241-2/+0
|
* Reimplemented bsd.nls.mk using bsd.files.mk and bsd.links.mk.ru2002-07-021-1/+28
| | | | | | | | | | | | Provided the (previously missing) dependency on source files for intermediate .msg files. Provided the default for NLSSRCDIR (defaults to .CURDIR). Slightly changed the API: NLS should now list plain locale names, without the .msg suffix. When included from bsd.prog.mk, NLSNAME defaults to PROG.
* Install complete.tcsh and csh-mode.el into ${SHAREDIR}/examples/tcsh.mp2002-02-121-0/+3
| | | | | | PR: misc/34800 (from Steven Grady) Submitted by: phantom (patch) MFC after: 3 days
* Lock down with WFORMAT=1 except those directories with unfixed warnings.kris2002-02-041-0/+1
| | | | Tested on i386 and alpha.
* Default to WARNS=2. Binary builds that cannot handle this must explicitlyobrien2001-12-041-0/+1
| | | | | | set WARNS=0. Reviewed by: mike
* MAN[1-9] -> MAN.ru2001-03-271-1/+0
|
* Change the spelling of `.' to `.' from .OBJDIR since `.' really is whereobrien2000-12-051-1/+1
| | | | generated files land. Also give precedence to generated files.
* Remove ${DESTDIR} from _PATH_TCSHELL, it is call path, not install pathache2000-12-031-1/+3
| | | | Add gethost to build-tools to help cross-building
* Upgrade to 6.10ache2000-11-301-6/+14
|
* restore tabs lost from prev commitache2000-07-071-2/+2
| | | | Asked-by: bde
* curses -> termcap, mainly for purity and to indicate which functions familyache2000-07-061-2/+2
| | | | really used
* Activate Japanese NLS and KANJI supportache2000-06-111-3/+0
|
* Don't forget to clean csh.1.bde2000-05-151-6/+6
| | | | Fixed some style bugs.
* Install a manual page for `tcsh(1)', for completeness.jkoshy2000-05-051-0/+1
| | | | Approved by: obrien
* Pass "WANT_KANJI" from make.conf to the compiler.obrien2000-04-231-1/+4
|
* Activate NLS.ache2000-04-201-0/+1
| | | | | Optimize NLS by not wasting space copying the same .cat but use symbolic links instead.
* Install /bin/tcsh also.obrien2000-04-191-0/+2
|
* Upgrade csh.obrien2000-04-181-14/+44
|
* Improve shell documentation:sheldonh1999-09-081-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | * Consistently misspell built-in as builtin. * Add a builtin(1) manpage and create builtin(1) MLINKS for all shell builtin commands for which no standalone utility exists. These MLINKS replace those that were created for csh(1). * Add appropriate xrefs for builtin(1) to the csh(1) and sh(1) manpages, as well as to the manpages of standalone utilities which are supported as shell builtin commands in at least one of the shells. In such manpages, explain that similar functionality may be provided as a shell builtin command. * Improve sh(1)'s description of the cd builtin command. Csh(1) already describes it adequately. Replace the cd(1) manpage with a builtin(1) MLINKS link. * Clean up some mdoc problems: use Xr instead of literal "foo(n)"; use Ic instead of Xr for shell builtin commands. * Undo English contractions. Reviewed by: mpp, rgrimes
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
|
* More $@ -> ${.TARGET} that I missed earlier.steve1997-08-081-5/+5
|
* Changes include: sccsid -> rcsid, bcopy -> memcpy, don't use thesteve1997-08-071-11/+11
| | | | | | register keyword, and -Wall cleaning. Obtained from: similar changes in NetBSD
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Added $Id$dg1994-09-241-0/+1
|
* The handling of err.h and const.h were in a real tangle and didn'tjkh1994-08-071-7/+1
| | | | | | | work if you didn't explicitly depend first; this should both simplify things and make it work in all circumstances. Reviewed by: Submitted by:
* Fix some dependency bobbles.wollman1994-08-061-0/+2
|
* Fix makefiles for our macros.wollman1994-08-051-1/+1
|
* BSD 4.4 Lite bin Sourcesrgrimes1994-05-261-0/+44
OpenPOWER on IntegriCloud