Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 435068 Details for
Bug 583878
dev-vcs/git-2.8.3 can't be installed: No such file or directory
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Build log
build.log (text/plain), 136.69 KB, created by
Guillaume Ayoub
on 2016-05-23 13:55:37 UTC
(
hide
)
Description:
Build log
Filename:
MIME Type:
Creator:
Guillaume Ayoub
Created:
2016-05-23 13:55:37 UTC
Size:
136.69 KB
patch
obsolete
> * Package: dev-vcs/git-2.8.3 > * Repository: gentoo > * Maintainer: robbat2@gentoo.org polynomial-c@gentoo.org > * USE: abi_x86_64 amd64 blksha1 curl elibc_glibc emacs gnome-keyring gpg iconv kernel_linux linguas_fr nls pcre threads userland_GNU > * FEATURES: preserve-libs sandbox userpriv usersandbox > * Applying git-2.2.2-optional-cvs.patch ... > [ ok ] > * Applying git-1.8.5-mw-vendor.patch ... > [ ok ] > * Applying git-2.2.0-svn-fe-linking.patch ... > [ ok ] > * Applying git-2.5.1-freebsd-10.x-no-iconv.patch ... > [ ok ] >GIT_VERSION = 2.8.3 >make -C templates SHELL_PATH='/bin/sh' PERL_PATH='/usr/bin/perl' >make[1]: Entering directory '/var/tmp/portage/dev-vcs/git-2.8.3/work/git-2.8.3/templates' >umask 022 && ls *--* 2>/dev/null | \ >while read boilerplate; \ >do \ > case "$boilerplate" in *~) continue ;; esac && \ > dst=`echo "$boilerplate" | sed -e 's|^this|.|;s|--|/|g'` && \ > dir=`expr "$dst" : '\(.*\)/'` && \ > mkdir -p blt/$dir && \ > case "$boilerplate" in \ > *--) continue;; \ > esac && \ > sed -e '1s|#!.*/sh|#!/bin/sh|' \ > -e 's|@SHELL_PATH@|/bin/sh|' \ > -e 's|@PERL_PATH@|/usr/bin/perl|g' $boilerplate > \ > blt/$dst && \ > if test -x "$boilerplate"; then rx=rx; else rx=r; fi && \ > chmod a+$rx "blt/$dst" || exit; \ >done && \ >date >boilerplates.made >: no custom templates yet >make[1]: Leaving directory '/var/tmp/portage/dev-vcs/git-2.8.3/work/git-2.8.3/templates' >mkdir -p po/build/locale/pt_PT/LC_MESSAGES/ && msgfmt --check --statistics -o po/build/locale/pt_PT/LC_MESSAGES/git.mo po/pt_PT.po >mkdir -p po/build/locale/de/LC_MESSAGES/ && msgfmt --check --statistics -o po/build/locale/de/LC_MESSAGES/git.mo po/de.po >mkdir -p po/build/locale/vi/LC_MESSAGES/ && msgfmt --check --statistics -o po/build/locale/vi/LC_MESSAGES/git.mo po/vi.po >mkdir -p po/build/locale/is/LC_MESSAGES/ && msgfmt --check --statistics -o po/build/locale/is/LC_MESSAGES/git.mo po/is.po >mkdir -p po/build/locale/ca/LC_MESSAGES/ && msgfmt --check --statistics -o po/build/locale/ca/LC_MESSAGES/git.mo po/ca.po >mkdir -p po/build/locale/ko/LC_MESSAGES/ && msgfmt --check --statistics -o po/build/locale/ko/LC_MESSAGES/git.mo po/ko.po >mkdir -p po/build/locale/sv/LC_MESSAGES/ && msgfmt --check --statistics -o po/build/locale/sv/LC_MESSAGES/git.mo po/sv.po >mkdir -p po/build/locale/fr/LC_MESSAGES/ && msgfmt --check --statistics -o po/build/locale/fr/LC_MESSAGES/git.mo po/fr.po >mkdir -p po/build/locale/it/LC_MESSAGES/ && msgfmt --check --statistics -o po/build/locale/it/LC_MESSAGES/git.mo po/it.po >14 translated messages. >mkdir -p po/build/locale/bg/LC_MESSAGES/ && msgfmt --check --statistics -o po/build/locale/bg/LC_MESSAGES/git.mo po/bg.po >2530 translated messages. >mkdir -p po/build/locale/ru/LC_MESSAGES/ && msgfmt --check --statistics -o po/build/locale/ru/LC_MESSAGES/git.mo po/ru.po >2530 translated messages. >mkdir -p po/build/locale/zh_CN/LC_MESSAGES/ && msgfmt --check --statistics -o po/build/locale/zh_CN/LC_MESSAGES/git.mo po/zh_CN.po >2530 translated messages. >2530 translated messages. >716 translated messages, 350 untranslated messages. >2521 translated messages, 5 fuzzy translations, 4 untranslated messages. >2477 translated messages. >2530 translated messages. >2530 translated messages. >2530 translated messages. >2530 translated messages. > * Compiling GNU Emacs Elisp files ... >Wrote /var/tmp/portage/dev-vcs/git-2.8.3/work/git-2.8.3/contrib/emacs/git.elc >Wrote /var/tmp/portage/dev-vcs/git-2.8.3/work/git-2.8.3/contrib/emacs/git-blame.elc > [ ok ] >gcc -g -O2 -Wall -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -o git-credential-gnome-keyring.o -c git-credential-gnome-keyring.c >[01m[Kgit-credential-gnome-keyring.c:[m[K In function â[01m[Kkeyring_get[m[Kâ: >[01m[Kgit-credential-gnome-keyring.c:179:2:[m[K [01;35m[Kwarning: [m[Kâ[01m[Kgnome_keyring_find_network_password_sync[m[Kâ is deprecated: Use 'SECRET_SCHEMA_COMPAT_NETWORK' instead [-Wdeprecated-declarations] > result = gnome_keyring_find_network_password_sync( >[01;32m[K ^[m[K >In file included from [01m[Kgit-credential-gnome-keyring.c:30:0[m[K: >[01m[K/usr/include/gnome-keyring-1/gnome-keyring.h:551:20:[m[K [01;36m[Knote: [m[Kdeclared here > GnomeKeyringResult gnome_keyring_find_network_password_sync (const char *user, >[01;32m[K ^[m[K >[01m[Kgit-credential-gnome-keyring.c:198:3:[m[K [01;35m[Kwarning: [m[Kâ[01m[Kgnome_keyring_result_to_message[m[Kâ is deprecated [-Wdeprecated-declarations] > g_critical("%s", gnome_keyring_result_to_message(result)); >[01;32m[K ^[m[K >In file included from [01m[Kgit-credential-gnome-keyring.c:30:0[m[K: >[01m[K/usr/include/gnome-keyring-1/gnome-keyring.h:166:28:[m[K [01;36m[Knote: [m[Kdeclared here > const gchar* gnome_keyring_result_to_message (GnomeKeyringResult res); >[01;32m[K ^[m[K >[01m[Kgit-credential-gnome-keyring.c:205:2:[m[K [01;35m[Kwarning: [m[Kâ[01m[Kgnome_keyring_memory_free[m[Kâ is deprecated: Use 'gcr_secure_memory_free' instead [-Wdeprecated-declarations] > gnome_keyring_memory_free(c->password); >[01;32m[K ^[m[K >In file included from [01m[Kgit-credential-gnome-keyring.c:36:0[m[K: >[01m[K/usr/include/gnome-keyring-1/gnome-keyring-memory.h:70:11:[m[K [01;36m[Knote: [m[Kdeclared here > void gnome_keyring_memory_free (gpointer p); >[01;32m[K ^[m[K >[01m[Kgit-credential-gnome-keyring.c:206:2:[m[K [01;35m[Kwarning: [m[Kâ[01m[Kgnome_keyring_memory_strdup[m[Kâ is deprecated: Use 'gcr_secure_memory_strdup' instead [-Wdeprecated-declarations] > c->password = gnome_keyring_memory_strdup(password_data->password); >[01;32m[K ^[m[K >In file included from [01m[Kgit-credential-gnome-keyring.c:36:0[m[K: >[01m[K/usr/include/gnome-keyring-1/gnome-keyring-memory.h:76:11:[m[K [01;36m[Knote: [m[Kdeclared here > gchar* gnome_keyring_memory_strdup (const gchar* str); >[01;32m[K ^[m[K >[01m[Kgit-credential-gnome-keyring.c:211:2:[m[K [01;35m[Kwarning: [m[Kâ[01m[Kgnome_keyring_network_password_list_free[m[Kâ is deprecated [-Wdeprecated-declarations] > gnome_keyring_network_password_list_free(entries); >[01;32m[K ^[m[K >In file included from [01m[Kgit-credential-gnome-keyring.c:30:0[m[K: >[01m[K/usr/include/gnome-keyring-1/gnome-keyring.h:537:6:[m[K [01;36m[Knote: [m[Kdeclared here > void gnome_keyring_network_password_list_free (GList *list); >[01;32m[K ^[m[K >[01m[Kgit-credential-gnome-keyring.c:[m[K In function â[01m[Kkeyring_store[m[Kâ: >[01m[Kgit-credential-gnome-keyring.c:236:2:[m[K [01;35m[Kwarning: [m[Kâ[01m[Kgnome_keyring_set_network_password_sync[m[Kâ is deprecated: Use 'SECRET_SCHEMA_COMPAT_NETWORK' instead [-Wdeprecated-declarations] > result = gnome_keyring_set_network_password_sync( >[01;32m[K ^[m[K >In file included from [01m[Kgit-credential-gnome-keyring.c:30:0[m[K: >[01m[K/usr/include/gnome-keyring-1/gnome-keyring.h:573:20:[m[K [01;36m[Knote: [m[Kdeclared here > GnomeKeyringResult gnome_keyring_set_network_password_sync (const char *keyring, >[01;32m[K ^[m[K >[01m[Kgit-credential-gnome-keyring.c:252:3:[m[K [01;35m[Kwarning: [m[Kâ[01m[Kgnome_keyring_result_to_message[m[Kâ is deprecated [-Wdeprecated-declarations] > g_critical("%s", gnome_keyring_result_to_message(result)); >[01;32m[K ^[m[K >In file included from [01m[Kgit-credential-gnome-keyring.c:30:0[m[K: >[01m[K/usr/include/gnome-keyring-1/gnome-keyring.h:166:28:[m[K [01;36m[Knote: [m[Kdeclared here > const gchar* gnome_keyring_result_to_message (GnomeKeyringResult res); >[01;32m[K ^[m[K >[01m[Kgit-credential-gnome-keyring.c:[m[K In function â[01m[Kkeyring_erase[m[Kâ: >[01m[Kgit-credential-gnome-keyring.c:279:2:[m[K [01;35m[Kwarning: [m[Kâ[01m[Kgnome_keyring_find_network_password_sync[m[Kâ is deprecated: Use 'SECRET_SCHEMA_COMPAT_NETWORK' instead [-Wdeprecated-declarations] > result = gnome_keyring_find_network_password_sync( >[01;32m[K ^[m[K >In file included from [01m[Kgit-credential-gnome-keyring.c:30:0[m[K: >[01m[K/usr/include/gnome-keyring-1/gnome-keyring.h:551:20:[m[K [01;36m[Knote: [m[Kdeclared here > GnomeKeyringResult gnome_keyring_find_network_password_sync (const char *user, >[01;32m[K ^[m[K >[01m[Kgit-credential-gnome-keyring.c:298:3:[m[K [01;35m[Kwarning: [m[Kâ[01m[Kgnome_keyring_result_to_message[m[Kâ is deprecated [-Wdeprecated-declarations] > g_critical("%s", gnome_keyring_result_to_message(result)); >[01;32m[K ^[m[K >In file included from [01m[Kgit-credential-gnome-keyring.c:30:0[m[K: >[01m[K/usr/include/gnome-keyring-1/gnome-keyring.h:166:28:[m[K [01;36m[Knote: [m[Kdeclared here > const gchar* gnome_keyring_result_to_message (GnomeKeyringResult res); >[01;32m[K ^[m[K >[01m[Kgit-credential-gnome-keyring.c:305:2:[m[K [01;35m[Kwarning: [m[Kâ[01m[Kgnome_keyring_item_delete_sync[m[Kâ is deprecated: Use 'secret_item_delete_sync' instead [-Wdeprecated-declarations] > result = gnome_keyring_item_delete_sync( >[01;32m[K ^[m[K >In file included from [01m[Kgit-credential-gnome-keyring.c:30:0[m[K: >[01m[K/usr/include/gnome-keyring-1/gnome-keyring.h:354:20:[m[K [01;36m[Knote: [m[Kdeclared here > GnomeKeyringResult gnome_keyring_item_delete_sync (const char *keyring, >[01;32m[K ^[m[K >[01m[Kgit-credential-gnome-keyring.c:308:2:[m[K [01;35m[Kwarning: [m[Kâ[01m[Kgnome_keyring_network_password_list_free[m[Kâ is deprecated [-Wdeprecated-declarations] > gnome_keyring_network_password_list_free(entries); >[01;32m[K ^[m[K >In file included from [01m[Kgit-credential-gnome-keyring.c:30:0[m[K: >[01m[K/usr/include/gnome-keyring-1/gnome-keyring.h:537:6:[m[K [01;36m[Knote: [m[Kdeclared here > void gnome_keyring_network_password_list_free (GList *list); >[01;32m[K ^[m[K >[01m[Kgit-credential-gnome-keyring.c:311:3:[m[K [01;35m[Kwarning: [m[Kâ[01m[Kgnome_keyring_result_to_message[m[Kâ is deprecated [-Wdeprecated-declarations] > g_critical("%s", gnome_keyring_result_to_message(result)); >[01;32m[K ^[m[K >In file included from [01m[Kgit-credential-gnome-keyring.c:30:0[m[K: >[01m[K/usr/include/gnome-keyring-1/gnome-keyring.h:166:28:[m[K [01;36m[Knote: [m[Kdeclared here > const gchar* gnome_keyring_result_to_message (GnomeKeyringResult res); >[01;32m[K ^[m[K >[01m[Kgit-credential-gnome-keyring.c:[m[K In function â[01m[Kcredential_clear[m[Kâ: >[01m[Kgit-credential-gnome-keyring.c:342:2:[m[K [01;35m[Kwarning: [m[Kâ[01m[Kgnome_keyring_memory_free[m[Kâ is deprecated: Use 'gcr_secure_memory_free' instead [-Wdeprecated-declarations] > gnome_keyring_memory_free(c->password); >[01;32m[K ^[m[K >In file included from [01m[Kgit-credential-gnome-keyring.c:36:0[m[K: >[01m[K/usr/include/gnome-keyring-1/gnome-keyring-memory.h:70:11:[m[K [01;36m[Knote: [m[Kdeclared here > void gnome_keyring_memory_free (gpointer p); >[01;32m[K ^[m[K >[01m[Kgit-credential-gnome-keyring.c:[m[K In function â[01m[Kcredential_read[m[Kâ: >[01m[Kgit-credential-gnome-keyring.c:354:2:[m[K [01;35m[Kwarning: [m[Kâ[01m[Kgnome_keyring_memory_alloc[m[Kâ is deprecated: Use 'gcr_secure_memory_alloc' instead [-Wdeprecated-declarations] > key = buf = gnome_keyring_memory_alloc(1024); >[01;32m[K ^[m[K >In file included from [01m[Kgit-credential-gnome-keyring.c:36:0[m[K: >[01m[K/usr/include/gnome-keyring-1/gnome-keyring-memory.h:58:11:[m[K [01;36m[Knote: [m[Kdeclared here > gpointer gnome_keyring_memory_alloc (gulong sz); >[01;32m[K ^[m[K >[01m[Kgit-credential-gnome-keyring.c:368:4:[m[K [01;35m[Kwarning: [m[Kâ[01m[Kgnome_keyring_memory_free[m[Kâ is deprecated: Use 'gcr_secure_memory_free' instead [-Wdeprecated-declarations] > gnome_keyring_memory_free(buf); >[01;32m[K ^[m[K >In file included from [01m[Kgit-credential-gnome-keyring.c:36:0[m[K: >[01m[K/usr/include/gnome-keyring-1/gnome-keyring-memory.h:70:11:[m[K [01;36m[Knote: [m[Kdeclared here > void gnome_keyring_memory_free (gpointer p); >[01;32m[K ^[m[K >[01m[Kgit-credential-gnome-keyring.c:391:4:[m[K [01;35m[Kwarning: [m[Kâ[01m[Kgnome_keyring_memory_free[m[Kâ is deprecated: Use 'gcr_secure_memory_free' instead [-Wdeprecated-declarations] > gnome_keyring_memory_free(c->password); >[01;32m[K ^[m[K >In file included from [01m[Kgit-credential-gnome-keyring.c:36:0[m[K: >[01m[K/usr/include/gnome-keyring-1/gnome-keyring-memory.h:70:11:[m[K [01;36m[Knote: [m[Kdeclared here > void gnome_keyring_memory_free (gpointer p); >[01;32m[K ^[m[K >[01m[Kgit-credential-gnome-keyring.c:392:4:[m[K [01;35m[Kwarning: [m[Kâ[01m[Kgnome_keyring_memory_strdup[m[Kâ is deprecated: Use 'gcr_secure_memory_strdup' instead [-Wdeprecated-declarations] > c->password = gnome_keyring_memory_strdup(value); >[01;32m[K ^[m[K >In file included from [01m[Kgit-credential-gnome-keyring.c:36:0[m[K: >[01m[K/usr/include/gnome-keyring-1/gnome-keyring-memory.h:76:11:[m[K [01;36m[Knote: [m[Kdeclared here > gchar* gnome_keyring_memory_strdup (const gchar* str); >[01;32m[K ^[m[K >[01m[Kgit-credential-gnome-keyring.c:403:2:[m[K [01;35m[Kwarning: [m[Kâ[01m[Kgnome_keyring_memory_free[m[Kâ is deprecated: Use 'gcr_secure_memory_free' instead [-Wdeprecated-declarations] > gnome_keyring_memory_free(buf); >[01;32m[K ^[m[K >In file included from [01m[Kgit-credential-gnome-keyring.c:36:0[m[K: >[01m[K/usr/include/gnome-keyring-1/gnome-keyring-memory.h:70:11:[m[K [01;36m[Knote: [m[Kdeclared here > void gnome_keyring_memory_free (gpointer p); >[01;32m[K ^[m[K >gcc -o git-credential-gnome-keyring -Wl,-O1 -Wl,--as-needed git-credential-gnome-keyring.o -lgnome-keyring -lglib-2.0 >make -C ../../ GIT-VERSION-FILE >make[1]: Entering directory '/var/tmp/portage/dev-vcs/git-2.8.3/work/git-2.8.3' >make[1]: 'GIT-VERSION-FILE' is up to date. >make[1]: Leaving directory '/var/tmp/portage/dev-vcs/git-2.8.3/work/git-2.8.3' >sed -e '1s|#!.*/sh|#!/bin/sh|' git-subtree.sh >git-subtree >chmod +x git-subtree >make -C templates SHELL_PATH='/bin/sh' PERL_PATH='/usr/bin/perl' >make[1]: Entering directory '/var/tmp/portage/dev-vcs/git-2.8.3/work/git-2.8.3/templates' >: no custom templates yet >make[1]: Leaving directory '/var/tmp/portage/dev-vcs/git-2.8.3/work/git-2.8.3/templates' > * new build flags >x86_64-pc-linux-gnu-gcc -o base85.o -c -MF ./.depend/base85.o.d -MQ base85.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' base85.c >x86_64-pc-linux-gnu-gcc -o bisect.o -c -MF ./.depend/bisect.o.d -MQ bisect.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' bisect.c >x86_64-pc-linux-gnu-gcc -o blob.o -c -MF ./.depend/blob.o.d -MQ blob.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' blob.c >x86_64-pc-linux-gnu-gcc -o branch.o -c -MF ./.depend/branch.o.d -MQ branch.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' branch.c >x86_64-pc-linux-gnu-gcc -o bulk-checkin.o -c -MF ./.depend/bulk-checkin.o.d -MQ bulk-checkin.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' bulk-checkin.c >x86_64-pc-linux-gnu-gcc -o bundle.o -c -MF ./.depend/bundle.o.d -MQ bundle.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' bundle.c > * new link flags >x86_64-pc-linux-gnu-gcc -o cache-tree.o -c -MF ./.depend/cache-tree.o.d -MQ cache-tree.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' cache-tree.c >x86_64-pc-linux-gnu-gcc -o color.o -c -MF ./.depend/color.o.d -MQ color.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' color.c > * new prefix flags >x86_64-pc-linux-gnu-gcc -o column.o -c -MF ./.depend/column.o.d -MQ column.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' column.c >x86_64-pc-linux-gnu-gcc -o combine-diff.o -c -MF ./.depend/combine-diff.o.d -MQ combine-diff.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' combine-diff.c >x86_64-pc-linux-gnu-gcc -o commit.o -c -MF ./.depend/commit.o.d -MQ commit.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' commit.c >x86_64-pc-linux-gnu-gcc -o compat/obstack.o -c -MF compat/.depend/obstack.o.d -MQ compat/obstack.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' compat/obstack.c >x86_64-pc-linux-gnu-gcc -o compat/terminal.o -c -MF compat/.depend/terminal.o.d -MQ compat/terminal.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' compat/terminal.c >x86_64-pc-linux-gnu-gcc -o config.o -c -MF ./.depend/config.o.d -MQ config.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' -DETC_GITCONFIG='"/etc/gitconfig"' config.c >x86_64-pc-linux-gnu-gcc -o connect.o -c -MF ./.depend/connect.o.d -MQ connect.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' connect.c >x86_64-pc-linux-gnu-gcc -o connected.o -c -MF ./.depend/connected.o.d -MQ connected.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' connected.c >x86_64-pc-linux-gnu-gcc -o convert.o -c -MF ./.depend/convert.o.d -MQ convert.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' convert.c >x86_64-pc-linux-gnu-gcc -o copy.o -c -MF ./.depend/copy.o.d -MQ copy.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' copy.c >x86_64-pc-linux-gnu-gcc -o credential.o -c -MF ./.depend/credential.o.d -MQ credential.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' credential.c >x86_64-pc-linux-gnu-gcc -o csum-file.o -c -MF ./.depend/csum-file.o.d -MQ csum-file.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' csum-file.c >x86_64-pc-linux-gnu-gcc -o ctype.o -c -MF ./.depend/ctype.o.d -MQ ctype.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' ctype.c >x86_64-pc-linux-gnu-gcc -o date.o -c -MF ./.depend/date.o.d -MQ date.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' date.c >x86_64-pc-linux-gnu-gcc -o decorate.o -c -MF ./.depend/decorate.o.d -MQ decorate.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' decorate.c >x86_64-pc-linux-gnu-gcc -o diffcore-break.o -c -MF ./.depend/diffcore-break.o.d -MQ diffcore-break.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' diffcore-break.c >x86_64-pc-linux-gnu-gcc -o diffcore-delta.o -c -MF ./.depend/diffcore-delta.o.d -MQ diffcore-delta.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' diffcore-delta.c >x86_64-pc-linux-gnu-gcc -o diffcore-order.o -c -MF ./.depend/diffcore-order.o.d -MQ diffcore-order.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' diffcore-order.c >x86_64-pc-linux-gnu-gcc -o diffcore-pickaxe.o -c -MF ./.depend/diffcore-pickaxe.o.d -MQ diffcore-pickaxe.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' diffcore-pickaxe.c >x86_64-pc-linux-gnu-gcc -o diffcore-rename.o -c -MF ./.depend/diffcore-rename.o.d -MQ diffcore-rename.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' diffcore-rename.c >x86_64-pc-linux-gnu-gcc -o diff-delta.o -c -MF ./.depend/diff-delta.o.d -MQ diff-delta.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' diff-delta.c >x86_64-pc-linux-gnu-gcc -o diff-lib.o -c -MF ./.depend/diff-lib.o.d -MQ diff-lib.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' diff-lib.c >x86_64-pc-linux-gnu-gcc -o diff-no-index.o -c -MF ./.depend/diff-no-index.o.d -MQ diff-no-index.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' diff-no-index.c >x86_64-pc-linux-gnu-gcc -o diff.o -c -MF ./.depend/diff.o.d -MQ diff.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' diff.c >x86_64-pc-linux-gnu-gcc -o dir.o -c -MF ./.depend/dir.o.d -MQ dir.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' dir.c >x86_64-pc-linux-gnu-gcc -o editor.o -c -MF ./.depend/editor.o.d -MQ editor.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' editor.c >x86_64-pc-linux-gnu-gcc -o entry.o -c -MF ./.depend/entry.o.d -MQ entry.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' entry.c >x86_64-pc-linux-gnu-gcc -o environment.o -c -MF ./.depend/environment.o.d -MQ environment.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' environment.c >x86_64-pc-linux-gnu-gcc -o ewah/bitmap.o -c -MF ewah/.depend/bitmap.o.d -MQ ewah/bitmap.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' ewah/bitmap.c >x86_64-pc-linux-gnu-gcc -o ewah/ewah_bitmap.o -c -MF ewah/.depend/ewah_bitmap.o.d -MQ ewah/ewah_bitmap.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' ewah/ewah_bitmap.c >x86_64-pc-linux-gnu-gcc -o ewah/ewah_io.o -c -MF ewah/.depend/ewah_io.o.d -MQ ewah/ewah_io.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' ewah/ewah_io.c >x86_64-pc-linux-gnu-gcc -o ewah/ewah_rlw.o -c -MF ewah/.depend/ewah_rlw.o.d -MQ ewah/ewah_rlw.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' ewah/ewah_rlw.c >x86_64-pc-linux-gnu-gcc -o exec_cmd.o -c -MF ./.depend/exec_cmd.o.d -MQ exec_cmd.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' '-DGIT_EXEC_PATH="libexec/git-core"' '-DBINDIR="bin"' '-DPREFIX="/usr"' exec_cmd.c >x86_64-pc-linux-gnu-gcc -o fetch-pack.o -c -MF ./.depend/fetch-pack.o.d -MQ fetch-pack.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' fetch-pack.c >x86_64-pc-linux-gnu-gcc -o fsck.o -c -MF ./.depend/fsck.o.d -MQ fsck.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' fsck.c >x86_64-pc-linux-gnu-gcc -o gettext.o -c -MF ./.depend/gettext.o.d -MQ gettext.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' -DGIT_LOCALE_PATH='"/usr/share/locale"' gettext.c >x86_64-pc-linux-gnu-gcc -o gpg-interface.o -c -MF ./.depend/gpg-interface.o.d -MQ gpg-interface.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' gpg-interface.c >x86_64-pc-linux-gnu-gcc -o graph.o -c -MF ./.depend/graph.o.d -MQ graph.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' graph.c >x86_64-pc-linux-gnu-gcc -o grep.o -c -MF ./.depend/grep.o.d -MQ grep.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' grep.c >x86_64-pc-linux-gnu-gcc -o hashmap.o -c -MF ./.depend/hashmap.o.d -MQ hashmap.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' hashmap.c >/bin/sh ./generate-cmdlist.sh command-list.txt >common-cmds.h+ && mv common-cmds.h+ common-cmds.h >x86_64-pc-linux-gnu-gcc -o hex.o -c -MF ./.depend/hex.o.d -MQ hex.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' hex.c >x86_64-pc-linux-gnu-gcc -o ident.o -c -MF ./.depend/ident.o.d -MQ ident.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' ident.c >x86_64-pc-linux-gnu-gcc -o kwset.o -c -MF ./.depend/kwset.o.d -MQ kwset.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' kwset.c >x86_64-pc-linux-gnu-gcc -o levenshtein.o -c -MF ./.depend/levenshtein.o.d -MQ levenshtein.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' levenshtein.c >x86_64-pc-linux-gnu-gcc -o line-log.o -c -MF ./.depend/line-log.o.d -MQ line-log.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' line-log.c >x86_64-pc-linux-gnu-gcc -o line-range.o -c -MF ./.depend/line-range.o.d -MQ line-range.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' line-range.c >x86_64-pc-linux-gnu-gcc -o list-objects.o -c -MF ./.depend/list-objects.o.d -MQ list-objects.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' list-objects.c >x86_64-pc-linux-gnu-gcc -o ll-merge.o -c -MF ./.depend/ll-merge.o.d -MQ ll-merge.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' ll-merge.c >x86_64-pc-linux-gnu-gcc -o lockfile.o -c -MF ./.depend/lockfile.o.d -MQ lockfile.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' lockfile.c >x86_64-pc-linux-gnu-gcc -o log-tree.o -c -MF ./.depend/log-tree.o.d -MQ log-tree.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' log-tree.c >x86_64-pc-linux-gnu-gcc -o mailinfo.o -c -MF ./.depend/mailinfo.o.d -MQ mailinfo.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' mailinfo.c >x86_64-pc-linux-gnu-gcc -o mailmap.o -c -MF ./.depend/mailmap.o.d -MQ mailmap.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' mailmap.c >x86_64-pc-linux-gnu-gcc -o match-trees.o -c -MF ./.depend/match-trees.o.d -MQ match-trees.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' match-trees.c >x86_64-pc-linux-gnu-gcc -o merge.o -c -MF ./.depend/merge.o.d -MQ merge.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' merge.c >x86_64-pc-linux-gnu-gcc -o merge-blobs.o -c -MF ./.depend/merge-blobs.o.d -MQ merge-blobs.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' merge-blobs.c >x86_64-pc-linux-gnu-gcc -o merge-recursive.o -c -MF ./.depend/merge-recursive.o.d -MQ merge-recursive.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' merge-recursive.c >x86_64-pc-linux-gnu-gcc -o mergesort.o -c -MF ./.depend/mergesort.o.d -MQ mergesort.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' mergesort.c >x86_64-pc-linux-gnu-gcc -o name-hash.o -c -MF ./.depend/name-hash.o.d -MQ name-hash.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' name-hash.c >x86_64-pc-linux-gnu-gcc -o notes.o -c -MF ./.depend/notes.o.d -MQ notes.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' notes.c >x86_64-pc-linux-gnu-gcc -o notes-cache.o -c -MF ./.depend/notes-cache.o.d -MQ notes-cache.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' notes-cache.c >x86_64-pc-linux-gnu-gcc -o notes-merge.o -c -MF ./.depend/notes-merge.o.d -MQ notes-merge.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' notes-merge.c >x86_64-pc-linux-gnu-gcc -o notes-utils.o -c -MF ./.depend/notes-utils.o.d -MQ notes-utils.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' notes-utils.c >x86_64-pc-linux-gnu-gcc -o object.o -c -MF ./.depend/object.o.d -MQ object.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' object.c >x86_64-pc-linux-gnu-gcc -o pack-bitmap.o -c -MF ./.depend/pack-bitmap.o.d -MQ pack-bitmap.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' pack-bitmap.c >x86_64-pc-linux-gnu-gcc -o pack-bitmap-write.o -c -MF ./.depend/pack-bitmap-write.o.d -MQ pack-bitmap-write.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' pack-bitmap-write.c >x86_64-pc-linux-gnu-gcc -o pack-check.o -c -MF ./.depend/pack-check.o.d -MQ pack-check.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' pack-check.c >x86_64-pc-linux-gnu-gcc -o pack-objects.o -c -MF ./.depend/pack-objects.o.d -MQ pack-objects.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' pack-objects.c >x86_64-pc-linux-gnu-gcc -o pack-revindex.o -c -MF ./.depend/pack-revindex.o.d -MQ pack-revindex.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' pack-revindex.c >x86_64-pc-linux-gnu-gcc -o pack-write.o -c -MF ./.depend/pack-write.o.d -MQ pack-write.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' pack-write.c >x86_64-pc-linux-gnu-gcc -o pager.o -c -MF ./.depend/pager.o.d -MQ pager.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' pager.c >x86_64-pc-linux-gnu-gcc -o parse-options.o -c -MF ./.depend/parse-options.o.d -MQ parse-options.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' parse-options.c >x86_64-pc-linux-gnu-gcc -o parse-options-cb.o -c -MF ./.depend/parse-options-cb.o.d -MQ parse-options-cb.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' parse-options-cb.c >x86_64-pc-linux-gnu-gcc -o patch-delta.o -c -MF ./.depend/patch-delta.o.d -MQ patch-delta.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' patch-delta.c >x86_64-pc-linux-gnu-gcc -o patch-ids.o -c -MF ./.depend/patch-ids.o.d -MQ patch-ids.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' patch-ids.c >x86_64-pc-linux-gnu-gcc -o path.o -c -MF ./.depend/path.o.d -MQ path.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' path.c >x86_64-pc-linux-gnu-gcc -o pathspec.o -c -MF ./.depend/pathspec.o.d -MQ pathspec.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' pathspec.c >x86_64-pc-linux-gnu-gcc -o pkt-line.o -c -MF ./.depend/pkt-line.o.d -MQ pkt-line.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' pkt-line.c >x86_64-pc-linux-gnu-gcc -o preload-index.o -c -MF ./.depend/preload-index.o.d -MQ preload-index.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' preload-index.c >x86_64-pc-linux-gnu-gcc -o pretty.o -c -MF ./.depend/pretty.o.d -MQ pretty.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' pretty.c >x86_64-pc-linux-gnu-gcc -o prio-queue.o -c -MF ./.depend/prio-queue.o.d -MQ prio-queue.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' prio-queue.c >x86_64-pc-linux-gnu-gcc -o progress.o -c -MF ./.depend/progress.o.d -MQ progress.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' progress.c >x86_64-pc-linux-gnu-gcc -o prompt.o -c -MF ./.depend/prompt.o.d -MQ prompt.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' prompt.c >x86_64-pc-linux-gnu-gcc -o quote.o -c -MF ./.depend/quote.o.d -MQ quote.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' quote.c >x86_64-pc-linux-gnu-gcc -o reachable.o -c -MF ./.depend/reachable.o.d -MQ reachable.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' reachable.c >x86_64-pc-linux-gnu-gcc -o read-cache.o -c -MF ./.depend/read-cache.o.d -MQ read-cache.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' read-cache.c >x86_64-pc-linux-gnu-gcc -o reflog-walk.o -c -MF ./.depend/reflog-walk.o.d -MQ reflog-walk.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' reflog-walk.c >x86_64-pc-linux-gnu-gcc -o refs.o -c -MF ./.depend/refs.o.d -MQ refs.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' refs.c >x86_64-pc-linux-gnu-gcc -o refs/files-backend.o -c -MF refs/.depend/files-backend.o.d -MQ refs/files-backend.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' refs/files-backend.c >x86_64-pc-linux-gnu-gcc -o ref-filter.o -c -MF ./.depend/ref-filter.o.d -MQ ref-filter.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' ref-filter.c >x86_64-pc-linux-gnu-gcc -o remote.o -c -MF ./.depend/remote.o.d -MQ remote.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' remote.c >x86_64-pc-linux-gnu-gcc -o replace_object.o -c -MF ./.depend/replace_object.o.d -MQ replace_object.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' replace_object.c >x86_64-pc-linux-gnu-gcc -o rerere.o -c -MF ./.depend/rerere.o.d -MQ rerere.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' rerere.c >x86_64-pc-linux-gnu-gcc -o resolve-undo.o -c -MF ./.depend/resolve-undo.o.d -MQ resolve-undo.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' resolve-undo.c >x86_64-pc-linux-gnu-gcc -o revision.o -c -MF ./.depend/revision.o.d -MQ revision.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' revision.c >x86_64-pc-linux-gnu-gcc -o run-command.o -c -MF ./.depend/run-command.o.d -MQ run-command.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' run-command.c >x86_64-pc-linux-gnu-gcc -o send-pack.o -c -MF ./.depend/send-pack.o.d -MQ send-pack.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' send-pack.c >x86_64-pc-linux-gnu-gcc -o sequencer.o -c -MF ./.depend/sequencer.o.d -MQ sequencer.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' sequencer.c >x86_64-pc-linux-gnu-gcc -o server-info.o -c -MF ./.depend/server-info.o.d -MQ server-info.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' server-info.c >x86_64-pc-linux-gnu-gcc -o setup.o -c -MF ./.depend/setup.o.d -MQ setup.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' setup.c >x86_64-pc-linux-gnu-gcc -o sha1-array.o -c -MF ./.depend/sha1-array.o.d -MQ sha1-array.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' sha1-array.c >x86_64-pc-linux-gnu-gcc -o sha1-lookup.o -c -MF ./.depend/sha1-lookup.o.d -MQ sha1-lookup.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' sha1-lookup.c >x86_64-pc-linux-gnu-gcc -o sha1_file.o -c -MF ./.depend/sha1_file.o.d -MQ sha1_file.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' sha1_file.c >x86_64-pc-linux-gnu-gcc -o sha1_name.o -c -MF ./.depend/sha1_name.o.d -MQ sha1_name.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' sha1_name.c >x86_64-pc-linux-gnu-gcc -o shallow.o -c -MF ./.depend/shallow.o.d -MQ shallow.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' shallow.c >x86_64-pc-linux-gnu-gcc -o sideband.o -c -MF ./.depend/sideband.o.d -MQ sideband.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' sideband.c >x86_64-pc-linux-gnu-gcc -o sigchain.o -c -MF ./.depend/sigchain.o.d -MQ sigchain.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' sigchain.c >x86_64-pc-linux-gnu-gcc -o split-index.o -c -MF ./.depend/split-index.o.d -MQ split-index.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' split-index.c >x86_64-pc-linux-gnu-gcc -o strbuf.o -c -MF ./.depend/strbuf.o.d -MQ strbuf.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' strbuf.c >x86_64-pc-linux-gnu-gcc -o streaming.o -c -MF ./.depend/streaming.o.d -MQ streaming.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' streaming.c >x86_64-pc-linux-gnu-gcc -o string-list.o -c -MF ./.depend/string-list.o.d -MQ string-list.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' string-list.c >x86_64-pc-linux-gnu-gcc -o submodule.o -c -MF ./.depend/submodule.o.d -MQ submodule.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' submodule.c >x86_64-pc-linux-gnu-gcc -o submodule-config.o -c -MF ./.depend/submodule-config.o.d -MQ submodule-config.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' submodule-config.c >x86_64-pc-linux-gnu-gcc -o symlinks.o -c -MF ./.depend/symlinks.o.d -MQ symlinks.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' symlinks.c >x86_64-pc-linux-gnu-gcc -o tag.o -c -MF ./.depend/tag.o.d -MQ tag.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' tag.c >x86_64-pc-linux-gnu-gcc -o tempfile.o -c -MF ./.depend/tempfile.o.d -MQ tempfile.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' tempfile.c >x86_64-pc-linux-gnu-gcc -o trace.o -c -MF ./.depend/trace.o.d -MQ trace.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' trace.c >x86_64-pc-linux-gnu-gcc -o trailer.o -c -MF ./.depend/trailer.o.d -MQ trailer.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' trailer.c >x86_64-pc-linux-gnu-gcc -o transport.o -c -MF ./.depend/transport.o.d -MQ transport.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' transport.c >x86_64-pc-linux-gnu-gcc -o transport-helper.o -c -MF ./.depend/transport-helper.o.d -MQ transport-helper.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' transport-helper.c >x86_64-pc-linux-gnu-gcc -o tree-diff.o -c -MF ./.depend/tree-diff.o.d -MQ tree-diff.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' tree-diff.c >x86_64-pc-linux-gnu-gcc -o tree.o -c -MF ./.depend/tree.o.d -MQ tree.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' tree.c >x86_64-pc-linux-gnu-gcc -o tree-walk.o -c -MF ./.depend/tree-walk.o.d -MQ tree-walk.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' tree-walk.c >x86_64-pc-linux-gnu-gcc -o unpack-trees.o -c -MF ./.depend/unpack-trees.o.d -MQ unpack-trees.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' unpack-trees.c >x86_64-pc-linux-gnu-gcc -o url.o -c -MF ./.depend/url.o.d -MQ url.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' url.c >x86_64-pc-linux-gnu-gcc -o urlmatch.o -c -MF ./.depend/urlmatch.o.d -MQ urlmatch.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' urlmatch.c >x86_64-pc-linux-gnu-gcc -o usage.o -c -MF ./.depend/usage.o.d -MQ usage.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' usage.c >x86_64-pc-linux-gnu-gcc -o userdiff.o -c -MF ./.depend/userdiff.o.d -MQ userdiff.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' userdiff.c >x86_64-pc-linux-gnu-gcc -o utf8.o -c -MF ./.depend/utf8.o.d -MQ utf8.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' utf8.c >x86_64-pc-linux-gnu-gcc -o varint.o -c -MF ./.depend/varint.o.d -MQ varint.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' varint.c >x86_64-pc-linux-gnu-gcc -o versioncmp.o -c -MF ./.depend/versioncmp.o.d -MQ versioncmp.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' versioncmp.c >x86_64-pc-linux-gnu-gcc -o walker.o -c -MF ./.depend/walker.o.d -MQ walker.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' walker.c >x86_64-pc-linux-gnu-gcc -o wildmatch.o -c -MF ./.depend/wildmatch.o.d -MQ wildmatch.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' wildmatch.c >x86_64-pc-linux-gnu-gcc -o worktree.o -c -MF ./.depend/worktree.o.d -MQ worktree.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' worktree.c >x86_64-pc-linux-gnu-gcc -o wrapper.o -c -MF ./.depend/wrapper.o.d -MQ wrapper.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' wrapper.c >x86_64-pc-linux-gnu-gcc -o write_or_die.o -c -MF ./.depend/write_or_die.o.d -MQ write_or_die.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' write_or_die.c >x86_64-pc-linux-gnu-gcc -o ws.o -c -MF ./.depend/ws.o.d -MQ ws.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' ws.c >x86_64-pc-linux-gnu-gcc -o wt-status.o -c -MF ./.depend/wt-status.o.d -MQ wt-status.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' wt-status.c >x86_64-pc-linux-gnu-gcc -o xdiff-interface.o -c -MF ./.depend/xdiff-interface.o.d -MQ xdiff-interface.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' xdiff-interface.c >x86_64-pc-linux-gnu-gcc -o zlib.o -c -MF ./.depend/zlib.o.d -MQ zlib.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' zlib.c >x86_64-pc-linux-gnu-gcc -o unix-socket.o -c -MF ./.depend/unix-socket.o.d -MQ unix-socket.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' unix-socket.c >x86_64-pc-linux-gnu-gcc -o block-sha1/sha1.o -c -MF block-sha1/.depend/sha1.o.d -MQ block-sha1/sha1.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' block-sha1/sha1.c >x86_64-pc-linux-gnu-gcc -o thread-utils.o -c -MF ./.depend/thread-utils.o.d -MQ thread-utils.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' thread-utils.c >x86_64-pc-linux-gnu-gcc -o compat/strlcpy.o -c -MF compat/.depend/strlcpy.o.d -MQ compat/strlcpy.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' compat/strlcpy.c >x86_64-pc-linux-gnu-gcc -o xdiff/xdiffi.o -c -MF xdiff/.depend/xdiffi.o.d -MQ xdiff/xdiffi.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' xdiff/xdiffi.c >x86_64-pc-linux-gnu-gcc -o xdiff/xprepare.o -c -MF xdiff/.depend/xprepare.o.d -MQ xdiff/xprepare.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' xdiff/xprepare.c >x86_64-pc-linux-gnu-gcc -o xdiff/xutils.o -c -MF xdiff/.depend/xutils.o.d -MQ xdiff/xutils.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' xdiff/xutils.c >x86_64-pc-linux-gnu-gcc -o xdiff/xemit.o -c -MF xdiff/.depend/xemit.o.d -MQ xdiff/xemit.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' xdiff/xemit.c >x86_64-pc-linux-gnu-gcc -o xdiff/xmerge.o -c -MF xdiff/.depend/xmerge.o.d -MQ xdiff/xmerge.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' xdiff/xmerge.c >x86_64-pc-linux-gnu-gcc -o xdiff/xpatience.o -c -MF xdiff/.depend/xpatience.o.d -MQ xdiff/xpatience.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' xdiff/xpatience.c >x86_64-pc-linux-gnu-gcc -o xdiff/xhistogram.o -c -MF xdiff/.depend/xhistogram.o.d -MQ xdiff/xhistogram.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' xdiff/xhistogram.c >x86_64-pc-linux-gnu-gcc -o test-ctype.o -c -MF ./.depend/test-ctype.o.d -MQ test-ctype.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' test-ctype.c >x86_64-pc-linux-gnu-gcc -o test-config.o -c -MF ./.depend/test-config.o.d -MQ test-config.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' test-config.c >x86_64-pc-linux-gnu-gcc -o test-date.o -c -MF ./.depend/test-date.o.d -MQ test-date.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' test-date.c >x86_64-pc-linux-gnu-gcc -o test-delta.o -c -MF ./.depend/test-delta.o.d -MQ test-delta.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' test-delta.c >x86_64-pc-linux-gnu-gcc -o test-dump-cache-tree.o -c -MF ./.depend/test-dump-cache-tree.o.d -MQ test-dump-cache-tree.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' test-dump-cache-tree.c >x86_64-pc-linux-gnu-gcc -o test-dump-split-index.o -c -MF ./.depend/test-dump-split-index.o.d -MQ test-dump-split-index.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' test-dump-split-index.c >x86_64-pc-linux-gnu-gcc -o test-dump-untracked-cache.o -c -MF ./.depend/test-dump-untracked-cache.o.d -MQ test-dump-untracked-cache.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' test-dump-untracked-cache.c >x86_64-pc-linux-gnu-gcc -o test-fake-ssh.o -c -MF ./.depend/test-fake-ssh.o.d -MQ test-fake-ssh.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' test-fake-ssh.c >x86_64-pc-linux-gnu-gcc -o test-genrandom.o -c -MF ./.depend/test-genrandom.o.d -MQ test-genrandom.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' test-genrandom.c >x86_64-pc-linux-gnu-gcc -o test-hashmap.o -c -MF ./.depend/test-hashmap.o.d -MQ test-hashmap.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' test-hashmap.c >x86_64-pc-linux-gnu-gcc -o test-index-version.o -c -MF ./.depend/test-index-version.o.d -MQ test-index-version.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' test-index-version.c >x86_64-pc-linux-gnu-gcc -o test-line-buffer.o -c -MF ./.depend/test-line-buffer.o.d -MQ test-line-buffer.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' test-line-buffer.c >x86_64-pc-linux-gnu-gcc -o vcs-svn/line_buffer.o -c -MF vcs-svn/.depend/line_buffer.o.d -MQ vcs-svn/line_buffer.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' vcs-svn/line_buffer.c >x86_64-pc-linux-gnu-gcc -o vcs-svn/sliding_window.o -c -MF vcs-svn/.depend/sliding_window.o.d -MQ vcs-svn/sliding_window.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' vcs-svn/sliding_window.c >x86_64-pc-linux-gnu-gcc -o vcs-svn/repo_tree.o -c -MF vcs-svn/.depend/repo_tree.o.d -MQ vcs-svn/repo_tree.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' vcs-svn/repo_tree.c >x86_64-pc-linux-gnu-gcc -o vcs-svn/fast_export.o -c -MF vcs-svn/.depend/fast_export.o.d -MQ vcs-svn/fast_export.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' vcs-svn/fast_export.c >x86_64-pc-linux-gnu-gcc -o vcs-svn/svndiff.o -c -MF vcs-svn/.depend/svndiff.o.d -MQ vcs-svn/svndiff.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' vcs-svn/svndiff.c >x86_64-pc-linux-gnu-gcc -o vcs-svn/svndump.o -c -MF vcs-svn/.depend/svndump.o.d -MQ vcs-svn/svndump.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' vcs-svn/svndump.c >x86_64-pc-linux-gnu-gcc -o test-match-trees.o -c -MF ./.depend/test-match-trees.o.d -MQ test-match-trees.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' test-match-trees.c >x86_64-pc-linux-gnu-gcc -o test-mergesort.o -c -MF ./.depend/test-mergesort.o.d -MQ test-mergesort.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' test-mergesort.c >x86_64-pc-linux-gnu-gcc -o test-mktemp.o -c -MF ./.depend/test-mktemp.o.d -MQ test-mktemp.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' test-mktemp.c >x86_64-pc-linux-gnu-gcc -o test-parse-options.o -c -MF ./.depend/test-parse-options.o.d -MQ test-parse-options.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' test-parse-options.c >x86_64-pc-linux-gnu-gcc -o test-path-utils.o -c -MF ./.depend/test-path-utils.o.d -MQ test-path-utils.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' test-path-utils.c >x86_64-pc-linux-gnu-gcc -o test-prio-queue.o -c -MF ./.depend/test-prio-queue.o.d -MQ test-prio-queue.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' test-prio-queue.c >x86_64-pc-linux-gnu-gcc -o test-read-cache.o -c -MF ./.depend/test-read-cache.o.d -MQ test-read-cache.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' test-read-cache.c >x86_64-pc-linux-gnu-gcc -o test-regex.o -c -MF ./.depend/test-regex.o.d -MQ test-regex.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' test-regex.c >x86_64-pc-linux-gnu-gcc -o test-revision-walking.o -c -MF ./.depend/test-revision-walking.o.d -MQ test-revision-walking.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' test-revision-walking.c >x86_64-pc-linux-gnu-gcc -o test-run-command.o -c -MF ./.depend/test-run-command.o.d -MQ test-run-command.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' test-run-command.c >x86_64-pc-linux-gnu-gcc -o test-scrap-cache-tree.o -c -MF ./.depend/test-scrap-cache-tree.o.d -MQ test-scrap-cache-tree.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' test-scrap-cache-tree.c >x86_64-pc-linux-gnu-gcc -o test-sha1.o -c -MF ./.depend/test-sha1.o.d -MQ test-sha1.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' test-sha1.c >x86_64-pc-linux-gnu-gcc -o test-sha1-array.o -c -MF ./.depend/test-sha1-array.o.d -MQ test-sha1-array.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' test-sha1-array.c >x86_64-pc-linux-gnu-gcc -o test-sigchain.o -c -MF ./.depend/test-sigchain.o.d -MQ test-sigchain.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' test-sigchain.c >x86_64-pc-linux-gnu-gcc -o test-string-list.o -c -MF ./.depend/test-string-list.o.d -MQ test-string-list.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' test-string-list.c >x86_64-pc-linux-gnu-gcc -o test-submodule-config.o -c -MF ./.depend/test-submodule-config.o.d -MQ test-submodule-config.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' test-submodule-config.c >x86_64-pc-linux-gnu-gcc -o test-subprocess.o -c -MF ./.depend/test-subprocess.o.d -MQ test-subprocess.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' test-subprocess.c >x86_64-pc-linux-gnu-gcc -o test-svn-fe.o -c -MF ./.depend/test-svn-fe.o.d -MQ test-svn-fe.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' test-svn-fe.c >x86_64-pc-linux-gnu-gcc -o test-urlmatch-normalization.o -c -MF ./.depend/test-urlmatch-normalization.o.d -MQ test-urlmatch-normalization.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' test-urlmatch-normalization.c >x86_64-pc-linux-gnu-gcc -o test-wildmatch.o -c -MF ./.depend/test-wildmatch.o.d -MQ test-wildmatch.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' test-wildmatch.c >sed -e '1s|#!.*/sh|#!/bin/sh|' \ > -e 's|@@BUILD_DIR@@|/var/tmp/portage/dev-vcs/git-2.8.3/work/git-2.8.3|' \ > -e 's|@@PROG@@|git|' < wrap-for-bin.sh > bin-wrappers/git && \ >chmod +x bin-wrappers/git >sed -e '1s|#!.*/sh|#!/bin/sh|' \ > -e 's|@@BUILD_DIR@@|/var/tmp/portage/dev-vcs/git-2.8.3/work/git-2.8.3|' \ > -e 's|@@PROG@@|git-upload-pack|' < wrap-for-bin.sh > bin-wrappers/git-upload-pack && \ >chmod +x bin-wrappers/git-upload-pack >sed -e '1s|#!.*/sh|#!/bin/sh|' \ > -e 's|@@BUILD_DIR@@|/var/tmp/portage/dev-vcs/git-2.8.3/work/git-2.8.3|' \ > -e 's|@@PROG@@|git-receive-pack|' < wrap-for-bin.sh > bin-wrappers/git-receive-pack && \ >chmod +x bin-wrappers/git-receive-pack >sed -e '1s|#!.*/sh|#!/bin/sh|' \ > -e 's|@@BUILD_DIR@@|/var/tmp/portage/dev-vcs/git-2.8.3/work/git-2.8.3|' \ > -e 's|@@PROG@@|git-upload-archive|' < wrap-for-bin.sh > bin-wrappers/git-upload-archive && \ >chmod +x bin-wrappers/git-upload-archive >sed -e '1s|#!.*/sh|#!/bin/sh|' \ > -e 's|@@BUILD_DIR@@|/var/tmp/portage/dev-vcs/git-2.8.3/work/git-2.8.3|' \ > -e 's|@@PROG@@|git-shell|' < wrap-for-bin.sh > bin-wrappers/git-shell && \ >chmod +x bin-wrappers/git-shell >sed -e '1s|#!.*/sh|#!/bin/sh|' \ > -e 's|@@BUILD_DIR@@|/var/tmp/portage/dev-vcs/git-2.8.3/work/git-2.8.3|' \ > -e 's|@@PROG@@|git-cvsserver|' < wrap-for-bin.sh > bin-wrappers/git-cvsserver && \ >chmod +x bin-wrappers/git-cvsserver >sed -e '1s|#!.*/sh|#!/bin/sh|' \ > -e 's|@@BUILD_DIR@@|/var/tmp/portage/dev-vcs/git-2.8.3/work/git-2.8.3|' \ > -e 's|@@PROG@@|test-chmtime|' < wrap-for-bin.sh > bin-wrappers/test-chmtime && \ >chmod +x bin-wrappers/test-chmtime >sed -e '1s|#!.*/sh|#!/bin/sh|' \ > -e 's|@@BUILD_DIR@@|/var/tmp/portage/dev-vcs/git-2.8.3/work/git-2.8.3|' \ > -e 's|@@PROG@@|test-ctype|' < wrap-for-bin.sh > bin-wrappers/test-ctype && \ >chmod +x bin-wrappers/test-ctype >sed -e '1s|#!.*/sh|#!/bin/sh|' \ > -e 's|@@BUILD_DIR@@|/var/tmp/portage/dev-vcs/git-2.8.3/work/git-2.8.3|' \ > -e 's|@@PROG@@|test-config|' < wrap-for-bin.sh > bin-wrappers/test-config && \ >chmod +x bin-wrappers/test-config >sed -e '1s|#!.*/sh|#!/bin/sh|' \ > -e 's|@@BUILD_DIR@@|/var/tmp/portage/dev-vcs/git-2.8.3/work/git-2.8.3|' \ > -e 's|@@PROG@@|test-date|' < wrap-for-bin.sh > bin-wrappers/test-date && \ >chmod +x bin-wrappers/test-date >sed -e '1s|#!.*/sh|#!/bin/sh|' \ > -e 's|@@BUILD_DIR@@|/var/tmp/portage/dev-vcs/git-2.8.3/work/git-2.8.3|' \ > -e 's|@@PROG@@|test-delta|' < wrap-for-bin.sh > bin-wrappers/test-delta && \ >chmod +x bin-wrappers/test-delta >sed -e '1s|#!.*/sh|#!/bin/sh|' \ > -e 's|@@BUILD_DIR@@|/var/tmp/portage/dev-vcs/git-2.8.3/work/git-2.8.3|' \ > -e 's|@@PROG@@|test-dump-cache-tree|' < wrap-for-bin.sh > bin-wrappers/test-dump-cache-tree && \ >chmod +x bin-wrappers/test-dump-cache-tree >sed -e '1s|#!.*/sh|#!/bin/sh|' \ > -e 's|@@BUILD_DIR@@|/var/tmp/portage/dev-vcs/git-2.8.3/work/git-2.8.3|' \ > -e 's|@@PROG@@|test-dump-split-index|' < wrap-for-bin.sh > bin-wrappers/test-dump-split-index && \ >chmod +x bin-wrappers/test-dump-split-index >sed -e '1s|#!.*/sh|#!/bin/sh|' \ > -e 's|@@BUILD_DIR@@|/var/tmp/portage/dev-vcs/git-2.8.3/work/git-2.8.3|' \ > -e 's|@@PROG@@|test-dump-untracked-cache|' < wrap-for-bin.sh > bin-wrappers/test-dump-untracked-cache && \ >chmod +x bin-wrappers/test-dump-untracked-cache >sed -e '1s|#!.*/sh|#!/bin/sh|' \ > -e 's|@@BUILD_DIR@@|/var/tmp/portage/dev-vcs/git-2.8.3/work/git-2.8.3|' \ > -e 's|@@PROG@@|test-fake-ssh|' < wrap-for-bin.sh > bin-wrappers/test-fake-ssh && \ >chmod +x bin-wrappers/test-fake-ssh >sed -e '1s|#!.*/sh|#!/bin/sh|' \ > -e 's|@@BUILD_DIR@@|/var/tmp/portage/dev-vcs/git-2.8.3/work/git-2.8.3|' \ > -e 's|@@PROG@@|test-genrandom|' < wrap-for-bin.sh > bin-wrappers/test-genrandom && \ >chmod +x bin-wrappers/test-genrandom >sed -e '1s|#!.*/sh|#!/bin/sh|' \ > -e 's|@@BUILD_DIR@@|/var/tmp/portage/dev-vcs/git-2.8.3/work/git-2.8.3|' \ > -e 's|@@PROG@@|test-hashmap|' < wrap-for-bin.sh > bin-wrappers/test-hashmap && \ >chmod +x bin-wrappers/test-hashmap >sed -e '1s|#!.*/sh|#!/bin/sh|' \ > -e 's|@@BUILD_DIR@@|/var/tmp/portage/dev-vcs/git-2.8.3/work/git-2.8.3|' \ > -e 's|@@PROG@@|test-index-version|' < wrap-for-bin.sh > bin-wrappers/test-index-version && \ >chmod +x bin-wrappers/test-index-version >sed -e '1s|#!.*/sh|#!/bin/sh|' \ > -e 's|@@BUILD_DIR@@|/var/tmp/portage/dev-vcs/git-2.8.3/work/git-2.8.3|' \ > -e 's|@@PROG@@|test-line-buffer|' < wrap-for-bin.sh > bin-wrappers/test-line-buffer && \ >chmod +x bin-wrappers/test-line-buffer >sed -e '1s|#!.*/sh|#!/bin/sh|' \ > -e 's|@@BUILD_DIR@@|/var/tmp/portage/dev-vcs/git-2.8.3/work/git-2.8.3|' \ > -e 's|@@PROG@@|test-match-trees|' < wrap-for-bin.sh > bin-wrappers/test-match-trees && \ >chmod +x bin-wrappers/test-match-trees >sed -e '1s|#!.*/sh|#!/bin/sh|' \ > -e 's|@@BUILD_DIR@@|/var/tmp/portage/dev-vcs/git-2.8.3/work/git-2.8.3|' \ > -e 's|@@PROG@@|test-mergesort|' < wrap-for-bin.sh > bin-wrappers/test-mergesort && \ >chmod +x bin-wrappers/test-mergesort >sed -e '1s|#!.*/sh|#!/bin/sh|' \ > -e 's|@@BUILD_DIR@@|/var/tmp/portage/dev-vcs/git-2.8.3/work/git-2.8.3|' \ > -e 's|@@PROG@@|test-mktemp|' < wrap-for-bin.sh > bin-wrappers/test-mktemp && \ >chmod +x bin-wrappers/test-mktemp >sed -e '1s|#!.*/sh|#!/bin/sh|' \ > -e 's|@@BUILD_DIR@@|/var/tmp/portage/dev-vcs/git-2.8.3/work/git-2.8.3|' \ > -e 's|@@PROG@@|test-parse-options|' < wrap-for-bin.sh > bin-wrappers/test-parse-options && \ >chmod +x bin-wrappers/test-parse-options >sed -e '1s|#!.*/sh|#!/bin/sh|' \ > -e 's|@@BUILD_DIR@@|/var/tmp/portage/dev-vcs/git-2.8.3/work/git-2.8.3|' \ > -e 's|@@PROG@@|test-path-utils|' < wrap-for-bin.sh > bin-wrappers/test-path-utils && \ >chmod +x bin-wrappers/test-path-utils >sed -e '1s|#!.*/sh|#!/bin/sh|' \ > -e 's|@@BUILD_DIR@@|/var/tmp/portage/dev-vcs/git-2.8.3/work/git-2.8.3|' \ > -e 's|@@PROG@@|test-prio-queue|' < wrap-for-bin.sh > bin-wrappers/test-prio-queue && \ >chmod +x bin-wrappers/test-prio-queue >sed -e '1s|#!.*/sh|#!/bin/sh|' \ > -e 's|@@BUILD_DIR@@|/var/tmp/portage/dev-vcs/git-2.8.3/work/git-2.8.3|' \ > -e 's|@@PROG@@|test-read-cache|' < wrap-for-bin.sh > bin-wrappers/test-read-cache && \ >chmod +x bin-wrappers/test-read-cache >sed -e '1s|#!.*/sh|#!/bin/sh|' \ > -e 's|@@BUILD_DIR@@|/var/tmp/portage/dev-vcs/git-2.8.3/work/git-2.8.3|' \ > -e 's|@@PROG@@|test-regex|' < wrap-for-bin.sh > bin-wrappers/test-regex && \ >chmod +x bin-wrappers/test-regex >sed -e '1s|#!.*/sh|#!/bin/sh|' \ > -e 's|@@BUILD_DIR@@|/var/tmp/portage/dev-vcs/git-2.8.3/work/git-2.8.3|' \ > -e 's|@@PROG@@|test-revision-walking|' < wrap-for-bin.sh > bin-wrappers/test-revision-walking && \ >chmod +x bin-wrappers/test-revision-walking >sed -e '1s|#!.*/sh|#!/bin/sh|' \ > -e 's|@@BUILD_DIR@@|/var/tmp/portage/dev-vcs/git-2.8.3/work/git-2.8.3|' \ > -e 's|@@PROG@@|test-run-command|' < wrap-for-bin.sh > bin-wrappers/test-run-command && \ >chmod +x bin-wrappers/test-run-command >sed -e '1s|#!.*/sh|#!/bin/sh|' \ > -e 's|@@BUILD_DIR@@|/var/tmp/portage/dev-vcs/git-2.8.3/work/git-2.8.3|' \ > -e 's|@@PROG@@|test-scrap-cache-tree|' < wrap-for-bin.sh > bin-wrappers/test-scrap-cache-tree && \ >chmod +x bin-wrappers/test-scrap-cache-tree >sed -e '1s|#!.*/sh|#!/bin/sh|' \ > -e 's|@@BUILD_DIR@@|/var/tmp/portage/dev-vcs/git-2.8.3/work/git-2.8.3|' \ > -e 's|@@PROG@@|test-sha1|' < wrap-for-bin.sh > bin-wrappers/test-sha1 && \ >chmod +x bin-wrappers/test-sha1 >sed -e '1s|#!.*/sh|#!/bin/sh|' \ > -e 's|@@BUILD_DIR@@|/var/tmp/portage/dev-vcs/git-2.8.3/work/git-2.8.3|' \ > -e 's|@@PROG@@|test-sha1-array|' < wrap-for-bin.sh > bin-wrappers/test-sha1-array && \ >chmod +x bin-wrappers/test-sha1-array >sed -e '1s|#!.*/sh|#!/bin/sh|' \ > -e 's|@@BUILD_DIR@@|/var/tmp/portage/dev-vcs/git-2.8.3/work/git-2.8.3|' \ > -e 's|@@PROG@@|test-sigchain|' < wrap-for-bin.sh > bin-wrappers/test-sigchain && \ >chmod +x bin-wrappers/test-sigchain >sed -e '1s|#!.*/sh|#!/bin/sh|' \ > -e 's|@@BUILD_DIR@@|/var/tmp/portage/dev-vcs/git-2.8.3/work/git-2.8.3|' \ > -e 's|@@PROG@@|test-string-list|' < wrap-for-bin.sh > bin-wrappers/test-string-list && \ >chmod +x bin-wrappers/test-string-list >sed -e '1s|#!.*/sh|#!/bin/sh|' \ > -e 's|@@BUILD_DIR@@|/var/tmp/portage/dev-vcs/git-2.8.3/work/git-2.8.3|' \ > -e 's|@@PROG@@|test-submodule-config|' < wrap-for-bin.sh > bin-wrappers/test-submodule-config && \ >chmod +x bin-wrappers/test-submodule-config >sed -e '1s|#!.*/sh|#!/bin/sh|' \ > -e 's|@@BUILD_DIR@@|/var/tmp/portage/dev-vcs/git-2.8.3/work/git-2.8.3|' \ > -e 's|@@PROG@@|test-subprocess|' < wrap-for-bin.sh > bin-wrappers/test-subprocess && \ >chmod +x bin-wrappers/test-subprocess >sed -e '1s|#!.*/sh|#!/bin/sh|' \ > -e 's|@@BUILD_DIR@@|/var/tmp/portage/dev-vcs/git-2.8.3/work/git-2.8.3|' \ > -e 's|@@PROG@@|test-svn-fe|' < wrap-for-bin.sh > bin-wrappers/test-svn-fe && \ >chmod +x bin-wrappers/test-svn-fe >sed -e '1s|#!.*/sh|#!/bin/sh|' \ > -e 's|@@BUILD_DIR@@|/var/tmp/portage/dev-vcs/git-2.8.3/work/git-2.8.3|' \ > -e 's|@@PROG@@|test-urlmatch-normalization|' < wrap-for-bin.sh > bin-wrappers/test-urlmatch-normalization && \ >chmod +x bin-wrappers/test-urlmatch-normalization >x86_64-pc-linux-gnu-gcc -o test-chmtime.o -c -MF ./.depend/test-chmtime.o.d -MQ test-chmtime.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' test-chmtime.c >sed -e '1s|#!.*/sh|#!/bin/sh|' \ > -e 's|@@BUILD_DIR@@|/var/tmp/portage/dev-vcs/git-2.8.3/work/git-2.8.3|' \ > -e 's|@@PROG@@|test-wildmatch|' < wrap-for-bin.sh > bin-wrappers/test-wildmatch && \ >chmod +x bin-wrappers/test-wildmatch >x86_64-pc-linux-gnu-gcc -o abspath.o -c -MF ./.depend/abspath.o.d -MQ abspath.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' abspath.c >x86_64-pc-linux-gnu-gcc -o advice.o -c -MF ./.depend/advice.o.d -MQ advice.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' advice.c >x86_64-pc-linux-gnu-gcc -o alias.o -c -MF ./.depend/alias.o.d -MQ alias.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' alias.c >x86_64-pc-linux-gnu-gcc -o alloc.o -c -MF ./.depend/alloc.o.d -MQ alloc.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' alloc.c >x86_64-pc-linux-gnu-gcc -o archive.o -c -MF ./.depend/archive.o.d -MQ archive.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' archive.c >x86_64-pc-linux-gnu-gcc -o archive-tar.o -c -MF ./.depend/archive-tar.o.d -MQ archive-tar.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' archive-tar.c >x86_64-pc-linux-gnu-gcc -o archive-zip.o -c -MF ./.depend/archive-zip.o.d -MQ archive-zip.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' archive-zip.c >x86_64-pc-linux-gnu-gcc -o argv-array.o -c -MF ./.depend/argv-array.o.d -MQ argv-array.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' argv-array.c >x86_64-pc-linux-gnu-gcc -o attr.o -c -MF ./.depend/attr.o.d -MQ attr.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' -DETC_GITATTRIBUTES='"/etc/gitattributes"' attr.c >x86_64-pc-linux-gnu-gcc -o help.o -c -MF ./.depend/help.o.d -MQ help.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' help.c >x86_64-pc-linux-gnu-gcc -o version.o -c -MF ./.depend/version.o.d -MQ version.o -MMD -MP -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' '-DGIT_VERSION="2.8.3"' '-DGIT_USER_AGENT="git/2.8.3"' version.c >rm -f xdiff/lib.a && x86_64-pc-linux-gnu-ar rcs xdiff/lib.a xdiff/xdiffi.o xdiff/xprepare.o xdiff/xutils.o xdiff/xemit.o xdiff/xmerge.o xdiff/xpatience.o xdiff/xhistogram.o >rm -f vcs-svn/lib.a && x86_64-pc-linux-gnu-ar rcs vcs-svn/lib.a vcs-svn/line_buffer.o vcs-svn/sliding_window.o vcs-svn/repo_tree.o vcs-svn/fast_export.o vcs-svn/svndiff.o vcs-svn/svndump.o >rm -f libgit.a && x86_64-pc-linux-gnu-ar rcs libgit.a abspath.o advice.o alias.o alloc.o archive.o archive-tar.o archive-zip.o argv-array.o attr.o base85.o bisect.o blob.o branch.o bulk-checkin.o bundle.o cache-tree.o color.o column.o combine-diff.o commit.o compat/obstack.o compat/terminal.o config.o connect.o connected.o convert.o copy.o credential.o csum-file.o ctype.o date.o decorate.o diffcore-break.o diffcore-delta.o diffcore-order.o diffcore-pickaxe.o diffcore-rename.o diff-delta.o diff-lib.o diff-no-index.o diff.o dir.o editor.o entry.o environment.o ewah/bitmap.o ewah/ewah_bitmap.o ewah/ewah_io.o ewah/ewah_rlw.o exec_cmd.o fetch-pack.o fsck.o gettext.o gpg-interface.o graph.o grep.o hashmap.o help.o hex.o ident.o kwset.o levenshtein.o line-log.o line-range.o list-objects.o ll-merge.o lockfile.o log-tree.o mailinfo.o mailmap.o match-trees.o merge.o merge-blobs.o merge-recursive.o mergesort.o name-hash.o notes.o notes-cache.o notes-merge.o notes-utils.o object.o pack-bitmap.o pack-bitmap-write.o pack-check.o pack-objects.o pack-revindex.o pack-write.o pager.o parse-options.o parse-options-cb.o patch-delta.o patch-ids.o path.o pathspec.o pkt-line.o preload-index.o pretty.o prio-queue.o progress.o prompt.o quote.o reachable.o read-cache.o reflog-walk.o refs.o refs/files-backend.o ref-filter.o remote.o replace_object.o rerere.o resolve-undo.o revision.o run-command.o send-pack.o sequencer.o server-info.o setup.o sha1-array.o sha1-lookup.o sha1_file.o sha1_name.o shallow.o sideband.o sigchain.o split-index.o strbuf.o streaming.o string-list.o submodule.o submodule-config.o symlinks.o tag.o tempfile.o trace.o trailer.o transport.o transport-helper.o tree-diff.o tree.o tree-walk.o unpack-trees.o url.o urlmatch.o usage.o userdiff.o utf8.o varint.o version.o versioncmp.o walker.o wildmatch.o worktree.o wrapper.o write_or_die.o ws.o wt-status.o xdiff-interface.o zlib.o unix-socket.o block-sha1/sha1.o thread-utils.o compat/strlcpy.o >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' -o test-chmtime -Wl,-O1 -Wl,--as-needed test-chmtime.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre -lz -lpthread -lrt >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' -o test-ctype -Wl,-O1 -Wl,--as-needed test-ctype.o ctype.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre -lz -lpthread -lrt >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' -o test-config -Wl,-O1 -Wl,--as-needed test-config.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre -lz -lpthread -lrt >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' -o test-date -Wl,-O1 -Wl,--as-needed test-date.o date.o ctype.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre -lz -lpthread -lrt >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' -o test-delta -Wl,-O1 -Wl,--as-needed test-delta.o diff-delta.o patch-delta.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre -lz -lpthread -lrt >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' -o test-dump-cache-tree -Wl,-O1 -Wl,--as-needed test-dump-cache-tree.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre -lz -lpthread -lrt >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' -o test-dump-split-index -Wl,-O1 -Wl,--as-needed test-dump-split-index.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre -lz -lpthread -lrt >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' -o test-dump-untracked-cache -Wl,-O1 -Wl,--as-needed test-dump-untracked-cache.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre -lz -lpthread -lrt >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' -o test-fake-ssh -Wl,-O1 -Wl,--as-needed test-fake-ssh.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre -lz -lpthread -lrt >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' -o test-genrandom -Wl,-O1 -Wl,--as-needed test-genrandom.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre -lz -lpthread -lrt >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' -o test-hashmap -Wl,-O1 -Wl,--as-needed test-hashmap.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre -lz -lpthread -lrt >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' -o test-index-version -Wl,-O1 -Wl,--as-needed test-index-version.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre -lz -lpthread -lrt >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' -o test-line-buffer -Wl,-O1 -Wl,--as-needed test-line-buffer.o libgit.a xdiff/lib.a vcs-svn/lib.a libgit.a xdiff/lib.a -lpcre -lz -lpthread -lrt >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' -o test-match-trees -Wl,-O1 -Wl,--as-needed test-match-trees.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre -lz -lpthread -lrt >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' -o test-mergesort -Wl,-O1 -Wl,--as-needed test-mergesort.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre -lz -lpthread -lrt >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' -o test-mktemp -Wl,-O1 -Wl,--as-needed test-mktemp.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre -lz -lpthread -lrt >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' -o test-parse-options -Wl,-O1 -Wl,--as-needed test-parse-options.o parse-options.o parse-options-cb.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre -lz -lpthread -lrt >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' -o test-path-utils -Wl,-O1 -Wl,--as-needed test-path-utils.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre -lz -lpthread -lrt >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' -o test-prio-queue -Wl,-O1 -Wl,--as-needed test-prio-queue.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre -lz -lpthread -lrt >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' -o test-read-cache -Wl,-O1 -Wl,--as-needed test-read-cache.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre -lz -lpthread -lrt >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' -o test-regex -Wl,-O1 -Wl,--as-needed test-regex.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre -lz -lpthread -lrt >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' -o test-revision-walking -Wl,-O1 -Wl,--as-needed test-revision-walking.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre -lz -lpthread -lrt >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' -o test-run-command -Wl,-O1 -Wl,--as-needed test-run-command.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre -lz -lpthread -lrt >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' -o test-scrap-cache-tree -Wl,-O1 -Wl,--as-needed test-scrap-cache-tree.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre -lz -lpthread -lrt >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' -o test-sha1 -Wl,-O1 -Wl,--as-needed test-sha1.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre -lz -lpthread -lrt >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' -o test-sha1-array -Wl,-O1 -Wl,--as-needed test-sha1-array.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre -lz -lpthread -lrt >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' -o test-sigchain -Wl,-O1 -Wl,--as-needed test-sigchain.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre -lz -lpthread -lrt >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' -o test-string-list -Wl,-O1 -Wl,--as-needed test-string-list.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre -lz -lpthread -lrt >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' -o test-submodule-config -Wl,-O1 -Wl,--as-needed test-submodule-config.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre -lz -lpthread -lrt >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' -o test-subprocess -Wl,-O1 -Wl,--as-needed test-subprocess.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre -lz -lpthread -lrt >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' -o test-svn-fe -Wl,-O1 -Wl,--as-needed test-svn-fe.o libgit.a xdiff/lib.a vcs-svn/lib.a libgit.a xdiff/lib.a -lpcre -lz -lpthread -lrt >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' -o test-urlmatch-normalization -Wl,-O1 -Wl,--as-needed test-urlmatch-normalization.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre -lz -lpthread -lrt >x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-stack-protector -fomit-frame-pointer -Wall -I. -DUSE_LIBPCRE -DHAVE_ALLOCA_H -DUSE_CURL_FOR_IMAP_SEND -DHAVE_PATHS_H -DHAVE_DEV_TTY -DXDL_FAST_HASH -DHAVE_CLOCK_GETTIME -DHAVE_CLOCK_MONOTONIC -DHAVE_GETDELIM -DSHA1_HEADER='"block-sha1/sha1.h"' -DNO_STRLCPY -DNO_MKSTEMPS -DSHELL_PATH='"/bin/sh"' -o test-wildmatch -Wl,-O1 -Wl,--as-needed test-wildmatch.o libgit.a xdiff/lib.a libgit.a xdiff/lib.a -lpcre -lz -lpthread -lrt > * new script parameters >rm -f git-remote-testgit git-remote-testgit+ && sed -e '1s|#!.*/sh|#!/bin/sh|' -e 's|@SHELL_PATH@|/bin/sh|' -e 's|@@DIFF@@|diff|' -e 's|@@LOCALEDIR@@|/usr/share/locale|g' -e 's/@@NO_CURL@@//g' -e 's/@@USE_GETTEXT_SCHEME@@//g' -e '/^# @@BROKEN_PATH_FIX@@$/d' -e 's|@@GITWEBDIR@@|/usr/share/gitweb|g' -e 's|@@PERL@@|/usr/bin/perl|g' -e 's|@@SANE_TEXT_GREP@@|-a|g' git-remote-testgit.sh >git-remote-testgit+ && \ >chmod +x git-remote-testgit+ && \ >mv git-remote-testgit+ git-remote-testgit >install -d -m 755 '/var/tmp/portage/dev-vcs/git-2.8.3/image//usr/bin' >install -d -m 755 '/var/tmp/portage/dev-vcs/git-2.8.3/image//usr/libexec/git-core' >install git-credential-store git-daemon git-fast-import git-http-backend git-imap-send git-sh-i18n--envsubst git-shell git-show-index git-upload-pack git-remote-testsvn git-http-fetch git-credential-cache git-credential-cache--daemon git-remote-http git-remote-https git-remote-ftp git-remote-ftps git-bisect git-difftool--helper git-filter-branch git-merge-octopus git-merge-one-file git-merge-resolve git-mergetool git-quiltimport git-rebase git-request-pull git-stash git-submodule git-web--browse git-add--interactive git-difftool git-archimport git-relink git-send-email git-svn git-cvsexportcommit git-cvsimport git-cvsserver git-p4 git-instaweb '/var/tmp/portage/dev-vcs/git-2.8.3/image//usr/libexec/git-core' >/usr/bin/install: cannot stat 'git-credential-store': No such file or directory >/usr/bin/install: cannot stat 'git-daemon': No such file or directory >/usr/bin/install: cannot stat 'git-fast-import': No such file or directory >/usr/bin/install: cannot stat 'git-http-backend': No such file or directory >/usr/bin/install: cannot stat 'git-imap-send': No such file or directory >/usr/bin/install: cannot stat 'git-sh-i18n--envsubst': No such file or directory >/usr/bin/install: cannot stat 'git-shell': No such file or directory >/usr/bin/install: cannot stat 'git-show-index': No such file or directory >/usr/bin/install: cannot stat 'git-upload-pack': No such file or directory >/usr/bin/install: cannot stat 'git-remote-testsvn': No such file or directory >/usr/bin/install: cannot stat 'git-http-fetch': No such file or directory >/usr/bin/install: cannot stat 'git-credential-cache': No such file or directory >/usr/bin/install: cannot stat 'git-credential-cache--daemon': No such file or directory >/usr/bin/install: cannot stat 'git-remote-http': No such file or directory >/usr/bin/install: cannot stat 'git-remote-https': No such file or directory >/usr/bin/install: cannot stat 'git-remote-ftp': No such file or directory >/usr/bin/install: cannot stat 'git-remote-ftps': No such file or directory >/usr/bin/install: cannot stat 'git-bisect': No such file or directory >/usr/bin/install: cannot stat 'git-difftool--helper': No such file or directory >/usr/bin/install: cannot stat 'git-filter-branch': No such file or directory >/usr/bin/install: cannot stat 'git-merge-octopus': No such file or directory >/usr/bin/install: cannot stat 'git-merge-one-file': No such file or directory >/usr/bin/install: cannot stat 'git-merge-resolve': No such file or directory >/usr/bin/install: cannot stat 'git-mergetool': No such file or directory >/usr/bin/install: cannot stat 'git-quiltimport': No such file or directory >/usr/bin/install: cannot stat 'git-rebase': No such file or directory >/usr/bin/install: cannot stat 'git-request-pull': No such file or directory >/usr/bin/install: cannot stat 'git-stash': No such file or directory >/usr/bin/install: cannot stat 'git-submodule': No such file or directory >/usr/bin/install: cannot stat 'git-web--browse': No such file or directory >/usr/bin/install: cannot stat 'git-add--interactive': No such file or directory >/usr/bin/install: cannot stat 'git-difftool': No such file or directory >/usr/bin/install: cannot stat 'git-archimport': No such file or directory >/usr/bin/install: cannot stat 'git-relink': No such file or directory >/usr/bin/install: cannot stat 'git-send-email': No such file or directory >/usr/bin/install: cannot stat 'git-svn': No such file or directory >/usr/bin/install: cannot stat 'git-cvsexportcommit': No such file or directory >/usr/bin/install: cannot stat 'git-cvsimport': No such file or directory >/usr/bin/install: cannot stat 'git-cvsserver': No such file or directory >/usr/bin/install: cannot stat 'git-p4': No such file or directory >/usr/bin/install: cannot stat 'git-instaweb': No such file or directory >make: *** [Makefile:2328: install] Error 1 > * ERROR: dev-vcs/git-2.8.3::gentoo failed (install phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=dev-vcs/git-2.8.3::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-vcs/git-2.8.3::gentoo'`. > * The complete build log is located at '/var/tmp/portage/dev-vcs/git-2.8.3/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-vcs/git-2.8.3/temp/environment'. > * Working directory: '/var/tmp/portage/dev-vcs/git-2.8.3/work/git-2.8.3' > * S: '/var/tmp/portage/dev-vcs/git-2.8.3/work/git-2.8.3'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 583878
: 435068