Annotation of 43BSD/contrib/emacs/build-install, revision 1.1

1.1     ! root        1: #!/bin/csh -fx
        !             2: #
        !             3: #Shell script for building and installing Emacs.
        !             4: 
        !             5: set EMACS=/usr/new/lib/emacs
        !             6: set BIN=/usr/new
        !             7: 
        !             8: (cd etc; make) || exit 1
        !             9: (cd src; make) || exit 1
        !            10: 
        !            11: # you might want to change the next part if you don't want multiple copies
        !            12: # of these files on one system
        !            13: 
        !            14: mkdir $EMACS/{etc,info,lisp}
        !            15: cp etc/* $EMACS/etc
        !            16: cp info/* $EMACS/info
        !            17: cp lisp/* $EMACS/lisp
        !            18: 
        !            19: cp $EMACS/etc/{ctags,etags} $BIN
        !            20: mv $EMACS/src/xemacs $BIN/emacs
        !            21: rm $EMACS/src/temacs
        !            22: 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.