Created
September 8, 2016 00:40
-
-
Save JLHwung/7ea3b039da854ec5a7bb3da8f5deeb11 to your computer and use it in GitHub Desktop.
cvsync on Mac OS X 10.11.6 - Homebrew build logs
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
Homebrew build logs for cvsync on Mac OS X 10.11.6 | |
Build date: 2016-09-07 21:39:38 |
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
HOMEBREW_VERSION: 0.9.9 | |
ORIGIN: https://github.com/Homebrew/brew.git | |
HEAD: 9586390418dbcb8655bf7c62bb315c2a2090722e | |
Last commit: 12 hours ago | |
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
Core tap HEAD: 8fba6904e803e7766af6d38c1726c92db895496c | |
Core tap last commit: 52 minutes ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_REPOSITORY: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com | |
CPU: octa-core 64-bit haswell | |
Homebrew Ruby: 2.0.0-p648 | |
Clang: 7.3 build 703 | |
Git: 2.10.0 => /usr/local/bin/git | |
Perl: /usr/bin/perl | |
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/bin/python2.7 | |
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby | |
Java: 1.8.0_102 | |
OS X: 10.11.6-x86_64 | |
Xcode: 7.3.1 | |
CLT: 7.3.1.0.1.1461711523 | |
X11: 2.7.9 => /opt/X11 |
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
Please note that these warnings are just used to help the Homebrew maintainers | |
with debugging if you file an issue. If everything you use Homebrew for is | |
working fine: please don't worry and just ignore them. Thanks! | |
Warning: Some directories in /usr/local/share/man aren't writable. | |
This can happen if you "sudo make install" software that isn't managed | |
by Homebrew. If a brew tries to add locale information to one of these | |
directories, then the install will fail during the link step. | |
You should `sudo chown -R $(whoami)` them: | |
/usr/local/share/man/mann | |
Warning: Python is installed at /Library/Frameworks/Python.framework | |
Homebrew only supports building against the System-provided Python or a | |
brewed Python. In particular, Pythons installed to /Library can interfere | |
with other software installs. | |
Warning: Unbrewed dylibs were found in /usr/local/lib. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected dylibs: | |
/usr/local/lib/libtcl8.6.dylib | |
/usr/local/lib/libtk8.6.dylib | |
Warning: Unbrewed header files were found in /usr/local/include. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected header files: | |
/usr/local/include/fakemysql.h | |
/usr/local/include/fakepq.h | |
/usr/local/include/fakesql.h | |
/usr/local/include/itcl.h | |
/usr/local/include/itcl2TclOO.h | |
/usr/local/include/itclDecls.h | |
/usr/local/include/itclInt.h | |
/usr/local/include/itclIntDecls.h | |
/usr/local/include/itclMigrate2TclCore.h | |
/usr/local/include/itclTclIntStubsFcn.h | |
/usr/local/include/jansson.h | |
/usr/local/include/jansson_config.h | |
/usr/local/include/mysqlStubs.h | |
/usr/local/include/odbcStubs.h | |
/usr/local/include/pqStubs.h | |
/usr/local/include/python2.7/greenlet/greenlet.h | |
/usr/local/include/tcl.h | |
/usr/local/include/tclDecls.h | |
/usr/local/include/tclOO.h | |
/usr/local/include/tclOODecls.h | |
/usr/local/include/tclPlatDecls.h | |
/usr/local/include/tclThread.h | |
/usr/local/include/tclTomMath.h | |
/usr/local/include/tclTomMathDecls.h | |
/usr/local/include/tdbc.h | |
/usr/local/include/tdbcDecls.h | |
/usr/local/include/tdbcInt.h | |
/usr/local/include/tk.h | |
/usr/local/include/tkDecls.h | |
/usr/local/include/tkPlatDecls.h | |
Warning: Unbrewed .pc files were found in /usr/local/lib/pkgconfig. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected .pc files: | |
/usr/local/lib/pkgconfig/tcl.pc | |
/usr/local/lib/pkgconfig/tk.pc | |
Warning: Unbrewed static libraries were found in /usr/local/lib. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected static libraries: | |
/usr/local/lib/libtclstub8.6.a | |
/usr/local/lib/libtkstub8.6.a |
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
2016-09-07 21:39:38 -0300 | |
make | |
install | |
clang -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o attribute_rcs.o ../common/attribute_rcs.c | |
clang -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o config_common.o ../common/config_common.c | |
clang -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o cvsync.o ../common/cvsync.c | |
clang -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o cvsync_rcs.o ../common/cvsync_rcs.c | |
clang -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o hash.o ../common/hash.c | |
clang -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o list.o ../common/list.c | |
clang -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o logmsg.o ../common/logmsg.c | |
*** Build parameters: | |
CC_TYPE= default | |
CFLAGS_OPTS= | |
LDFLAGS_OPTS= | |
PREFIX= /usr/local/Cellar/cvsync/0.24.19 | |
ZLIB_PREFIX= | |
USE_INET6= | |
USE_POLL= | |
HASH_TYPE= openssl | |
HASH_PREFIX= /usr/local/Cellar/cvsync/0.24.19 | |
PTHREAD_TYPE= native | |
PTHREAD_PREFIX= /usr/local/Cellar/cvsync/0.24.19 | |
SOCKS5_TYPE= | |
SOCKS5_PREFIX= | |
clang -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o mdirent.o ../common/mdirent.c | |
clang -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o mdirent_rcs.o ../common/mdirent_rcs.c | |
clang -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o scanfile.o ../common/scanfile.c | |
clang -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o scanfile_rcs.o ../common/scanfile_rcs.c | |
clang -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o token.o ../common/token.c | |
clang -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o collection.o collection.c | |
clang -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o config.o config.c | |
clang -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o intr.o intr.c | |
clang -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o main.o main.c | |
clang -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o hash_openssl.o ../common/hash_openssl.c | |
clang -L/usr/local/Cellar/cvsync/0.24.19/lib -o cvscan attribute_rcs.o config_common.o cvsync.o cvsync_rcs.o hash.o list.o logmsg.o mdirent.o mdirent_rcs.o scanfile.o scanfile_rcs.o token.o collection.o config.o intr.o main.o hash_openssl.o -lcrypto | |
/usr/bin/install -c -m 755 cvscan /usr/local/Cellar/cvsync/0.24.19/bin/cvscan | |
/usr/bin/install -c -m 644 cvscan.1 /usr/local/Cellar/cvsync/0.24.19/share/man/man1/cvscan.1 | |
clang -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o attribute_rcs.o ../common/attribute_rcs.c | |
clang -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o cvsync.o ../common/cvsync.c | |
clang -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o list.o ../common/list.c | |
clang -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o logmsg.o ../common/logmsg.c | |
clang -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o mdirent.o ../common/mdirent.c | |
clang -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o mdirent_rcs.o ../common/mdirent_rcs.c | |
clang -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o scanfile.o ../common/scanfile.c | |
*** Build parameters: | |
CC_TYPE= default | |
CFLAGS_OPTS= | |
LDFLAGS_OPTS= | |
PREFIX= /usr/local/Cellar/cvsync/0.24.19 | |
ZLIB_PREFIX= | |
USE_INET6= | |
USE_POLL= | |
HASH_TYPE= openssl | |
HASH_PREFIX= | |
clang -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o scanfile_rcs.o ../common/scanfile_rcs.c | |
PTHREAD_TYPE= native | |
clang -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o cvsup.o cvsup.c | |
PTHREAD_PREFIX= /usr/local/Cellar/cvsync/0.24.19 | |
SOCKS5_TYPE= | |
SOCKS5_PREFIX= | |
clang -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o intr.o intr.c | |
clang -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o main.o main.c | |
clang -o cvsup2cvsync attribute_rcs.o cvsync.o list.o logmsg.o mdirent.o mdirent_rcs.o scanfile.o scanfile_rcs.o cvsup.o intr.o main.o | |
/usr/bin/install -c -m 755 cvsup2cvsync /usr/local/Cellar/cvsync/0.24.19/bin/cvsup2cvsync | |
/usr/bin/install -c -m 644 cvsup2cvsync.1 /usr/local/Cellar/cvsync/0.24.19/share/man/man1/cvsup2cvsync.1 | |
clang -DCVSYNC_DEFAULT_CONFIG="\"/usr/local/etc/cvsync.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o attribute_rcs.o ../common/attribute_rcs.c | |
clang -DCVSYNC_DEFAULT_CONFIG="\"/usr/local/etc/cvsync.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o config_common.o ../common/config_common.c | |
clang -DCVSYNC_DEFAULT_CONFIG="\"/usr/local/etc/cvsync.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o cvsync.o ../common/cvsync.c | |
clang -DCVSYNC_DEFAULT_CONFIG="\"/usr/local/etc/cvsync.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o cvsync_rcs.o ../common/cvsync_rcs.c | |
clang -DCVSYNC_DEFAULT_CONFIG="\"/usr/local/etc/cvsync.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o distfile.o ../common/distfile.c | |
clang -DCVSYNC_DEFAULT_CONFIG="\"/usr/local/etc/cvsync.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o hash.o ../common/hash.c | |
clang -DCVSYNC_DEFAULT_CONFIG="\"/usr/local/etc/cvsync.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o list.o ../common/list.c | |
*** Build parameters: | |
CC_TYPE= default | |
CFLAGS_OPTS= | |
LDFLAGS_OPTS= | |
PREFIX= /usr/local/Cellar/cvsync/0.24.19 | |
ZLIB_PREFIX= none | |
USE_INET6= yes | |
USE_POLL= no | |
HASH_TYPE= openssl | |
HASH_PREFIX= /usr/local/Cellar/cvsync/0.24.19 | |
PTHREAD_TYPE= native | |
PTHREAD_PREFIX= /usr/local/Cellar/cvsync/0.24.19 | |
SOCKS5_TYPE= none | |
SOCKS5_PREFIX= | |
clang -DCVSYNC_DEFAULT_CONFIG="\"/usr/local/etc/cvsync.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o logmsg.o ../common/logmsg.c | |
clang -DCVSYNC_DEFAULT_CONFIG="\"/usr/local/etc/cvsync.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o mdirent.o ../common/mdirent.c | |
clang -DCVSYNC_DEFAULT_CONFIG="\"/usr/local/etc/cvsync.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o mdirent_rcs.o ../common/mdirent_rcs.c | |
clang -DCVSYNC_DEFAULT_CONFIG="\"/usr/local/etc/cvsync.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o mux.o ../common/mux.c | |
clang -DCVSYNC_DEFAULT_CONFIG="\"/usr/local/etc/cvsync.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o mux_raw.o ../common/mux_raw.c | |
clang -DCVSYNC_DEFAULT_CONFIG="\"/usr/local/etc/cvsync.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o mux_zlib.o ../common/mux_zlib.c | |
clang -DCVSYNC_DEFAULT_CONFIG="\"/usr/local/etc/cvsync.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o network.o ../common/network.c | |
clang -DCVSYNC_DEFAULT_CONFIG="\"/usr/local/etc/cvsync.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o pid.o ../common/pid.c | |
clang -DCVSYNC_DEFAULT_CONFIG="\"/usr/local/etc/cvsync.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o rcslib.o ../common/rcslib.c | |
clang -DCVSYNC_DEFAULT_CONFIG="\"/usr/local/etc/cvsync.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o rdiff.o ../common/rdiff.c | |
clang -DCVSYNC_DEFAULT_CONFIG="\"/usr/local/etc/cvsync.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o receiver.o ../common/receiver.c | |
clang -DCVSYNC_DEFAULT_CONFIG="\"/usr/local/etc/cvsync.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o receiver_raw.o ../common/receiver_raw.c | |
clang -DCVSYNC_DEFAULT_CONFIG="\"/usr/local/etc/cvsync.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o receiver_zlib.o ../common/receiver_zlib.c | |
clang -DCVSYNC_DEFAULT_CONFIG="\"/usr/local/etc/cvsync.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o refuse.o ../common/refuse.c | |
clang -DCVSYNC_DEFAULT_CONFIG="\"/usr/local/etc/cvsync.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o scanfile.o ../common/scanfile.c | |
clang -DCVSYNC_DEFAULT_CONFIG="\"/usr/local/etc/cvsync.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o scanfile_rcs.o ../common/scanfile_rcs.c | |
clang -DCVSYNC_DEFAULT_CONFIG="\"/usr/local/etc/cvsync.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o token.o ../common/token.c | |
clang -DCVSYNC_DEFAULT_CONFIG="\"/usr/local/etc/cvsync.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o dirscan.o ../common/dirscan.c | |
clang -DCVSYNC_DEFAULT_CONFIG="\"/usr/local/etc/cvsync.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o dirscan_rcs.o ../common/dirscan_rcs.c | |
clang -DCVSYNC_DEFAULT_CONFIG="\"/usr/local/etc/cvsync.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o dirscan_rcs_scanfile.o ../common/dirscan_rcs_scanfile.c | |
clang -DCVSYNC_DEFAULT_CONFIG="\"/usr/local/etc/cvsync.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o filescan.o ../common/filescan.c | |
clang -DCVSYNC_DEFAULT_CONFIG="\"/usr/local/etc/cvsync.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o filescan_generic.o ../common/filescan_generic.c | |
clang -DCVSYNC_DEFAULT_CONFIG="\"/usr/local/etc/cvsync.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o filescan_rcs.o ../common/filescan_rcs.c | |
clang -DCVSYNC_DEFAULT_CONFIG="\"/usr/local/etc/cvsync.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o filescan_rdiff.o ../common/filescan_rdiff.c | |
clang -DCVSYNC_DEFAULT_CONFIG="\"/usr/local/etc/cvsync.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o updater.o ../common/updater.c | |
clang -DCVSYNC_DEFAULT_CONFIG="\"/usr/local/etc/cvsync.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o updater_generic.o ../common/updater_generic.c | |
clang -DCVSYNC_DEFAULT_CONFIG="\"/usr/local/etc/cvsync.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o updater_list.o ../common/updater_list.c | |
clang -DCVSYNC_DEFAULT_CONFIG="\"/usr/local/etc/cvsync.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o updater_rcs.o ../common/updater_rcs.c | |
clang -DCVSYNC_DEFAULT_CONFIG="\"/usr/local/etc/cvsync.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o updater_rcs_scanfile.o ../common/updater_rcs_scanfile.c | |
clang -DCVSYNC_DEFAULT_CONFIG="\"/usr/local/etc/cvsync.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o updater_rdiff.o ../common/updater_rdiff.c | |
clang -DCVSYNC_DEFAULT_CONFIG="\"/usr/local/etc/cvsync.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o collection.o collection.c | |
clang -DCVSYNC_DEFAULT_CONFIG="\"/usr/local/etc/cvsync.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o config.o config.c | |
clang -DCVSYNC_DEFAULT_CONFIG="\"/usr/local/etc/cvsync.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o intr.o intr.c | |
clang -DCVSYNC_DEFAULT_CONFIG="\"/usr/local/etc/cvsync.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o proto.o proto.c | |
clang -DCVSYNC_DEFAULT_CONFIG="\"/usr/local/etc/cvsync.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o main.o main.c | |
clang -DCVSYNC_DEFAULT_CONFIG="\"/usr/local/etc/cvsync.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o hash_openssl.o ../common/hash_openssl.c | |
clang -DCVSYNC_DEFAULT_CONFIG="\"/usr/local/etc/cvsync.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o network_ai.o ../common/network_ai.c | |
clang -DCVSYNC_DEFAULT_CONFIG="\"/usr/local/etc/cvsync.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o network_select.o ../common/network_select.c | |
clang -L/usr/local/Cellar/cvsync/0.24.19/lib -o cvsync attribute_rcs.o config_common.o cvsync.o cvsync_rcs.o distfile.o hash.o list.o logmsg.o mdirent.o mdirent_rcs.o mux.o mux_raw.o mux_zlib.o network.o pid.o rcslib.o rdiff.o receiver.o receiver_raw.o receiver_zlib.o refuse.o scanfile.o scanfile_rcs.o token.o dirscan.o dirscan_rcs.o dirscan_rcs_scanfile.o filescan.o filescan_generic.o filescan_rcs.o filescan_rdiff.o updater.o updater_generic.o updater_list.o updater_rcs.o updater_rcs_scanfile.o updater_rdiff.o collection.o config.o intr.o proto.o main.o hash_openssl.o network_ai.o network_select.o -lz -lcrypto | |
/usr/bin/install -c -m 755 cvsync /usr/local/Cellar/cvsync/0.24.19/bin/cvsync | |
/usr/bin/install -c -m 644 cvsync.1 /usr/local/Cellar/cvsync/0.24.19/share/man/man1/cvsync.1 | |
clang -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o attribute_rcs.o ../common/attribute_rcs.c | |
clang -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o cvsync.o ../common/cvsync.c | |
clang -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o list.o ../common/list.c | |
clang -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o logmsg.o ../common/logmsg.c | |
clang -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o mdirent.o ../common/mdirent.c | |
*** Build parameters: | |
clang -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o mdirent_rcs.o ../common/mdirent_rcs.c | |
clang -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o scanfile.o ../common/scanfile.c | |
CC_TYPE= default | |
CFLAGS_OPTS= | |
LDFLAGS_OPTS= | |
PREFIX= /usr/local/Cellar/cvsync/0.24.19 | |
ZLIB_PREFIX= | |
USE_INET6= | |
USE_POLL= | |
HASH_TYPE= openssl | |
HASH_PREFIX= | |
PTHREAD_TYPE= native | |
PTHREAD_PREFIX= /usr/local/Cellar/cvsync/0.24.19 | |
SOCKS5_TYPE= | |
SOCKS5_PREFIX= | |
clang -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o scanfile_rcs.o ../common/scanfile_rcs.c | |
clang -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o cvsup.o cvsup.c | |
clang -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o intr.o intr.c | |
clang -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o main.o main.c | |
clang -o cvsync2cvsup attribute_rcs.o cvsync.o list.o logmsg.o mdirent.o mdirent_rcs.o scanfile.o scanfile_rcs.o cvsup.o intr.o main.o | |
/usr/bin/install -c -m 755 cvsync2cvsup /usr/local/Cellar/cvsync/0.24.19/bin/cvsync2cvsup | |
/usr/bin/install -c -m 644 cvsync2cvsup.1 /usr/local/Cellar/cvsync/0.24.19/share/man/man1/cvsync2cvsup.1 | |
clang -DCVSYNCD_DEFAULT_CONFIG="\"/usr/local/etc/cvsyncd.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o attribute_rcs.o ../common/attribute_rcs.c | |
clang -DCVSYNCD_DEFAULT_CONFIG="\"/usr/local/etc/cvsyncd.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o config_common.o ../common/config_common.c | |
clang -DCVSYNCD_DEFAULT_CONFIG="\"/usr/local/etc/cvsyncd.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o cvsync.o ../common/cvsync.c | |
clang -DCVSYNCD_DEFAULT_CONFIG="\"/usr/local/etc/cvsyncd.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o cvsync_rcs.o ../common/cvsync_rcs.c | |
clang -DCVSYNCD_DEFAULT_CONFIG="\"/usr/local/etc/cvsyncd.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o distfile.o ../common/distfile.c | |
clang -DCVSYNCD_DEFAULT_CONFIG="\"/usr/local/etc/cvsyncd.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o hash.o ../common/hash.c | |
*** Build parameters: | |
clang -DCVSYNCD_DEFAULT_CONFIG="\"/usr/local/etc/cvsyncd.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o list.o ../common/list.c | |
CC_TYPE= default | |
CFLAGS_OPTS= | |
LDFLAGS_OPTS= | |
PREFIX= /usr/local/Cellar/cvsync/0.24.19 | |
ZLIB_PREFIX= none | |
USE_INET6= yes | |
USE_POLL= no | |
HASH_TYPE= openssl | |
HASH_PREFIX= /usr/local/Cellar/cvsync/0.24.19 | |
PTHREAD_TYPE= native | |
clang -DCVSYNCD_DEFAULT_CONFIG="\"/usr/local/etc/cvsyncd.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o logmsg.o ../common/logmsg.c | |
PTHREAD_PREFIX= /usr/local/Cellar/cvsync/0.24.19 | |
clang -DCVSYNCD_DEFAULT_CONFIG="\"/usr/local/etc/cvsyncd.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o mdirent.o ../common/mdirent.c | |
SOCKS5_TYPE= none | |
SOCKS5_PREFIX= | |
clang -DCVSYNCD_DEFAULT_CONFIG="\"/usr/local/etc/cvsyncd.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o mdirent_rcs.o ../common/mdirent_rcs.c | |
clang -DCVSYNCD_DEFAULT_CONFIG="\"/usr/local/etc/cvsyncd.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o mux.o ../common/mux.c | |
clang -DCVSYNCD_DEFAULT_CONFIG="\"/usr/local/etc/cvsyncd.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o mux_raw.o ../common/mux_raw.c | |
clang -DCVSYNCD_DEFAULT_CONFIG="\"/usr/local/etc/cvsyncd.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o mux_zlib.o ../common/mux_zlib.c | |
clang -DCVSYNCD_DEFAULT_CONFIG="\"/usr/local/etc/cvsyncd.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o network.o ../common/network.c | |
clang -DCVSYNCD_DEFAULT_CONFIG="\"/usr/local/etc/cvsyncd.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o pid.o ../common/pid.c | |
clang -DCVSYNCD_DEFAULT_CONFIG="\"/usr/local/etc/cvsyncd.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o rcslib.o ../common/rcslib.c | |
clang -DCVSYNCD_DEFAULT_CONFIG="\"/usr/local/etc/cvsyncd.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o rdiff.o ../common/rdiff.c | |
clang -DCVSYNCD_DEFAULT_CONFIG="\"/usr/local/etc/cvsyncd.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o receiver.o ../common/receiver.c | |
clang -DCVSYNCD_DEFAULT_CONFIG="\"/usr/local/etc/cvsyncd.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o receiver_raw.o ../common/receiver_raw.c | |
clang -DCVSYNCD_DEFAULT_CONFIG="\"/usr/local/etc/cvsyncd.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o receiver_zlib.o ../common/receiver_zlib.c | |
clang -DCVSYNCD_DEFAULT_CONFIG="\"/usr/local/etc/cvsyncd.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o scanfile.o ../common/scanfile.c | |
clang -DCVSYNCD_DEFAULT_CONFIG="\"/usr/local/etc/cvsyncd.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o scanfile_rcs.o ../common/scanfile_rcs.c | |
clang -DCVSYNCD_DEFAULT_CONFIG="\"/usr/local/etc/cvsyncd.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o token.o ../common/token.c | |
clang -DCVSYNCD_DEFAULT_CONFIG="\"/usr/local/etc/cvsyncd.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o dircmp.o ../common/dircmp.c | |
clang -DCVSYNCD_DEFAULT_CONFIG="\"/usr/local/etc/cvsyncd.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o dircmp_rcs.o ../common/dircmp_rcs.c | |
clang -DCVSYNCD_DEFAULT_CONFIG="\"/usr/local/etc/cvsyncd.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o dircmp_rcs_scanfile.o ../common/dircmp_rcs_scanfile.c | |
clang -DCVSYNCD_DEFAULT_CONFIG="\"/usr/local/etc/cvsyncd.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o filecmp.o ../common/filecmp.c | |
clang -DCVSYNCD_DEFAULT_CONFIG="\"/usr/local/etc/cvsyncd.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o filecmp_generic.o ../common/filecmp_generic.c | |
clang -DCVSYNCD_DEFAULT_CONFIG="\"/usr/local/etc/cvsyncd.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o filecmp_list.o ../common/filecmp_list.c | |
clang -DCVSYNCD_DEFAULT_CONFIG="\"/usr/local/etc/cvsyncd.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o filecmp_rcs.o ../common/filecmp_rcs.c | |
clang -DCVSYNCD_DEFAULT_CONFIG="\"/usr/local/etc/cvsyncd.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o filecmp_rdiff.o ../common/filecmp_rdiff.c | |
clang -DCVSYNCD_DEFAULT_CONFIG="\"/usr/local/etc/cvsyncd.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o access.o access.c | |
clang -DCVSYNCD_DEFAULT_CONFIG="\"/usr/local/etc/cvsyncd.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o collection.o collection.c | |
clang -DCVSYNCD_DEFAULT_CONFIG="\"/usr/local/etc/cvsyncd.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o config.o config.c | |
clang -DCVSYNCD_DEFAULT_CONFIG="\"/usr/local/etc/cvsyncd.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o daemon.o daemon.c | |
clang -DCVSYNCD_DEFAULT_CONFIG="\"/usr/local/etc/cvsyncd.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o intr.o intr.c | |
clang -DCVSYNCD_DEFAULT_CONFIG="\"/usr/local/etc/cvsyncd.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o proto.o proto.c | |
clang -DCVSYNCD_DEFAULT_CONFIG="\"/usr/local/etc/cvsyncd.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o main.o main.c | |
clang -DCVSYNCD_DEFAULT_CONFIG="\"/usr/local/etc/cvsyncd.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o hash_openssl.o ../common/hash_openssl.c | |
clang -DCVSYNCD_DEFAULT_CONFIG="\"/usr/local/etc/cvsyncd.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o network_ai.o ../common/network_ai.c | |
clang -DCVSYNCD_DEFAULT_CONFIG="\"/usr/local/etc/cvsyncd.conf\"" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o network_select.o ../common/network_select.c | |
clang -L/usr/local/Cellar/cvsync/0.24.19/lib -o cvsyncd attribute_rcs.o config_common.o cvsync.o cvsync_rcs.o distfile.o hash.o list.o logmsg.o mdirent.o mdirent_rcs.o mux.o mux_raw.o mux_zlib.o network.o pid.o rcslib.o rdiff.o receiver.o receiver_raw.o receiver_zlib.o scanfile.o scanfile_rcs.o token.o dircmp.o dircmp_rcs.o dircmp_rcs_scanfile.o filecmp.o filecmp_generic.o filecmp_list.o filecmp_rcs.o filecmp_rdiff.o access.o collection.o config.o daemon.o intr.o proto.o main.o hash_openssl.o network_ai.o network_select.o -lz -lcrypto | |
/usr/bin/install -c -m 755 cvsyncd /usr/local/Cellar/cvsync/0.24.19/bin/cvsyncd | |
/usr/bin/install -c -m 644 cvsyncd.1 /usr/local/Cellar/cvsync/0.24.19/share/man/man1/cvsyncd.1 | |
clang -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I../common -I. -g -c -o rcslib.o ../common/rcslib.c | |
clang -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I../common -I. -g -c -o main.o main.c | |
*** Build parameters: | |
CC_TYPE= default | |
CFLAGS_OPTS= | |
LDFLAGS_OPTS= | |
PREFIX= /usr/local/Cellar/cvsync/0.24.19 | |
ZLIB_PREFIX= | |
USE_INET6= | |
USE_POLL= | |
HASH_TYPE= openssl | |
HASH_PREFIX= | |
PTHREAD_TYPE= unused | |
PTHREAD_PREFIX= | |
SOCKS5_TYPE= | |
SOCKS5_PREFIX= | |
clang -o rcscan rcslib.o main.o | |
/usr/bin/install -c -m 755 rcscan /usr/local/Cellar/cvsync/0.24.19/bin/rcscan | |
/usr/bin/install -c -m 644 rcscan.1 /usr/local/Cellar/cvsync/0.24.19/share/man/man1/rcscan.1 | |
clang -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o hash.o ../common/hash.c | |
clang -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o rcslib.o ../common/rcslib.c | |
clang -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o main.o main.c | |
clang -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o hash_openssl.o ../common/hash_openssl.c | |
*** Build parameters: | |
CC_TYPE= default | |
CFLAGS_OPTS= | |
LDFLAGS_OPTS= | |
PREFIX= /usr/local/Cellar/cvsync/0.24.19 | |
ZLIB_PREFIX= | |
USE_INET6= | |
USE_POLL= | |
HASH_TYPE= openssl | |
HASH_PREFIX= /usr/local/Cellar/cvsync/0.24.19 | |
PTHREAD_TYPE= native | |
PTHREAD_PREFIX= /usr/local/Cellar/cvsync/0.24.19 | |
SOCKS5_TYPE= | |
SOCKS5_PREFIX= | |
clang -L/usr/local/Cellar/cvsync/0.24.19/lib -o rcscmp hash.o rcslib.o main.o hash_openssl.o -lcrypto | |
/usr/bin/install -c -m 755 rcscmp /usr/local/Cellar/cvsync/0.24.19/bin/rcscmp | |
/usr/bin/install -c -m 644 rcscmp.1 /usr/local/Cellar/cvsync/0.24.19/share/man/man1/rcscmp.1 |
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
clang called with: -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o attribute_rcs.o ../common/attribute_rcs.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o attribute_rcs.o ../common/attribute_rcs.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o cvsync_rcs.o ../common/cvsync_rcs.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o cvsync_rcs.o ../common/cvsync_rcs.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o list.o ../common/list.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o list.o ../common/list.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o cvsync.o ../common/cvsync.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o cvsync.o ../common/cvsync.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o hash.o ../common/hash.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o hash.o ../common/hash.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o logmsg.o ../common/logmsg.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o logmsg.o ../common/logmsg.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o config_common.o ../common/config_common.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o config_common.o ../common/config_common.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o mdirent.o ../common/mdirent.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o mdirent.o ../common/mdirent.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o mdirent_rcs.o ../common/mdirent_rcs.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o mdirent_rcs.o ../common/mdirent_rcs.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o scanfile.o ../common/scanfile.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o scanfile.o ../common/scanfile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o token.o ../common/token.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o token.o ../common/token.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o scanfile_rcs.o ../common/scanfile_rcs.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o scanfile_rcs.o ../common/scanfile_rcs.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o collection.o collection.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o collection.o collection.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o config.o config.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o config.o config.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o intr.o intr.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o intr.o intr.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o main.o main.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o main.o main.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o hash_openssl.o ../common/hash_openssl.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o hash_openssl.o ../common/hash_openssl.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -L/usr/local/Cellar/cvsync/0.24.19/lib -o cvscan attribute_rcs.o config_common.o cvsync.o cvsync_rcs.o hash.o list.o logmsg.o mdirent.o mdirent_rcs.o scanfile.o scanfile_rcs.o token.o collection.o config.o intr.o main.o hash_openssl.o -lcrypto | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -L/usr/local/Cellar/cvsync/0.24.19/lib -o cvscan attribute_rcs.o config_common.o cvsync.o cvsync_rcs.o hash.o list.o logmsg.o mdirent.o mdirent_rcs.o scanfile.o scanfile_rcs.o token.o collection.o config.o intr.o main.o hash_openssl.o -lcrypto -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o mdirent.o ../common/mdirent.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o mdirent.o ../common/mdirent.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o list.o ../common/list.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o list.o ../common/list.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o cvsync.o ../common/cvsync.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o cvsync.o ../common/cvsync.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o attribute_rcs.o ../common/attribute_rcs.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o attribute_rcs.o ../common/attribute_rcs.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o mdirent_rcs.o ../common/mdirent_rcs.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o mdirent_rcs.o ../common/mdirent_rcs.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o logmsg.o ../common/logmsg.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o logmsg.o ../common/logmsg.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o scanfile.o ../common/scanfile.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o scanfile.o ../common/scanfile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o scanfile_rcs.o ../common/scanfile_rcs.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o scanfile_rcs.o ../common/scanfile_rcs.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o cvsup.o cvsup.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o cvsup.o cvsup.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o intr.o intr.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o intr.o intr.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o main.o main.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o main.o main.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -o cvsup2cvsync attribute_rcs.o cvsync.o list.o logmsg.o mdirent.o mdirent_rcs.o scanfile.o scanfile_rcs.o cvsup.o intr.o main.o | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -o cvsup2cvsync attribute_rcs.o cvsync.o list.o logmsg.o mdirent.o mdirent_rcs.o scanfile.o scanfile_rcs.o cvsup.o intr.o main.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o cvsync.o ../common/cvsync.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o cvsync.o ../common/cvsync.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o distfile.o ../common/distfile.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o distfile.o ../common/distfile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o cvsync_rcs.o ../common/cvsync_rcs.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o cvsync_rcs.o ../common/cvsync_rcs.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o list.o ../common/list.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o list.o ../common/list.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o attribute_rcs.o ../common/attribute_rcs.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o attribute_rcs.o ../common/attribute_rcs.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o config_common.o ../common/config_common.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o config_common.o ../common/config_common.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o hash.o ../common/hash.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o hash.o ../common/hash.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o logmsg.o ../common/logmsg.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o logmsg.o ../common/logmsg.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o mdirent.o ../common/mdirent.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o mdirent.o ../common/mdirent.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o mdirent_rcs.o ../common/mdirent_rcs.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o mdirent_rcs.o ../common/mdirent_rcs.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o mux.o ../common/mux.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o mux.o ../common/mux.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o mux_raw.o ../common/mux_raw.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o mux_raw.o ../common/mux_raw.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o mux_zlib.o ../common/mux_zlib.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o mux_zlib.o ../common/mux_zlib.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o network.o ../common/network.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o network.o ../common/network.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o pid.o ../common/pid.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o pid.o ../common/pid.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o rcslib.o ../common/rcslib.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o rcslib.o ../common/rcslib.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o rdiff.o ../common/rdiff.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o rdiff.o ../common/rdiff.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o receiver.o ../common/receiver.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o receiver.o ../common/receiver.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o receiver_raw.o ../common/receiver_raw.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o receiver_raw.o ../common/receiver_raw.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o receiver_zlib.o ../common/receiver_zlib.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o receiver_zlib.o ../common/receiver_zlib.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o refuse.o ../common/refuse.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o refuse.o ../common/refuse.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o scanfile.o ../common/scanfile.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o scanfile.o ../common/scanfile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o scanfile_rcs.o ../common/scanfile_rcs.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o scanfile_rcs.o ../common/scanfile_rcs.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o token.o ../common/token.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o token.o ../common/token.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o dirscan.o ../common/dirscan.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o dirscan.o ../common/dirscan.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o dirscan_rcs.o ../common/dirscan_rcs.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o dirscan_rcs.o ../common/dirscan_rcs.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o dirscan_rcs_scanfile.o ../common/dirscan_rcs_scanfile.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o dirscan_rcs_scanfile.o ../common/dirscan_rcs_scanfile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o filescan.o ../common/filescan.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o filescan.o ../common/filescan.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o filescan_generic.o ../common/filescan_generic.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o filescan_generic.o ../common/filescan_generic.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o filescan_rcs.o ../common/filescan_rcs.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o filescan_rcs.o ../common/filescan_rcs.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o filescan_rdiff.o ../common/filescan_rdiff.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o filescan_rdiff.o ../common/filescan_rdiff.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o updater.o ../common/updater.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o updater.o ../common/updater.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o updater_generic.o ../common/updater_generic.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o updater_generic.o ../common/updater_generic.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o updater_list.o ../common/updater_list.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o updater_list.o ../common/updater_list.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o updater_rcs.o ../common/updater_rcs.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o updater_rcs.o ../common/updater_rcs.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o updater_rcs_scanfile.o ../common/updater_rcs_scanfile.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o updater_rcs_scanfile.o ../common/updater_rcs_scanfile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o updater_rdiff.o ../common/updater_rdiff.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o updater_rdiff.o ../common/updater_rdiff.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o collection.o collection.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o collection.o collection.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o config.o config.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o config.o config.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o intr.o intr.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o intr.o intr.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o proto.o proto.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o proto.o proto.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o hash_openssl.o ../common/hash_openssl.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o hash_openssl.o ../common/hash_openssl.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o main.o main.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o main.o main.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o network_ai.o ../common/network_ai.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o network_ai.o ../common/network_ai.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o network_select.o ../common/network_select.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNC_DEFAULT_CONFIG="/usr/local/etc/cvsync.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o network_select.o ../common/network_select.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -L/usr/local/Cellar/cvsync/0.24.19/lib -o cvsync attribute_rcs.o config_common.o cvsync.o cvsync_rcs.o distfile.o hash.o list.o logmsg.o mdirent.o mdirent_rcs.o mux.o mux_raw.o mux_zlib.o network.o pid.o rcslib.o rdiff.o receiver.o receiver_raw.o receiver_zlib.o refuse.o scanfile.o scanfile_rcs.o token.o dirscan.o dirscan_rcs.o dirscan_rcs_scanfile.o filescan.o filescan_generic.o filescan_rcs.o filescan_rdiff.o updater.o updater_generic.o updater_list.o updater_rcs.o updater_rcs_scanfile.o updater_rdiff.o collection.o config.o intr.o proto.o main.o hash_openssl.o network_ai.o network_select.o -lz -lcrypto | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -L/usr/local/Cellar/cvsync/0.24.19/lib -o cvsync attribute_rcs.o config_common.o cvsync.o cvsync_rcs.o distfile.o hash.o list.o logmsg.o mdirent.o mdirent_rcs.o mux.o mux_raw.o mux_zlib.o network.o pid.o rcslib.o rdiff.o receiver.o receiver_raw.o receiver_zlib.o refuse.o scanfile.o scanfile_rcs.o token.o dirscan.o dirscan_rcs.o dirscan_rcs_scanfile.o filescan.o filescan_generic.o filescan_rcs.o filescan_rdiff.o updater.o updater_generic.o updater_list.o updater_rcs.o updater_rcs_scanfile.o updater_rdiff.o collection.o config.o intr.o proto.o main.o hash_openssl.o network_ai.o network_select.o -lz -lcrypto -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o logmsg.o ../common/logmsg.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o logmsg.o ../common/logmsg.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o cvsync.o ../common/cvsync.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o cvsync.o ../common/cvsync.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o attribute_rcs.o ../common/attribute_rcs.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o attribute_rcs.o ../common/attribute_rcs.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o list.o ../common/list.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o list.o ../common/list.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o mdirent.o ../common/mdirent.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o mdirent.o ../common/mdirent.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o mdirent_rcs.o ../common/mdirent_rcs.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o mdirent_rcs.o ../common/mdirent_rcs.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o scanfile.o ../common/scanfile.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o scanfile.o ../common/scanfile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o scanfile_rcs.o ../common/scanfile_rcs.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o scanfile_rcs.o ../common/scanfile_rcs.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o cvsup.o cvsup.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o cvsup.o cvsup.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o intr.o intr.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o intr.o intr.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o main.o main.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o main.o main.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -o cvsync2cvsup attribute_rcs.o cvsync.o list.o logmsg.o mdirent.o mdirent_rcs.o scanfile.o scanfile_rcs.o cvsup.o intr.o main.o | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -o cvsync2cvsup attribute_rcs.o cvsync.o list.o logmsg.o mdirent.o mdirent_rcs.o scanfile.o scanfile_rcs.o cvsup.o intr.o main.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o attribute_rcs.o ../common/attribute_rcs.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o attribute_rcs.o ../common/attribute_rcs.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o distfile.o ../common/distfile.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o distfile.o ../common/distfile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o hash.o ../common/hash.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o hash.o ../common/hash.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o config_common.o ../common/config_common.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o config_common.o ../common/config_common.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o cvsync.o ../common/cvsync.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o cvsync.o ../common/cvsync.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o cvsync_rcs.o ../common/cvsync_rcs.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o cvsync_rcs.o ../common/cvsync_rcs.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o list.o ../common/list.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o list.o ../common/list.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o logmsg.o ../common/logmsg.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o logmsg.o ../common/logmsg.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o mdirent.o ../common/mdirent.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o mdirent.o ../common/mdirent.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o mdirent_rcs.o ../common/mdirent_rcs.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o mdirent_rcs.o ../common/mdirent_rcs.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o mux.o ../common/mux.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o mux.o ../common/mux.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o mux_raw.o ../common/mux_raw.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o mux_raw.o ../common/mux_raw.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o mux_zlib.o ../common/mux_zlib.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o mux_zlib.o ../common/mux_zlib.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o network.o ../common/network.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o network.o ../common/network.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o pid.o ../common/pid.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o pid.o ../common/pid.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o rcslib.o ../common/rcslib.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o rcslib.o ../common/rcslib.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o rdiff.o ../common/rdiff.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o rdiff.o ../common/rdiff.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o receiver.o ../common/receiver.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o receiver.o ../common/receiver.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o receiver_zlib.o ../common/receiver_zlib.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o receiver_zlib.o ../common/receiver_zlib.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o receiver_raw.o ../common/receiver_raw.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o receiver_raw.o ../common/receiver_raw.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o scanfile.o ../common/scanfile.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o scanfile.o ../common/scanfile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o scanfile_rcs.o ../common/scanfile_rcs.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o scanfile_rcs.o ../common/scanfile_rcs.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o token.o ../common/token.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o token.o ../common/token.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o dircmp_rcs.o ../common/dircmp_rcs.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o dircmp_rcs.o ../common/dircmp_rcs.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o dircmp.o ../common/dircmp.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o dircmp.o ../common/dircmp.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o dircmp_rcs_scanfile.o ../common/dircmp_rcs_scanfile.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o dircmp_rcs_scanfile.o ../common/dircmp_rcs_scanfile.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o filecmp.o ../common/filecmp.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o filecmp.o ../common/filecmp.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o filecmp_generic.o ../common/filecmp_generic.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o filecmp_generic.o ../common/filecmp_generic.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o filecmp_list.o ../common/filecmp_list.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o filecmp_list.o ../common/filecmp_list.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o filecmp_rcs.o ../common/filecmp_rcs.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o filecmp_rcs.o ../common/filecmp_rcs.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o filecmp_rdiff.o ../common/filecmp_rdiff.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o filecmp_rdiff.o ../common/filecmp_rdiff.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o access.o access.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o access.o access.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o collection.o collection.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o collection.o collection.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o config.o config.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o config.o config.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o daemon.o daemon.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o daemon.o daemon.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o intr.o intr.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o intr.o intr.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o proto.o proto.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o proto.o proto.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o main.o main.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o main.o main.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o hash_openssl.o ../common/hash_openssl.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o hash_openssl.o ../common/hash_openssl.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o network_ai.o ../common/network_ai.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o network_ai.o ../common/network_ai.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o network_select.o ../common/network_select.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -DCVSYNCD_DEFAULT_CONFIG="/usr/local/etc/cvsyncd.conf" -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o network_select.o ../common/network_select.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -L/usr/local/Cellar/cvsync/0.24.19/lib -o cvsyncd attribute_rcs.o config_common.o cvsync.o cvsync_rcs.o distfile.o hash.o list.o logmsg.o mdirent.o mdirent_rcs.o mux.o mux_raw.o mux_zlib.o network.o pid.o rcslib.o rdiff.o receiver.o receiver_raw.o receiver_zlib.o scanfile.o scanfile_rcs.o token.o dircmp.o dircmp_rcs.o dircmp_rcs_scanfile.o filecmp.o filecmp_generic.o filecmp_list.o filecmp_rcs.o filecmp_rdiff.o access.o collection.o config.o daemon.o intr.o proto.o main.o hash_openssl.o network_ai.o network_select.o -lz -lcrypto | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -L/usr/local/Cellar/cvsync/0.24.19/lib -o cvsyncd attribute_rcs.o config_common.o cvsync.o cvsync_rcs.o distfile.o hash.o list.o logmsg.o mdirent.o mdirent_rcs.o mux.o mux_raw.o mux_zlib.o network.o pid.o rcslib.o rdiff.o receiver.o receiver_raw.o receiver_zlib.o scanfile.o scanfile_rcs.o token.o dircmp.o dircmp_rcs.o dircmp_rcs_scanfile.o filecmp.o filecmp_generic.o filecmp_list.o filecmp_rcs.o filecmp_rdiff.o access.o collection.o config.o daemon.o intr.o proto.o main.o hash_openssl.o network_ai.o network_select.o -lz -lcrypto -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I../common -I. -g -c -o main.o main.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I../common -I. -c -o main.o main.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I../common -I. -g -c -o rcslib.o ../common/rcslib.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I../common -I. -c -o rcslib.o ../common/rcslib.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -o rcscan rcslib.o main.o | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -o rcscan rcslib.o main.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o rcslib.o ../common/rcslib.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o rcslib.o ../common/rcslib.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o hash_openssl.o ../common/hash_openssl.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o hash_openssl.o ../common/hash_openssl.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o hash.o ../common/hash.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o hash.o ../common/hash.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -g -c -o main.o main.c | |
superenv removed: -g | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
superenv executed: clang -pipe -w -Os -march=native -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -I/usr/local/Cellar/cvsync/0.24.19/include -DHAVE_RIPEMD160 -DHAVE_SHA1 -D_REENTRANT -D_THREAD_SAFE -I../common -I. -c -o main.o main.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include | |
clang called with: -L/usr/local/Cellar/cvsync/0.24.19/lib -o rcscmp hash.o rcslib.o main.o hash_openssl.o -lcrypto | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -march=native -L/usr/local/Cellar/cvsync/0.24.19/lib -o rcscmp hash.o rcslib.o main.o hash_openssl.o -lcrypto -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment