9152e1c5a7
The tested targets are the followgin ones: * tools * distribution * sets * release The remaining NetBSD targets have not been disabled nor tested *at all*. Try them at your own risk, they may reboot the earth. For all compliant Makefiles, objects and generated files are put in MAKEOBJDIR, which means you can now keep objects between two branch switching. Same for DESTDIR, please refer to build.sh options. Regarding new or modifications of Makefiles a few things: * Read share/mk/bsd.README * If you add a subdirectory, add a Makefile in it, and have it called by the parent through the SUBDIR variable. * Do not add arbitrary inclusion which crosses to another branch of the hierarchy; If you can't do without it, put a comment on why. If possible, do not use inclusion at all. * Use as much as possible the infrastructure, it is here to make life easier, do not fight it. Sets and package are now used to track files. We have one set called "minix", composed of one package called "minix-sys" |
||
---|---|---|
.. | ||
.descr | ||
blk.c | ||
cmd1.c | ||
cmd2.c | ||
config.h | ||
ctags.c | ||
ctype.c | ||
ctype.h | ||
curses.c | ||
curses.h | ||
cut.c | ||
Doc.sh | ||
elvprsv.c | ||
elvrec.c | ||
ex.c | ||
fmt.c | ||
input.c | ||
Knownbug.txt | ||
main.c | ||
Makedoc | ||
Makefile | ||
Man.sh | ||
misc.c | ||
modify.c | ||
move1.c | ||
move2.c | ||
move3.c | ||
move4.c | ||
move5.c | ||
opts.c | ||
prsvunix.c | ||
Readme.txt | ||
recycle.c | ||
redraw.c | ||
ref.c | ||
regexp.c | ||
regexp.h | ||
regsub.c | ||
system.c | ||
tinyprnt.c | ||
tinytcap.c | ||
tio.c | ||
tmp.c | ||
unix.c | ||
vars.c | ||
vcmd.c | ||
vi.c | ||
vi.h |
Elvis is a clone of vi/ex, the standard UNIX editor. Elvis supports nearly all of the vi/ex commands, in both visual mode and colon mode. Elvis runs under BSD UNIX, AT&T SysV UNIX, SCO Xenix, Minix, MS-DOS (Turbo-C or MSC 5.1), Atari TOS, OS9/68000, Coherent, VMS, and AmigaDos. Ports to other operating systems are in progress; contact me before you start porting it to some other OS, because somebody else may have already done it for you. Elvis is freely redistributable, in either source form or executable form. There are no restrictions on how you may use it. The file "elvisman.txt" contains the manual for elvis. It is a plain ASCII file with nothing more exotic than a newline character. It is formatted for 66-line, 80-column pages. There may also be an archive of "*.ms" and "*.man" files, which contain the TROFF source text used to generate that manual. The file named "Makefile.mix" is used to compile elvis for all systems except VMS and possibly MS-DOS. You should copy "Makefile.mix" to "Makefile", and then edit "Makefile" to select the appropriate group of settings for your system. Author: Steve Kirkendall 14407 SW Teal Blvd. #C Beaverton, OR 97005 E-mail: kirkenda@cs.pdx.edu Phone: (503) 643-6980