|
|
econf --with-emacs=emacs || die "econf failed" | econf --with-emacs=emacs || die "econf failed" |
make || die | make || die |
echo "(add-to-list 'load-path \"${S}/bits\")" > ${T}/lp.el | echo "(add-to-list 'load-path \"${S}/bits\")" > ${T}/lp.el |
|
echo "(add-to-list 'load-path \"${S}/lisp\")" >> ${T}/lp.el |
emacs -batch -q --no-site-file --no-init-file \ | emacs -batch -q --no-site-file --no-init-file \ |
-l ${T}/lp.el -f batch-byte-compile bits/*.el || die | -l ${T}/lp.el -f batch-byte-compile bits/*.el || die |
} | } |