This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-11-02 20:36:04 -0800 | |
make | |
test | |
cask exec emacs --batch -Q -f batch-byte-compile lua-mode.el | |
EMACS=emacs cask exec buttercup -l lua-mode.el | |
File exists: /private/tmp/lua-mode20151102-8131-11azah9/lua-mode-20151025/.brew_home/.emacs.d | |
Importing package-keyring.gpg... | |
Importing package-keyring.gpg... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-30 21:17:36 -0700 | |
./prepare | |
--disable-dependency-tracking | |
--disable-warnings | |
--prefix=/usr/local/Cellar/mutt/1.5.24 | |
--with-ssl=/usr/local/opt/openssl | |
--with-sasl | |
--with-gss | |
--enable-imap |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-10-27 18:49:13 -0700 | |
make | |
test | |
make clean | |
rm -f php-mode.elc php-mode-test.elc | |
make all | |
emacs -Q -batch -L . -f batch-byte-compile php-mode.el | |
emacs -Q -batch -L . -f batch-byte-compile php-mode-test.el |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/gcc/config.in b/gcc/config.in | |
index f2ed301..db8d0ac 100644 | |
--- a/gcc/config.in | |
+++ b/gcc/config.in | |
@@ -1313,6 +1313,12 @@ | |
#endif | |
+/* Define if isl_options_set_schedule_serialize_sccs exists. */ | |
+#ifndef USED_FOR_TARGET |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/gcc/config.in b/gcc/config.in | |
index f2ed301..db8d0ac 100644 | |
--- a/gcc/config.in | |
+++ b/gcc/config.in | |
@@ -1313,6 +1313,12 @@ | |
#endif | |
+/* Define if isl_options_set_schedule_serialize_sccs exists. */ | |
+#ifndef USED_FOR_TARGET |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/-i b/-i | |
deleted file mode 100644 | |
index e69de29..0000000 | |
diff --git a/.gitignore b/.gitignore | |
new file mode 100644 | |
index 0000000..e999b2f | |
--- /dev/null | |
+++ b/.gitignore | |
@@ -0,0 +1 @@ | |
+-i |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-08-10 22:07:03 -0700 | |
./configure | |
--disable-debug | |
--disable-dependency-tracking | |
--prefix=/usr/local/Cellar/p11-kit/0.23.1 | |
--disable-trust-module | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-08-06 10:08:48 -0700 | |
autoreconf | |
-iv | |
autoreconf: Entering directory `.' | |
autoreconf: running: autopoint | |
Copying file m4/codeset.m4 | |
Copying file m4/extern-inline.m4 | |
Copying file m4/fcntl-o.m4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-08-05 22:43:53 -0700 | |
autoreconf | |
-iv | |
autoreconf: Entering directory `.' | |
autoreconf: configure.in: not using Gettext | |
autoreconf: running: aclocal | |
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in' | |
autoreconf: configure.in: tracing |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-08-05 21:39:14 -0700 | |
./configure | |
--disable-debug | |
--prefix=/usr/local/Cellar/abcmidi/2015-08-04 | |
--mandir=/usr/local/Cellar/abcmidi/2015-08-04/share/man | |
checking for gcc... clang | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out |