31 lines
1.2 KiB
Plaintext
31 lines
1.2 KiB
Plaintext
|
[LOG] building autoconf
|
||
|
make all-am
|
||
|
make[1]: Entering directory '/root/mu/pkg/autoconf/src'
|
||
|
if test 'no' != no; then \
|
||
|
am__dir=. am__subdir_includes=''; \
|
||
|
case lib/emacs/autoconf-mode.elc in */*) \
|
||
|
am__dir=`echo 'lib/emacs/autoconf-mode.elc' | sed 's,/[^/]*$,,'`; \
|
||
|
am__subdir_includes="-L $am__dir -L ./$am__dir"; \
|
||
|
esac; \
|
||
|
test -d "$am__dir" || /bin/mkdir -p "$am__dir" || exit 1; \
|
||
|
no --batch \
|
||
|
\
|
||
|
$am__subdir_includes -L . -L . \
|
||
|
--eval '(setq byte-compile-dest-file-function (lambda (_) "lib/emacs/autoconf-mode.elc"))' \
|
||
|
-f batch-byte-compile 'lib/emacs/autoconf-mode.el'; \
|
||
|
else :; fi
|
||
|
if test 'no' != no; then \
|
||
|
am__dir=. am__subdir_includes=''; \
|
||
|
case lib/emacs/autotest-mode.elc in */*) \
|
||
|
am__dir=`echo 'lib/emacs/autotest-mode.elc' | sed 's,/[^/]*$,,'`; \
|
||
|
am__subdir_includes="-L $am__dir -L ./$am__dir"; \
|
||
|
esac; \
|
||
|
test -d "$am__dir" || /bin/mkdir -p "$am__dir" || exit 1; \
|
||
|
no --batch \
|
||
|
\
|
||
|
$am__subdir_includes -L . -L . \
|
||
|
--eval '(setq byte-compile-dest-file-function (lambda (_) "lib/emacs/autotest-mode.elc"))' \
|
||
|
-f batch-byte-compile 'lib/emacs/autotest-mode.el'; \
|
||
|
else :; fi
|
||
|
make[1]: Leaving directory '/root/mu/pkg/autoconf/src'
|