File:  [CSRG BSD Unix] / 43BSD / contrib / emacs / build-install
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:54 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, BSD
CVS tags: HEAD, BSD43
BSD 4.3

#!/bin/csh -fx
#
#Shell script for building and installing Emacs.

set EMACS=/usr/new/lib/emacs
set BIN=/usr/new

(cd etc; make) || exit 1
(cd src; make) || exit 1

# you might want to change the next part if you don't want multiple copies
# of these files on one system

mkdir $EMACS/{etc,info,lisp}
cp etc/* $EMACS/etc
cp info/* $EMACS/info
cp lisp/* $EMACS/lisp

cp $EMACS/etc/{ctags,etags} $BIN
mv $EMACS/src/xemacs $BIN/emacs
rm $EMACS/src/temacs
chmod 777 $BIN/{ctags,etags,emacs}

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.