Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
d71ec0cd
Commit
d71ec0cd
authored
Jun 14, 2012
by
Ian Lance Taylor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libgo: Make the subdirectory in the CHECK target.
From Andreas Schwab. From-SVN: r188547
parent
c4675e5e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
216 deletions
+2
-216
libgo/Makefile.am
+1
-108
libgo/Makefile.in
+1
-108
No files found.
libgo/Makefile.am
View file @
d71ec0cd
...
@@ -1806,6 +1806,7 @@ CHECK = \
...
@@ -1806,6 +1806,7 @@ CHECK = \
LD_LIBRARY_PATH
=
"
`
${
PWD_COMMAND
}
`
/.libs:
$$
{libgccdir}:
${
LD_LIBRARY_PATH
}
"
;
\
LD_LIBRARY_PATH
=
"
`
${
PWD_COMMAND
}
`
/.libs:
$$
{libgccdir}:
${
LD_LIBRARY_PATH
}
"
;
\
LD_LIBRARY_PATH
=
`
echo
$$
{
LD_LIBRARY_PATH
}
| sed
's,::*,:,g;s,^:*,,;s,:*$$,,'
`
;
\
LD_LIBRARY_PATH
=
`
echo
$$
{
LD_LIBRARY_PATH
}
| sed
's,::*,:,g;s,^:*,,;s,:*$$,,'
`
;
\
export
LD_LIBRARY_PATH
;
\
export
LD_LIBRARY_PATH
;
\
$(MKDIR_P)
$
(
@D
)
;
\
rm
-f
$@
-testsum
$@
-testlog
;
\
rm
-f
$@
-testsum
$@
-testlog
;
\
if
test
"
$(use_dejagnu)
"
=
"yes"
;
then
\
if
test
"
$(use_dejagnu)
"
=
"yes"
;
then
\
$(SHELL)
$(srcdir)
/testsuite/gotest
--dejagnu
=
yes
--basedir
=
$(srcdir)
--srcdir
=
$(srcdir)
/go/
$
(
@D
)
--pkgpath
=
"
$
(@D)"
--pkgfiles
=
"
$
(go_
$
(subst /,_,
$
(@D))_files)"
--testname
=
"
$
(@D)"
--goarch
=
"
$(GOARCH)
"
$(GOTESTFLAGS)
;
\
$(SHELL)
$(srcdir)
/testsuite/gotest
--dejagnu
=
yes
--basedir
=
$(srcdir)
--srcdir
=
$(srcdir)
/go/
$
(
@D
)
--pkgpath
=
"
$
(@D)"
--pkgfiles
=
"
$
(go_
$
(subst /,_,
$
(@D))_files)"
--testname
=
"
$
(@D)"
--goarch
=
"
$(GOARCH)
"
$(GOTESTFLAGS)
;
\
...
@@ -2106,7 +2107,6 @@ archive/tar.lo.dep: $(go_archive_tar_files)
...
@@ -2106,7 +2107,6 @@ archive/tar.lo.dep: $(go_archive_tar_files)
archive/tar.lo
:
$(go_archive_tar_files)
archive/tar.lo
:
$(go_archive_tar_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
archive/tar/check
:
$(CHECK_DEPS)
archive/tar/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
archive/tar
@
$(CHECK)
@
$(CHECK)
.PHONY
:
archive/tar/check
.PHONY
:
archive/tar/check
...
@@ -2116,7 +2116,6 @@ archive/zip.lo.dep: $(go_archive_zip_files)
...
@@ -2116,7 +2116,6 @@ archive/zip.lo.dep: $(go_archive_zip_files)
archive/zip.lo
:
$(go_archive_zip_files)
archive/zip.lo
:
$(go_archive_zip_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
archive/zip/check
:
$(CHECK_DEPS)
archive/zip/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
archive/zip
@
$(CHECK)
@
$(CHECK)
.PHONY
:
archive/zip/check
.PHONY
:
archive/zip/check
...
@@ -2126,7 +2125,6 @@ compress/bzip2.lo.dep: $(go_compress_bzip2_files)
...
@@ -2126,7 +2125,6 @@ compress/bzip2.lo.dep: $(go_compress_bzip2_files)
compress/bzip2.lo
:
$(go_compress_bzip2_files)
compress/bzip2.lo
:
$(go_compress_bzip2_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
compress/bzip2/check
:
$(CHECK_DEPS)
compress/bzip2/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
compress/bzip2
@
$(CHECK)
@
$(CHECK)
.PHONY
:
compress/bzip2/check
.PHONY
:
compress/bzip2/check
...
@@ -2136,7 +2134,6 @@ compress/flate.lo.dep: $(go_compress_flate_files)
...
@@ -2136,7 +2134,6 @@ compress/flate.lo.dep: $(go_compress_flate_files)
compress/flate.lo
:
$(go_compress_flate_files)
compress/flate.lo
:
$(go_compress_flate_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
compress/flate/check
:
$(CHECK_DEPS)
compress/flate/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
compress/flate
@
$(CHECK)
@
$(CHECK)
.PHONY
:
compress/flate/check
.PHONY
:
compress/flate/check
...
@@ -2146,7 +2143,6 @@ compress/gzip.lo.dep: $(go_compress_gzip_files)
...
@@ -2146,7 +2143,6 @@ compress/gzip.lo.dep: $(go_compress_gzip_files)
compress/gzip.lo
:
$(go_compress_gzip_files)
compress/gzip.lo
:
$(go_compress_gzip_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
compress/gzip/check
:
$(CHECK_DEPS)
compress/gzip/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
compress/gzip
@
$(CHECK)
@
$(CHECK)
.PHONY
:
compress/gzip/check
.PHONY
:
compress/gzip/check
...
@@ -2156,7 +2152,6 @@ compress/lzw.lo.dep: $(go_compress_lzw_files)
...
@@ -2156,7 +2152,6 @@ compress/lzw.lo.dep: $(go_compress_lzw_files)
compress/lzw.lo
:
$(go_compress_lzw_files)
compress/lzw.lo
:
$(go_compress_lzw_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
compress/lzw/check
:
$(CHECK_DEPS)
compress/lzw/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
compress/lzw
@
$(CHECK)
@
$(CHECK)
.PHONY
:
compress/lzw/check
.PHONY
:
compress/lzw/check
...
@@ -2166,7 +2161,6 @@ compress/zlib.lo.dep: $(go_compress_zlib_files)
...
@@ -2166,7 +2161,6 @@ compress/zlib.lo.dep: $(go_compress_zlib_files)
compress/zlib.lo
:
$(go_compress_zlib_files)
compress/zlib.lo
:
$(go_compress_zlib_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
compress/zlib/check
:
$(CHECK_DEPS)
compress/zlib/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
compress/zlib
@
$(CHECK)
@
$(CHECK)
.PHONY
:
compress/zlib/check
.PHONY
:
compress/zlib/check
...
@@ -2176,7 +2170,6 @@ container/heap.lo.dep: $(go_container_heap_files)
...
@@ -2176,7 +2170,6 @@ container/heap.lo.dep: $(go_container_heap_files)
container/heap.lo
:
$(go_container_heap_files)
container/heap.lo
:
$(go_container_heap_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
container/heap/check
:
$(CHECK_DEPS)
container/heap/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
container/heap
@
$(CHECK)
@
$(CHECK)
.PHONY
:
container/heap/check
.PHONY
:
container/heap/check
...
@@ -2186,7 +2179,6 @@ container/list.lo.dep: $(go_container_list_files)
...
@@ -2186,7 +2179,6 @@ container/list.lo.dep: $(go_container_list_files)
container/list.lo
:
$(go_container_list_files)
container/list.lo
:
$(go_container_list_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
container/list/check
:
$(CHECK_DEPS)
container/list/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
container/list
@
$(CHECK)
@
$(CHECK)
.PHONY
:
container/list/check
.PHONY
:
container/list/check
...
@@ -2196,7 +2188,6 @@ container/ring.lo.dep: $(go_container_ring_files)
...
@@ -2196,7 +2188,6 @@ container/ring.lo.dep: $(go_container_ring_files)
container/ring.lo
:
$(go_container_ring_files)
container/ring.lo
:
$(go_container_ring_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
container/ring/check
:
$(CHECK_DEPS)
container/ring/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
container/ring
@
$(CHECK)
@
$(CHECK)
.PHONY
:
container/ring/check
.PHONY
:
container/ring/check
...
@@ -2206,7 +2197,6 @@ crypto/aes.lo.dep: $(go_crypto_aes_files)
...
@@ -2206,7 +2197,6 @@ crypto/aes.lo.dep: $(go_crypto_aes_files)
crypto/aes.lo
:
$(go_crypto_aes_files)
crypto/aes.lo
:
$(go_crypto_aes_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
crypto/aes/check
:
$(CHECK_DEPS)
crypto/aes/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
crypto/aes
@
$(CHECK)
@
$(CHECK)
.PHONY
:
crypto/aes/check
.PHONY
:
crypto/aes/check
...
@@ -2216,7 +2206,6 @@ crypto/cipher.lo.dep: $(go_crypto_cipher_files)
...
@@ -2216,7 +2206,6 @@ crypto/cipher.lo.dep: $(go_crypto_cipher_files)
crypto/cipher.lo
:
$(go_crypto_cipher_files)
crypto/cipher.lo
:
$(go_crypto_cipher_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
crypto/cipher/check
:
$(CHECK_DEPS)
crypto/cipher/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
crypto/cipher
@
$(CHECK)
@
$(CHECK)
.PHONY
:
crypto/cipher/check
.PHONY
:
crypto/cipher/check
...
@@ -2226,7 +2215,6 @@ crypto/des.lo.dep: $(go_crypto_des_files)
...
@@ -2226,7 +2215,6 @@ crypto/des.lo.dep: $(go_crypto_des_files)
crypto/des.lo
:
$(go_crypto_des_files)
crypto/des.lo
:
$(go_crypto_des_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
crypto/des/check
:
$(CHECK_DEPS)
crypto/des/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
crypto/des
@
$(CHECK)
@
$(CHECK)
.PHONY
:
crypto/des/check
.PHONY
:
crypto/des/check
...
@@ -2236,7 +2224,6 @@ crypto/dsa.lo.dep: $(go_crypto_dsa_files)
...
@@ -2236,7 +2224,6 @@ crypto/dsa.lo.dep: $(go_crypto_dsa_files)
crypto/dsa.lo
:
$(go_crypto_dsa_files)
crypto/dsa.lo
:
$(go_crypto_dsa_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
crypto/dsa/check
:
$(CHECK_DEPS)
crypto/dsa/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
crypto/dsa
@
$(CHECK)
@
$(CHECK)
.PHONY
:
crypto/dsa/check
.PHONY
:
crypto/dsa/check
...
@@ -2246,7 +2233,6 @@ crypto/ecdsa.lo.dep: $(go_crypto_ecdsa_files)
...
@@ -2246,7 +2233,6 @@ crypto/ecdsa.lo.dep: $(go_crypto_ecdsa_files)
crypto/ecdsa.lo
:
$(go_crypto_ecdsa_files)
crypto/ecdsa.lo
:
$(go_crypto_ecdsa_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
crypto/ecdsa/check
:
$(CHECK_DEPS)
crypto/ecdsa/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
crypto/ecdsa
@
$(CHECK)
@
$(CHECK)
.PHONY
:
crypto/ecdsa/check
.PHONY
:
crypto/ecdsa/check
...
@@ -2256,7 +2242,6 @@ crypto/elliptic.lo.dep: $(go_crypto_elliptic_files)
...
@@ -2256,7 +2242,6 @@ crypto/elliptic.lo.dep: $(go_crypto_elliptic_files)
crypto/elliptic.lo
:
$(go_crypto_elliptic_files)
crypto/elliptic.lo
:
$(go_crypto_elliptic_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
crypto/elliptic/check
:
$(CHECK_DEPS)
crypto/elliptic/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
crypto/elliptic
@
$(CHECK)
@
$(CHECK)
.PHONY
:
crypto/elliptic/check
.PHONY
:
crypto/elliptic/check
...
@@ -2266,7 +2251,6 @@ crypto/hmac.lo.dep: $(go_crypto_hmac_files)
...
@@ -2266,7 +2251,6 @@ crypto/hmac.lo.dep: $(go_crypto_hmac_files)
crypto/hmac.lo
:
$(go_crypto_hmac_files)
crypto/hmac.lo
:
$(go_crypto_hmac_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
crypto/hmac/check
:
$(CHECK_DEPS)
crypto/hmac/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
crypto/hmac
@
$(CHECK)
@
$(CHECK)
.PHONY
:
crypto/hmac/check
.PHONY
:
crypto/hmac/check
...
@@ -2276,7 +2260,6 @@ crypto/md5.lo.dep: $(go_crypto_md5_files)
...
@@ -2276,7 +2260,6 @@ crypto/md5.lo.dep: $(go_crypto_md5_files)
crypto/md5.lo
:
$(go_crypto_md5_files)
crypto/md5.lo
:
$(go_crypto_md5_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
crypto/md5/check
:
$(CHECK_DEPS)
crypto/md5/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
crypto/md5
@
$(CHECK)
@
$(CHECK)
.PHONY
:
crypto/md5/check
.PHONY
:
crypto/md5/check
...
@@ -2286,7 +2269,6 @@ crypto/rand.lo.dep: $(go_crypto_rand_files)
...
@@ -2286,7 +2269,6 @@ crypto/rand.lo.dep: $(go_crypto_rand_files)
crypto/rand.lo
:
$(go_crypto_rand_files)
crypto/rand.lo
:
$(go_crypto_rand_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
crypto/rand/check
:
$(CHECK_DEPS)
crypto/rand/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
crypto/rand
@
$(CHECK)
@
$(CHECK)
.PHONY
:
crypto/rand/check
.PHONY
:
crypto/rand/check
...
@@ -2296,7 +2278,6 @@ crypto/rc4.lo.dep: $(go_crypto_rc4_files)
...
@@ -2296,7 +2278,6 @@ crypto/rc4.lo.dep: $(go_crypto_rc4_files)
crypto/rc4.lo
:
$(go_crypto_rc4_files)
crypto/rc4.lo
:
$(go_crypto_rc4_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
crypto/rc4/check
:
$(CHECK_DEPS)
crypto/rc4/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
crypto/rc4
@
$(CHECK)
@
$(CHECK)
.PHONY
:
crypto/rc4/check
.PHONY
:
crypto/rc4/check
...
@@ -2306,7 +2287,6 @@ crypto/rsa.lo.dep: $(go_crypto_rsa_files)
...
@@ -2306,7 +2287,6 @@ crypto/rsa.lo.dep: $(go_crypto_rsa_files)
crypto/rsa.lo
:
$(go_crypto_rsa_files)
crypto/rsa.lo
:
$(go_crypto_rsa_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
crypto/rsa/check
:
$(CHECK_DEPS)
crypto/rsa/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
crypto/rsa
@
$(CHECK)
@
$(CHECK)
.PHONY
:
crypto/rsa/check
.PHONY
:
crypto/rsa/check
...
@@ -2316,7 +2296,6 @@ crypto/sha1.lo.dep: $(go_crypto_sha1_files)
...
@@ -2316,7 +2296,6 @@ crypto/sha1.lo.dep: $(go_crypto_sha1_files)
crypto/sha1.lo
:
$(go_crypto_sha1_files)
crypto/sha1.lo
:
$(go_crypto_sha1_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
crypto/sha1/check
:
$(CHECK_DEPS)
crypto/sha1/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
crypto/sha1
@
$(CHECK)
@
$(CHECK)
.PHONY
:
crypto/sha1/check
.PHONY
:
crypto/sha1/check
...
@@ -2326,7 +2305,6 @@ crypto/sha256.lo.dep: $(go_crypto_sha256_files)
...
@@ -2326,7 +2305,6 @@ crypto/sha256.lo.dep: $(go_crypto_sha256_files)
crypto/sha256.lo
:
$(go_crypto_sha256_files)
crypto/sha256.lo
:
$(go_crypto_sha256_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
crypto/sha256/check
:
$(CHECK_DEPS)
crypto/sha256/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
crypto/sha256
@
$(CHECK)
@
$(CHECK)
.PHONY
:
crypto/sha256/check
.PHONY
:
crypto/sha256/check
...
@@ -2336,7 +2314,6 @@ crypto/sha512.lo.dep: $(go_crypto_sha512_files)
...
@@ -2336,7 +2314,6 @@ crypto/sha512.lo.dep: $(go_crypto_sha512_files)
crypto/sha512.lo
:
$(go_crypto_sha512_files)
crypto/sha512.lo
:
$(go_crypto_sha512_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
crypto/sha512/check
:
$(CHECK_DEPS)
crypto/sha512/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
crypto/sha512
@
$(CHECK)
@
$(CHECK)
.PHONY
:
crypto/sha512/check
.PHONY
:
crypto/sha512/check
...
@@ -2346,7 +2323,6 @@ crypto/subtle.lo.dep: $(go_crypto_subtle_files)
...
@@ -2346,7 +2323,6 @@ crypto/subtle.lo.dep: $(go_crypto_subtle_files)
crypto/subtle.lo
:
$(go_crypto_subtle_files)
crypto/subtle.lo
:
$(go_crypto_subtle_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
crypto/subtle/check
:
$(CHECK_DEPS)
crypto/subtle/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
crypto/subtle
@
$(CHECK)
@
$(CHECK)
.PHONY
:
crypto/subtle/check
.PHONY
:
crypto/subtle/check
...
@@ -2356,7 +2332,6 @@ crypto/tls.lo.dep: $(go_crypto_tls_files)
...
@@ -2356,7 +2332,6 @@ crypto/tls.lo.dep: $(go_crypto_tls_files)
crypto/tls.lo
:
$(go_crypto_tls_files)
crypto/tls.lo
:
$(go_crypto_tls_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
crypto/tls/check
:
$(CHECK_DEPS)
crypto/tls/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
crypto/tls
@
$(CHECK)
@
$(CHECK)
.PHONY
:
crypto/tls/check
.PHONY
:
crypto/tls/check
...
@@ -2366,7 +2341,6 @@ crypto/x509.lo.dep: $(go_crypto_x509_files)
...
@@ -2366,7 +2341,6 @@ crypto/x509.lo.dep: $(go_crypto_x509_files)
crypto/x509.lo
:
$(go_crypto_x509_files)
crypto/x509.lo
:
$(go_crypto_x509_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
crypto/x509/check
:
$(CHECK_DEPS)
crypto/x509/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
crypto/x509
@
$(CHECK)
@
$(CHECK)
.PHONY
:
crypto/x509/check
.PHONY
:
crypto/x509/check
...
@@ -2376,7 +2350,6 @@ crypto/x509/pkix.lo.dep: $(go_crypto_x509_pkix_files)
...
@@ -2376,7 +2350,6 @@ crypto/x509/pkix.lo.dep: $(go_crypto_x509_pkix_files)
crypto/x509/pkix.lo
:
$(go_crypto_x509_pkix_files)
crypto/x509/pkix.lo
:
$(go_crypto_x509_pkix_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
crypto/x509/pkix/check
:
$(CHECK_DEPS)
crypto/x509/pkix/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
crypto/x509/pkix
@
$(CHECK)
@
$(CHECK)
.PHONY
:
crypto/x509/pkix/check
.PHONY
:
crypto/x509/pkix/check
...
@@ -2386,7 +2359,6 @@ database/sql.lo.dep: $(go_database_sql_files)
...
@@ -2386,7 +2359,6 @@ database/sql.lo.dep: $(go_database_sql_files)
database/sql.lo
:
$(go_database_sql_files)
database/sql.lo
:
$(go_database_sql_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
database/sql/check
:
$(CHECK_DEPS)
database/sql/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
database/sql
@
$(CHECK)
@
$(CHECK)
.PHONY
:
database/sql/check
.PHONY
:
database/sql/check
...
@@ -2396,7 +2368,6 @@ database/sql/driver.lo.dep: $(go_database_sql_driver_files)
...
@@ -2396,7 +2368,6 @@ database/sql/driver.lo.dep: $(go_database_sql_driver_files)
database/sql/driver.lo
:
$(go_database_sql_driver_files)
database/sql/driver.lo
:
$(go_database_sql_driver_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
database/sql/driver/check
:
$(CHECK_DEPS)
database/sql/driver/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
database/sql/driver
@
$(CHECK)
@
$(CHECK)
.PHONY
:
database/sql/driver/check
.PHONY
:
database/sql/driver/check
...
@@ -2406,7 +2377,6 @@ debug/dwarf.lo.dep: $(go_debug_dwarf_files)
...
@@ -2406,7 +2377,6 @@ debug/dwarf.lo.dep: $(go_debug_dwarf_files)
debug/dwarf.lo
:
$(go_debug_dwarf_files)
debug/dwarf.lo
:
$(go_debug_dwarf_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
debug/dwarf/check
:
$(CHECK_DEPS)
debug/dwarf/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
debug/dwarf
@
$(CHECK)
@
$(CHECK)
.PHONY
:
debug/dwarf/check
.PHONY
:
debug/dwarf/check
...
@@ -2416,7 +2386,6 @@ debug/elf.lo.dep: $(go_debug_elf_files)
...
@@ -2416,7 +2386,6 @@ debug/elf.lo.dep: $(go_debug_elf_files)
debug/elf.lo
:
$(go_debug_elf_files)
debug/elf.lo
:
$(go_debug_elf_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
debug/elf/check
:
$(CHECK_DEPS)
debug/elf/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
debug/elf
@
$(CHECK)
@
$(CHECK)
.PHONY
:
debug/elf/check
.PHONY
:
debug/elf/check
...
@@ -2426,7 +2395,6 @@ debug/gosym.lo.dep: $(go_debug_gosym_files)
...
@@ -2426,7 +2395,6 @@ debug/gosym.lo.dep: $(go_debug_gosym_files)
debug/gosym.lo
:
$(go_debug_gosym_files)
debug/gosym.lo
:
$(go_debug_gosym_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
debug/gosym/check
:
$(CHECK_DEPS)
debug/gosym/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
debug/gosym
@
$(CHECK)
@
$(CHECK)
.PHONY
:
debug/gosym/check
.PHONY
:
debug/gosym/check
...
@@ -2436,7 +2404,6 @@ debug/macho.lo.dep: $(go_debug_macho_files)
...
@@ -2436,7 +2404,6 @@ debug/macho.lo.dep: $(go_debug_macho_files)
debug/macho.lo
:
$(go_debug_macho_files)
debug/macho.lo
:
$(go_debug_macho_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
debug/macho/check
:
$(CHECK_DEPS)
debug/macho/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
debug/macho
@
$(CHECK)
@
$(CHECK)
.PHONY
:
debug/macho/check
.PHONY
:
debug/macho/check
...
@@ -2446,7 +2413,6 @@ debug/pe.lo.dep: $(go_debug_pe_files)
...
@@ -2446,7 +2413,6 @@ debug/pe.lo.dep: $(go_debug_pe_files)
debug/pe.lo
:
$(go_debug_pe_files)
debug/pe.lo
:
$(go_debug_pe_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
debug/pe/check
:
$(CHECK_DEPS)
debug/pe/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
debug/pe
@
$(CHECK)
@
$(CHECK)
.PHONY
:
debug/pe/check
.PHONY
:
debug/pe/check
...
@@ -2456,7 +2422,6 @@ encoding/asn1.lo.dep: $(go_encoding_asn1_files)
...
@@ -2456,7 +2422,6 @@ encoding/asn1.lo.dep: $(go_encoding_asn1_files)
encoding/asn1.lo
:
$(go_encoding_asn1_files)
encoding/asn1.lo
:
$(go_encoding_asn1_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
encoding/asn1/check
:
$(CHECK_DEPS)
encoding/asn1/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
encoding/asn1
@
$(CHECK)
@
$(CHECK)
.PHONY
:
encoding/asn1/check
.PHONY
:
encoding/asn1/check
...
@@ -2466,7 +2431,6 @@ encoding/ascii85.lo.dep: $(go_encoding_ascii85_files)
...
@@ -2466,7 +2431,6 @@ encoding/ascii85.lo.dep: $(go_encoding_ascii85_files)
encoding/ascii85.lo
:
$(go_encoding_ascii85_files)
encoding/ascii85.lo
:
$(go_encoding_ascii85_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
encoding/ascii85/check
:
$(CHECK_DEPS)
encoding/ascii85/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
encoding/ascii85
@
$(CHECK)
@
$(CHECK)
.PHONY
:
encoding/ascii85/check
.PHONY
:
encoding/ascii85/check
...
@@ -2476,7 +2440,6 @@ encoding/base32.lo.dep: $(go_encoding_base32_files)
...
@@ -2476,7 +2440,6 @@ encoding/base32.lo.dep: $(go_encoding_base32_files)
encoding/base32.lo
:
$(go_encoding_base32_files)
encoding/base32.lo
:
$(go_encoding_base32_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
encoding/base32/check
:
$(CHECK_DEPS)
encoding/base32/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
encoding/base32
@
$(CHECK)
@
$(CHECK)
.PHONY
:
encoding/base32/check
.PHONY
:
encoding/base32/check
...
@@ -2486,7 +2449,6 @@ encoding/base64.lo.dep: $(go_encoding_base64_files)
...
@@ -2486,7 +2449,6 @@ encoding/base64.lo.dep: $(go_encoding_base64_files)
encoding/base64.lo
:
$(go_encoding_base64_files)
encoding/base64.lo
:
$(go_encoding_base64_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
encoding/base64/check
:
$(CHECK_DEPS)
encoding/base64/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
encoding/base64
@
$(CHECK)
@
$(CHECK)
.PHONY
:
encoding/base64/check
.PHONY
:
encoding/base64/check
...
@@ -2496,7 +2458,6 @@ encoding/binary.lo.dep: $(go_encoding_binary_files)
...
@@ -2496,7 +2458,6 @@ encoding/binary.lo.dep: $(go_encoding_binary_files)
encoding/binary.lo
:
$(go_encoding_binary_files)
encoding/binary.lo
:
$(go_encoding_binary_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
encoding/binary/check
:
$(CHECK_DEPS)
encoding/binary/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
encoding/binary
@
$(CHECK)
@
$(CHECK)
.PHONY
:
encoding/binary/check
.PHONY
:
encoding/binary/check
...
@@ -2506,7 +2467,6 @@ encoding/csv.lo.dep: $(go_encoding_csv_files)
...
@@ -2506,7 +2467,6 @@ encoding/csv.lo.dep: $(go_encoding_csv_files)
encoding/csv.lo
:
$(go_encoding_csv_files)
encoding/csv.lo
:
$(go_encoding_csv_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
encoding/csv/check
:
$(CHECK_DEPS)
encoding/csv/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
encoding/csv
@
$(CHECK)
@
$(CHECK)
.PHONY
:
encoding/csv/check
.PHONY
:
encoding/csv/check
...
@@ -2516,7 +2476,6 @@ encoding/gob.lo.dep: $(go_encoding_gob_files)
...
@@ -2516,7 +2476,6 @@ encoding/gob.lo.dep: $(go_encoding_gob_files)
encoding/gob.lo
:
$(go_encoding_gob_files)
encoding/gob.lo
:
$(go_encoding_gob_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
encoding/gob/check
:
$(CHECK_DEPS)
encoding/gob/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
encoding/gob
@
$(CHECK)
@
$(CHECK)
.PHONY
:
encoding/gob/check
.PHONY
:
encoding/gob/check
...
@@ -2526,7 +2485,6 @@ encoding/hex.lo.dep: $(go_encoding_hex_files)
...
@@ -2526,7 +2485,6 @@ encoding/hex.lo.dep: $(go_encoding_hex_files)
encoding/hex.lo
:
$(go_encoding_hex_files)
encoding/hex.lo
:
$(go_encoding_hex_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
encoding/hex/check
:
$(CHECK_DEPS)
encoding/hex/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
encoding/hex
@
$(CHECK)
@
$(CHECK)
.PHONY
:
encoding/hex/check
.PHONY
:
encoding/hex/check
...
@@ -2536,7 +2494,6 @@ encoding/json.lo.dep: $(go_encoding_json_files)
...
@@ -2536,7 +2494,6 @@ encoding/json.lo.dep: $(go_encoding_json_files)
encoding/json.lo
:
$(go_encoding_json_files)
encoding/json.lo
:
$(go_encoding_json_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
encoding/json/check
:
$(CHECK_DEPS)
encoding/json/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
encoding/json
@
$(CHECK)
@
$(CHECK)
.PHONY
:
encoding/json/check
.PHONY
:
encoding/json/check
...
@@ -2546,7 +2503,6 @@ encoding/pem.lo.dep: $(go_encoding_pem_files)
...
@@ -2546,7 +2503,6 @@ encoding/pem.lo.dep: $(go_encoding_pem_files)
encoding/pem.lo
:
$(go_encoding_pem_files)
encoding/pem.lo
:
$(go_encoding_pem_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
encoding/pem/check
:
$(CHECK_DEPS)
encoding/pem/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
encoding/pem
@
$(CHECK)
@
$(CHECK)
.PHONY
:
encoding/pem/check
.PHONY
:
encoding/pem/check
...
@@ -2556,7 +2512,6 @@ encoding/xml.lo.dep: $(go_encoding_xml_files)
...
@@ -2556,7 +2512,6 @@ encoding/xml.lo.dep: $(go_encoding_xml_files)
encoding/xml.lo
:
$(go_encoding_xml_files)
encoding/xml.lo
:
$(go_encoding_xml_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
encoding/xml/check
:
$(CHECK_DEPS)
encoding/xml/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
encoding/xml
@
$(CHECK)
@
$(CHECK)
.PHONY
:
encoding/xml/check
.PHONY
:
encoding/xml/check
...
@@ -2566,7 +2521,6 @@ exp/ebnf.lo.dep: $(go_exp_ebnf_files)
...
@@ -2566,7 +2521,6 @@ exp/ebnf.lo.dep: $(go_exp_ebnf_files)
exp/ebnf.lo
:
$(go_exp_ebnf_files)
exp/ebnf.lo
:
$(go_exp_ebnf_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
exp/ebnf/check
:
$(CHECK_DEPS)
exp/ebnf/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
exp/ebnf
@
$(CHECK)
@
$(CHECK)
.PHONY
:
exp/ebnf/check
.PHONY
:
exp/ebnf/check
...
@@ -2576,7 +2530,6 @@ exp/html.lo.dep: $(go_exp_html_files)
...
@@ -2576,7 +2530,6 @@ exp/html.lo.dep: $(go_exp_html_files)
exp/html.lo
:
$(go_exp_html_files)
exp/html.lo
:
$(go_exp_html_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
exp/html/check
:
$(CHECK_DEPS)
exp/html/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
exp/html
@
$(CHECK)
@
$(CHECK)
.PHONY
:
exp/html/check
.PHONY
:
exp/html/check
...
@@ -2586,7 +2539,6 @@ exp/norm.lo.dep: $(go_exp_norm_files)
...
@@ -2586,7 +2539,6 @@ exp/norm.lo.dep: $(go_exp_norm_files)
exp/norm.lo
:
$(go_exp_norm_files)
exp/norm.lo
:
$(go_exp_norm_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
exp/norm/check
:
$(CHECK_DEPS)
exp/norm/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
exp/norm
@
$(CHECK)
@
$(CHECK)
.PHONY
:
exp/norm/check
.PHONY
:
exp/norm/check
...
@@ -2596,7 +2548,6 @@ exp/proxy.lo.dep: $(go_exp_proxy_files)
...
@@ -2596,7 +2548,6 @@ exp/proxy.lo.dep: $(go_exp_proxy_files)
exp/proxy.lo
:
$(go_exp_proxy_files)
exp/proxy.lo
:
$(go_exp_proxy_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
exp/proxy/check
:
$(CHECK_DEPS)
exp/proxy/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
exp/proxy
@
$(CHECK)
@
$(CHECK)
.PHONY
:
exp/proxy/check
.PHONY
:
exp/proxy/check
...
@@ -2606,7 +2557,6 @@ exp/terminal.lo.dep: $(go_exp_terminal_files)
...
@@ -2606,7 +2557,6 @@ exp/terminal.lo.dep: $(go_exp_terminal_files)
exp/terminal.lo
:
$(go_exp_terminal_files)
exp/terminal.lo
:
$(go_exp_terminal_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
exp/terminal/check
:
$(CHECK_DEPS)
exp/terminal/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
exp/terminal
@
$(CHECK)
@
$(CHECK)
.PHONY
:
exp/terminal/check
.PHONY
:
exp/terminal/check
...
@@ -2616,7 +2566,6 @@ exp/types.lo.dep: $(go_exp_types_files)
...
@@ -2616,7 +2566,6 @@ exp/types.lo.dep: $(go_exp_types_files)
exp/types.lo
:
$(go_exp_types_files)
exp/types.lo
:
$(go_exp_types_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
exp/types/check
:
$(CHECK_DEPS)
exp/types/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
exp/types
@
$(CHECK)
@
$(CHECK)
.PHONY
:
exp/types/check
.PHONY
:
exp/types/check
...
@@ -2626,7 +2575,6 @@ exp/utf8string.lo.dep: $(go_exp_utf8string_files)
...
@@ -2626,7 +2575,6 @@ exp/utf8string.lo.dep: $(go_exp_utf8string_files)
exp/utf8string.lo
:
$(go_exp_utf8string_files)
exp/utf8string.lo
:
$(go_exp_utf8string_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
exp/utf8string/check
:
$(CHECK_DEPS)
exp/utf8string/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
exp/utf8string
@
$(CHECK)
@
$(CHECK)
.PHONY
:
exp/utf8string/check
.PHONY
:
exp/utf8string/check
...
@@ -2636,7 +2584,6 @@ exp/inotify.lo.dep: $(go_exp_inotify_files)
...
@@ -2636,7 +2584,6 @@ exp/inotify.lo.dep: $(go_exp_inotify_files)
exp/inotify.lo
:
$(go_exp_inotify_files)
exp/inotify.lo
:
$(go_exp_inotify_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
exp/inotify/check
:
$(CHECK_DEPS)
exp/inotify/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
exp/inotify
@
$(CHECK)
@
$(CHECK)
.PHONY
:
exp/inotify/check
.PHONY
:
exp/inotify/check
...
@@ -2646,7 +2593,6 @@ html/template.lo.dep: $(go_html_template_files)
...
@@ -2646,7 +2593,6 @@ html/template.lo.dep: $(go_html_template_files)
html/template.lo
:
$(go_html_template_files)
html/template.lo
:
$(go_html_template_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
html/template/check
:
$(CHECK_DEPS)
html/template/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
html/template
@
$(CHECK)
@
$(CHECK)
.PHONY
:
html/template/check
.PHONY
:
html/template/check
...
@@ -2656,7 +2602,6 @@ go/ast.lo.dep: $(go_go_ast_files)
...
@@ -2656,7 +2602,6 @@ go/ast.lo.dep: $(go_go_ast_files)
go/ast.lo
:
$(go_go_ast_files)
go/ast.lo
:
$(go_go_ast_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
go/ast/check
:
$(CHECK_DEPS)
go/ast/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
go/ast
@
$(CHECK)
@
$(CHECK)
.PHONY
:
go/ast/check
.PHONY
:
go/ast/check
...
@@ -2666,7 +2611,6 @@ go/build.lo.dep: $(go_go_build_files)
...
@@ -2666,7 +2611,6 @@ go/build.lo.dep: $(go_go_build_files)
go/build.lo
:
$(go_go_build_files)
go/build.lo
:
$(go_go_build_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
go/build/check
:
$(CHECK_DEPS)
go/build/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
go/build
@
$(CHECK)
@
$(CHECK)
.PHONY
:
go/build/check
.PHONY
:
go/build/check
...
@@ -2685,7 +2629,6 @@ go/doc.lo.dep: $(go_go_doc_files)
...
@@ -2685,7 +2629,6 @@ go/doc.lo.dep: $(go_go_doc_files)
go/doc.lo
:
$(go_go_doc_files)
go/doc.lo
:
$(go_go_doc_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
go/doc/check
:
$(CHECK_DEPS)
go/doc/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
go/doc
@
$(CHECK)
@
$(CHECK)
.PHONY
:
go/doc/check
.PHONY
:
go/doc/check
...
@@ -2695,7 +2638,6 @@ go/parser.lo.dep: $(go_go_parser_files)
...
@@ -2695,7 +2638,6 @@ go/parser.lo.dep: $(go_go_parser_files)
go/parser.lo
:
$(go_go_parser_files)
go/parser.lo
:
$(go_go_parser_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
go/parser/check
:
$(CHECK_DEPS)
go/parser/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
go/parser
@
$(CHECK)
@
$(CHECK)
.PHONY
:
go/parser/check
.PHONY
:
go/parser/check
...
@@ -2705,7 +2647,6 @@ go/printer.lo.dep: $(go_go_printer_files)
...
@@ -2705,7 +2647,6 @@ go/printer.lo.dep: $(go_go_printer_files)
go/printer.lo
:
$(go_go_printer_files)
go/printer.lo
:
$(go_go_printer_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
go/printer/check
:
$(CHECK_DEPS)
go/printer/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
go/printer
@
$(CHECK)
@
$(CHECK)
.PHONY
:
go/printer/check
.PHONY
:
go/printer/check
...
@@ -2715,7 +2656,6 @@ go/scanner.lo.dep: $(go_go_scanner_files)
...
@@ -2715,7 +2656,6 @@ go/scanner.lo.dep: $(go_go_scanner_files)
go/scanner.lo
:
$(go_go_scanner_files)
go/scanner.lo
:
$(go_go_scanner_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
go/scanner/check
:
$(CHECK_DEPS)
go/scanner/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
go/scanner
@
$(CHECK)
@
$(CHECK)
.PHONY
:
go/scanner/check
.PHONY
:
go/scanner/check
...
@@ -2725,7 +2665,6 @@ go/token.lo.dep: $(go_go_token_files)
...
@@ -2725,7 +2665,6 @@ go/token.lo.dep: $(go_go_token_files)
go/token.lo
:
$(go_go_token_files)
go/token.lo
:
$(go_go_token_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
go/token/check
:
$(CHECK_DEPS)
go/token/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
go/token
@
$(CHECK)
@
$(CHECK)
.PHONY
:
go/token/check
.PHONY
:
go/token/check
...
@@ -2735,7 +2674,6 @@ hash/adler32.lo.dep: $(go_hash_adler32_files)
...
@@ -2735,7 +2674,6 @@ hash/adler32.lo.dep: $(go_hash_adler32_files)
hash/adler32.lo
:
$(go_hash_adler32_files)
hash/adler32.lo
:
$(go_hash_adler32_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
hash/adler32/check
:
$(CHECK_DEPS)
hash/adler32/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
hash
/adler32
@
$(CHECK)
@
$(CHECK)
.PHONY
:
hash/adler32/check
.PHONY
:
hash/adler32/check
...
@@ -2745,7 +2683,6 @@ hash/crc32.lo.dep: $(go_hash_crc32_files)
...
@@ -2745,7 +2683,6 @@ hash/crc32.lo.dep: $(go_hash_crc32_files)
hash/crc32.lo
:
$(go_hash_crc32_files)
hash/crc32.lo
:
$(go_hash_crc32_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
hash/crc32/check
:
$(CHECK_DEPS)
hash/crc32/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
hash
/crc32
@
$(CHECK)
@
$(CHECK)
.PHONY
:
hash/crc32/check
.PHONY
:
hash/crc32/check
...
@@ -2755,7 +2692,6 @@ hash/crc64.lo.dep: $(go_hash_crc64_files)
...
@@ -2755,7 +2692,6 @@ hash/crc64.lo.dep: $(go_hash_crc64_files)
hash/crc64.lo
:
$(go_hash_crc64_files)
hash/crc64.lo
:
$(go_hash_crc64_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
hash/crc64/check
:
$(CHECK_DEPS)
hash/crc64/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
hash
/crc64
@
$(CHECK)
@
$(CHECK)
.PHONY
:
hash/crc64/check
.PHONY
:
hash/crc64/check
...
@@ -2765,7 +2701,6 @@ hash/fnv.lo.dep: $(go_hash_fnv_files)
...
@@ -2765,7 +2701,6 @@ hash/fnv.lo.dep: $(go_hash_fnv_files)
hash/fnv.lo
:
$(go_hash_fnv_files)
hash/fnv.lo
:
$(go_hash_fnv_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
hash/fnv/check
:
$(CHECK_DEPS)
hash/fnv/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
hash
/fnv
@
$(CHECK)
@
$(CHECK)
.PHONY
:
hash/fnv/check
.PHONY
:
hash/fnv/check
...
@@ -2775,7 +2710,6 @@ image/color.lo.dep: $(go_image_color_files)
...
@@ -2775,7 +2710,6 @@ image/color.lo.dep: $(go_image_color_files)
image/color.lo
:
$(go_image_color_files)
image/color.lo
:
$(go_image_color_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
image/color/check
:
$(CHECK_DEPS)
image/color/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
image/color
@
$(CHECK)
@
$(CHECK)
.PHONY
:
image/color/check
.PHONY
:
image/color/check
...
@@ -2785,7 +2719,6 @@ image/draw.lo.dep: $(go_image_draw_files)
...
@@ -2785,7 +2719,6 @@ image/draw.lo.dep: $(go_image_draw_files)
image/draw.lo
:
$(go_image_draw_files)
image/draw.lo
:
$(go_image_draw_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
image/draw/check
:
$(CHECK_DEPS)
image/draw/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
image/draw
@
$(CHECK)
@
$(CHECK)
.PHONY
:
image/draw/check
.PHONY
:
image/draw/check
...
@@ -2795,7 +2728,6 @@ image/gif.lo.dep: $(go_image_gif_files)
...
@@ -2795,7 +2728,6 @@ image/gif.lo.dep: $(go_image_gif_files)
image/gif.lo
:
$(go_image_gif_files)
image/gif.lo
:
$(go_image_gif_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
image/gif/check
:
$(CHECK_DEPS)
image/gif/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
image/gif
@
$(CHECK)
@
$(CHECK)
.PHONY
:
image/gif/check
.PHONY
:
image/gif/check
...
@@ -2805,7 +2737,6 @@ image/jpeg.lo.dep: $(go_image_jpeg_files)
...
@@ -2805,7 +2737,6 @@ image/jpeg.lo.dep: $(go_image_jpeg_files)
image/jpeg.lo
:
$(go_image_jpeg_files)
image/jpeg.lo
:
$(go_image_jpeg_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
image/jpeg/check
:
$(CHECK_DEPS)
image/jpeg/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
image/jpeg
@
$(CHECK)
@
$(CHECK)
.PHONY
:
image/jpeg/check
.PHONY
:
image/jpeg/check
...
@@ -2815,7 +2746,6 @@ image/png.lo.dep: $(go_image_png_files)
...
@@ -2815,7 +2746,6 @@ image/png.lo.dep: $(go_image_png_files)
image/png.lo
:
$(go_image_png_files)
image/png.lo
:
$(go_image_png_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
image/png/check
:
$(CHECK_DEPS)
image/png/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
image/png
@
$(CHECK)
@
$(CHECK)
.PHONY
:
image/png/check
.PHONY
:
image/png/check
...
@@ -2825,7 +2755,6 @@ index/suffixarray.lo.dep: $(go_index_suffixarray_files)
...
@@ -2825,7 +2755,6 @@ index/suffixarray.lo.dep: $(go_index_suffixarray_files)
index/suffixarray.lo
:
$(go_index_suffixarray_files)
index/suffixarray.lo
:
$(go_index_suffixarray_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
index/suffixarray/check
:
$(CHECK_DEPS)
index/suffixarray/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
index/suffixarray
@
$(CHECK)
@
$(CHECK)
.PHONY
:
index/suffixarray/check
.PHONY
:
index/suffixarray/check
...
@@ -2835,7 +2764,6 @@ io/ioutil.lo.dep: $(go_io_ioutil_files)
...
@@ -2835,7 +2764,6 @@ io/ioutil.lo.dep: $(go_io_ioutil_files)
io/ioutil.lo
:
$(go_io_ioutil_files)
io/ioutil.lo
:
$(go_io_ioutil_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
io/ioutil/check
:
$(CHECK_DEPS)
io/ioutil/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
io/ioutil
@
$(CHECK)
@
$(CHECK)
.PHONY
:
io/ioutil/check
.PHONY
:
io/ioutil/check
...
@@ -2848,7 +2776,6 @@ log/syslog/syslog_c.lo: $(go_syslog_c_files) log/syslog.lo
...
@@ -2848,7 +2776,6 @@ log/syslog/syslog_c.lo: $(go_syslog_c_files) log/syslog.lo
@
$(MKDIR_P)
log/syslog
@
$(MKDIR_P)
log/syslog
$(LTCOMPILE)
-c
-o
$@
$(srcdir)
/go/log/syslog/syslog_c.c
$(LTCOMPILE)
-c
-o
$@
$(srcdir)
/go/log/syslog/syslog_c.c
log/syslog/check
:
$(CHECK_DEPS)
log/syslog/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
log/syslog
@
$(CHECK)
@
$(CHECK)
.PHONY
:
log/syslog/check
.PHONY
:
log/syslog/check
...
@@ -2858,7 +2785,6 @@ math/big.lo.dep: $(go_math_big_files)
...
@@ -2858,7 +2785,6 @@ math/big.lo.dep: $(go_math_big_files)
math/big.lo
:
$(go_math_big_files)
math/big.lo
:
$(go_math_big_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
math/big/check
:
$(CHECK_DEPS)
math/big/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
math/big
@
$(CHECK)
@
$(CHECK)
.PHONY
:
math/big/check
.PHONY
:
math/big/check
...
@@ -2868,7 +2794,6 @@ math/cmplx.lo.dep: $(go_math_cmplx_files)
...
@@ -2868,7 +2794,6 @@ math/cmplx.lo.dep: $(go_math_cmplx_files)
math/cmplx.lo
:
$(go_math_cmplx_files)
math/cmplx.lo
:
$(go_math_cmplx_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
math/cmplx/check
:
$(CHECK_DEPS)
math/cmplx/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
math/cmplx
@
$(CHECK)
@
$(CHECK)
.PHONY
:
math/cmplx/check
.PHONY
:
math/cmplx/check
...
@@ -2878,7 +2803,6 @@ math/rand.lo.dep: $(go_math_rand_files)
...
@@ -2878,7 +2803,6 @@ math/rand.lo.dep: $(go_math_rand_files)
math/rand.lo
:
$(go_math_rand_files)
math/rand.lo
:
$(go_math_rand_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
math/rand/check
:
$(CHECK_DEPS)
math/rand/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
math/rand
@
$(CHECK)
@
$(CHECK)
.PHONY
:
math/rand/check
.PHONY
:
math/rand/check
...
@@ -2888,7 +2812,6 @@ mime/multipart.lo.dep: $(go_mime_multipart_files)
...
@@ -2888,7 +2812,6 @@ mime/multipart.lo.dep: $(go_mime_multipart_files)
mime/multipart.lo
:
$(go_mime_multipart_files)
mime/multipart.lo
:
$(go_mime_multipart_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
mime/multipart/check
:
$(CHECK_DEPS)
mime/multipart/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
mime/multipart
@
$(CHECK)
@
$(CHECK)
.PHONY
:
mime/multipart/check
.PHONY
:
mime/multipart/check
...
@@ -2898,7 +2821,6 @@ net/http.lo.dep: $(go_net_http_files)
...
@@ -2898,7 +2821,6 @@ net/http.lo.dep: $(go_net_http_files)
net/http.lo
:
$(go_net_http_files)
net/http.lo
:
$(go_net_http_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
net/http/check
:
$(CHECK_DEPS)
net/http/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
net/http
@
$(CHECK)
@
$(CHECK)
.PHONY
:
net/http/check
.PHONY
:
net/http/check
...
@@ -2908,7 +2830,6 @@ net/mail.lo.dep: $(go_net_mail_files)
...
@@ -2908,7 +2830,6 @@ net/mail.lo.dep: $(go_net_mail_files)
net/mail.lo
:
$(go_net_mail_files)
net/mail.lo
:
$(go_net_mail_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
net/mail/check
:
$(CHECK_DEPS)
net/mail/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
net/mail
@
$(CHECK)
@
$(CHECK)
.PHONY
:
net/mail/check
.PHONY
:
net/mail/check
...
@@ -2918,7 +2839,6 @@ net/rpc.lo.dep: $(go_net_rpc_files)
...
@@ -2918,7 +2839,6 @@ net/rpc.lo.dep: $(go_net_rpc_files)
net/rpc.lo
:
$(go_net_rpc_files)
net/rpc.lo
:
$(go_net_rpc_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
net/rpc/check
:
$(CHECK_DEPS)
net/rpc/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
net/rpc
@
$(CHECK)
@
$(CHECK)
.PHONY
:
net/rpc/check
.PHONY
:
net/rpc/check
...
@@ -2928,7 +2848,6 @@ net/smtp.lo.dep: $(go_net_smtp_files)
...
@@ -2928,7 +2848,6 @@ net/smtp.lo.dep: $(go_net_smtp_files)
net/smtp.lo
:
$(go_net_smtp_files)
net/smtp.lo
:
$(go_net_smtp_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
net/smtp/check
:
$(CHECK_DEPS)
net/smtp/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
net/smtp
@
$(CHECK)
@
$(CHECK)
.PHONY
:
net/smtp/check
.PHONY
:
net/smtp/check
...
@@ -2938,7 +2857,6 @@ net/url.lo.dep: $(go_net_url_files)
...
@@ -2938,7 +2857,6 @@ net/url.lo.dep: $(go_net_url_files)
net/url.lo
:
$(go_net_url_files)
net/url.lo
:
$(go_net_url_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
net/url/check
:
$(CHECK_DEPS)
net/url/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
net/url
@
$(CHECK)
@
$(CHECK)
.PHONY
:
net/url/check
.PHONY
:
net/url/check
...
@@ -2948,7 +2866,6 @@ net/textproto.lo.dep: $(go_net_textproto_files)
...
@@ -2948,7 +2866,6 @@ net/textproto.lo.dep: $(go_net_textproto_files)
net/textproto.lo
:
$(go_net_textproto_files)
net/textproto.lo
:
$(go_net_textproto_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
net/textproto/check
:
$(CHECK_DEPS)
net/textproto/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
net/textproto
@
$(CHECK)
@
$(CHECK)
.PHONY
:
net/textproto/check
.PHONY
:
net/textproto/check
...
@@ -2958,7 +2875,6 @@ net/http/cgi.lo.dep: $(go_net_http_cgi_files)
...
@@ -2958,7 +2875,6 @@ net/http/cgi.lo.dep: $(go_net_http_cgi_files)
net/http/cgi.lo
:
$(go_net_http_cgi_files)
net/http/cgi.lo
:
$(go_net_http_cgi_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
net/http/cgi/check
:
$(CHECK_DEPS)
net/http/cgi/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
net/http/cgi
@
$(CHECK)
@
$(CHECK)
.PHONY
:
net/http/cgi/check
.PHONY
:
net/http/cgi/check
...
@@ -2968,7 +2884,6 @@ net/http/fcgi.lo.dep: $(go_net_http_fcgi_files)
...
@@ -2968,7 +2884,6 @@ net/http/fcgi.lo.dep: $(go_net_http_fcgi_files)
net/http/fcgi.lo
:
$(go_net_http_fcgi_files)
net/http/fcgi.lo
:
$(go_net_http_fcgi_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
net/http/fcgi/check
:
$(CHECK_DEPS)
net/http/fcgi/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
net/http/fcgi
@
$(CHECK)
@
$(CHECK)
.PHONY
:
net/http/fcgi/check
.PHONY
:
net/http/fcgi/check
...
@@ -2978,7 +2893,6 @@ net/http/httptest.lo.dep: $(go_net_http_httptest_files)
...
@@ -2978,7 +2893,6 @@ net/http/httptest.lo.dep: $(go_net_http_httptest_files)
net/http/httptest.lo
:
$(go_net_http_httptest_files)
net/http/httptest.lo
:
$(go_net_http_httptest_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
net/http/httptest/check
:
$(check_deps)
net/http/httptest/check
:
$(check_deps)
@
$(MKDIR_P)
net/http/httptest
@
$(CHECK)
@
$(CHECK)
.PHONY
:
net/http/httptest/check
.PHONY
:
net/http/httptest/check
...
@@ -2988,7 +2902,6 @@ net/http/httputil.lo.dep: $(go_net_http_httputil_files)
...
@@ -2988,7 +2902,6 @@ net/http/httputil.lo.dep: $(go_net_http_httputil_files)
net/http/httputil.lo
:
$(go_net_http_httputil_files)
net/http/httputil.lo
:
$(go_net_http_httputil_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
net/http/httputil/check
:
$(check_deps)
net/http/httputil/check
:
$(check_deps)
@
$(MKDIR_P)
net/http/httputil
@
$(CHECK)
@
$(CHECK)
.PHONY
:
net/http/httputil/check
.PHONY
:
net/http/httputil/check
...
@@ -2998,7 +2911,6 @@ net/http/pprof.lo.dep: $(go_net_http_pprof_files)
...
@@ -2998,7 +2911,6 @@ net/http/pprof.lo.dep: $(go_net_http_pprof_files)
net/http/pprof.lo
:
$(go_net_http_pprof_files)
net/http/pprof.lo
:
$(go_net_http_pprof_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
net/http/pprof/check
:
$(CHECK_DEPS)
net/http/pprof/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
net/http/pprof
@
$(CHECK)
@
$(CHECK)
.PHONY
:
net/http/pprof/check
.PHONY
:
net/http/pprof/check
...
@@ -3008,7 +2920,6 @@ net/rpc/jsonrpc.lo.dep: $(go_net_rpc_jsonrpc_files)
...
@@ -3008,7 +2920,6 @@ net/rpc/jsonrpc.lo.dep: $(go_net_rpc_jsonrpc_files)
net/rpc/jsonrpc.lo
:
$(go_net_rpc_jsonrpc_files)
net/rpc/jsonrpc.lo
:
$(go_net_rpc_jsonrpc_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
net/rpc/jsonrpc/check
:
$(CHECK_DEPS)
net/rpc/jsonrpc/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
net/rpc/jsonrpc
@
$(CHECK)
@
$(CHECK)
.PHONY
:
net/rpc/jsonrpc/check
.PHONY
:
net/rpc/jsonrpc/check
...
@@ -3018,7 +2929,6 @@ old/netchan.lo.dep: $(go_old_netchan_files)
...
@@ -3018,7 +2929,6 @@ old/netchan.lo.dep: $(go_old_netchan_files)
old/netchan.lo
:
$(go_old_netchan_files)
old/netchan.lo
:
$(go_old_netchan_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
old/netchan/check
:
$(CHECK_DEPS)
old/netchan/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
old/netchan
@
$(CHECK)
@
$(CHECK)
.PHONY
:
old/netchan/check
.PHONY
:
old/netchan/check
...
@@ -3028,7 +2938,6 @@ old/regexp.lo.dep: $(go_old_regexp_files)
...
@@ -3028,7 +2938,6 @@ old/regexp.lo.dep: $(go_old_regexp_files)
old/regexp.lo
:
$(go_old_regexp_files)
old/regexp.lo
:
$(go_old_regexp_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
old/regexp/check
:
$(CHECK_DEPS)
old/regexp/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
old/regexp
@
$(CHECK)
@
$(CHECK)
.PHONY
:
old/regexp/check
.PHONY
:
old/regexp/check
...
@@ -3038,7 +2947,6 @@ old/template.lo.dep: $(go_old_template_files)
...
@@ -3038,7 +2947,6 @@ old/template.lo.dep: $(go_old_template_files)
old/template.lo
:
$(go_old_template_files)
old/template.lo
:
$(go_old_template_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
old/template/check
:
$(CHECK_DEPS)
old/template/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
old/template
@
$(CHECK)
@
$(CHECK)
.PHONY
:
old/template/check
.PHONY
:
old/template/check
...
@@ -3048,7 +2956,6 @@ os/exec.lo.dep: $(go_os_exec_files)
...
@@ -3048,7 +2956,6 @@ os/exec.lo.dep: $(go_os_exec_files)
os/exec.lo
:
$(go_os_exec_files)
os/exec.lo
:
$(go_os_exec_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
os/exec/check
:
$(CHECK_DEPS)
os/exec/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
os/exec
@
$(CHECK)
@
$(CHECK)
.PHONY
:
os/exec/check
.PHONY
:
os/exec/check
...
@@ -3058,7 +2965,6 @@ os/signal.lo.dep: $(go_os_signal_files)
...
@@ -3058,7 +2965,6 @@ os/signal.lo.dep: $(go_os_signal_files)
os/signal.lo
:
$(go_os_signal_files)
os/signal.lo
:
$(go_os_signal_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
os/signal/check
:
$(CHECK_DEPS)
os/signal/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
os/signal
@
$(CHECK)
@
$(CHECK)
.PHONY
:
os/signal/check
.PHONY
:
os/signal/check
...
@@ -3068,7 +2974,6 @@ os/user.lo.dep: $(go_os_user_files)
...
@@ -3068,7 +2974,6 @@ os/user.lo.dep: $(go_os_user_files)
os/user.lo
:
$(go_os_user_files)
os/user.lo
:
$(go_os_user_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
os/user/check
:
$(CHECK_DEPS)
os/user/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
os/user
@
$(CHECK)
@
$(CHECK)
.PHONY
:
os/user/check
.PHONY
:
os/user/check
...
@@ -3078,7 +2983,6 @@ path/filepath.lo.dep: $(go_path_filepath_files)
...
@@ -3078,7 +2983,6 @@ path/filepath.lo.dep: $(go_path_filepath_files)
path/filepath.lo
:
$(go_path_filepath_files)
path/filepath.lo
:
$(go_path_filepath_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
path/filepath/check
:
$(CHECK_DEPS)
path/filepath/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
path/filepath
@
$(CHECK)
@
$(CHECK)
.PHONY
:
path/filepath/check
.PHONY
:
path/filepath/check
...
@@ -3088,7 +2992,6 @@ regexp/syntax.lo.dep: $(go_regexp_syntax_files)
...
@@ -3088,7 +2992,6 @@ regexp/syntax.lo.dep: $(go_regexp_syntax_files)
regexp/syntax.lo
:
$(go_regexp_syntax_files)
regexp/syntax.lo
:
$(go_regexp_syntax_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
regexp/syntax/check
:
$(CHECK_DEPS)
regexp/syntax/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
regexp/syntax
@
$(CHECK)
@
$(CHECK)
.PHONY
:
regexp/syntax/check
.PHONY
:
regexp/syntax/check
...
@@ -3098,7 +3001,6 @@ runtime/debug.lo.dep: $(go_runtime_debug_files)
...
@@ -3098,7 +3001,6 @@ runtime/debug.lo.dep: $(go_runtime_debug_files)
runtime/debug.lo
:
$(go_runtime_debug_files)
runtime/debug.lo
:
$(go_runtime_debug_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
runtime/debug/check
:
$(CHECK_DEPS)
runtime/debug/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
runtime/debug
@
$(CHECK)
@
$(CHECK)
.PHONY
:
runtime/debug/check
.PHONY
:
runtime/debug/check
...
@@ -3108,7 +3010,6 @@ runtime/pprof.lo.dep: $(go_runtime_pprof_files)
...
@@ -3108,7 +3010,6 @@ runtime/pprof.lo.dep: $(go_runtime_pprof_files)
runtime/pprof.lo
:
$(go_runtime_pprof_files)
runtime/pprof.lo
:
$(go_runtime_pprof_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
runtime/pprof/check
:
$(CHECK_DEPS)
runtime/pprof/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
runtime/pprof
@
$(CHECK)
@
$(CHECK)
.PHONY
:
runtime/pprof/check
.PHONY
:
runtime/pprof/check
...
@@ -3120,7 +3021,6 @@ sync/atomic.lo: $(go_sync_atomic_files)
...
@@ -3120,7 +3021,6 @@ sync/atomic.lo: $(go_sync_atomic_files)
sync/atomic_c.lo
:
$(go_sync_atomic_c_files) sync/atomic.lo
sync/atomic_c.lo
:
$(go_sync_atomic_c_files) sync/atomic.lo
$(LTCOMPILE)
-c
-o
$@
$(srcdir)
/go/sync/atomic/atomic.c
$(LTCOMPILE)
-c
-o
$@
$(srcdir)
/go/sync/atomic/atomic.c
sync/atomic/check
:
$(CHECK_DEPS)
sync/atomic/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
sync/atomic
@
$(CHECK)
@
$(CHECK)
.PHONY
:
sync/atomic/check
.PHONY
:
sync/atomic/check
...
@@ -3130,7 +3030,6 @@ text/scanner.lo.dep: $(go_text_scanner_files)
...
@@ -3130,7 +3030,6 @@ text/scanner.lo.dep: $(go_text_scanner_files)
text/scanner.lo
:
$(go_text_scanner_files)
text/scanner.lo
:
$(go_text_scanner_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
text/scanner/check
:
$(CHECK_DEPS)
text/scanner/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
text/scanner
@
$(CHECK)
@
$(CHECK)
.PHONY
:
text/scanner/check
.PHONY
:
text/scanner/check
...
@@ -3140,7 +3039,6 @@ text/tabwriter.lo.dep: $(go_text_tabwriter_files)
...
@@ -3140,7 +3039,6 @@ text/tabwriter.lo.dep: $(go_text_tabwriter_files)
text/tabwriter.lo
:
$(go_text_tabwriter_files)
text/tabwriter.lo
:
$(go_text_tabwriter_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
text/tabwriter/check
:
$(CHECK_DEPS)
text/tabwriter/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
text/tabwriter
@
$(CHECK)
@
$(CHECK)
.PHONY
:
text/tabwriter/check
.PHONY
:
text/tabwriter/check
...
@@ -3159,7 +3057,6 @@ text/template/parse.lo.dep: $(go_text_template_parse_files)
...
@@ -3159,7 +3057,6 @@ text/template/parse.lo.dep: $(go_text_template_parse_files)
text/template/parse.lo
:
$(go_text_template_parse_files)
text/template/parse.lo
:
$(go_text_template_parse_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
text/template/parse/check
:
$(CHECK_DEPS)
text/template/parse/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
text/template/parse
@
$(CHECK)
@
$(CHECK)
.PHONY
:
text/template/parse/check
.PHONY
:
text/template/parse/check
...
@@ -3169,7 +3066,6 @@ testing/iotest.lo.dep: $(go_testing_iotest_files)
...
@@ -3169,7 +3066,6 @@ testing/iotest.lo.dep: $(go_testing_iotest_files)
testing/iotest.lo
:
$(go_testing_iotest_files)
testing/iotest.lo
:
$(go_testing_iotest_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
testing/iotest/check
:
$(CHECK_DEPS)
testing/iotest/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
testing/iotest
@
$(CHECK)
@
$(CHECK)
.PHONY
:
testing/iotest/check
.PHONY
:
testing/iotest/check
...
@@ -3179,7 +3075,6 @@ testing/quick.lo.dep: $(go_testing_quick_files)
...
@@ -3179,7 +3075,6 @@ testing/quick.lo.dep: $(go_testing_quick_files)
testing/quick.lo
:
$(go_testing_quick_files)
testing/quick.lo
:
$(go_testing_quick_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
testing/quick/check
:
$(CHECK_DEPS)
testing/quick/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
testing/quick
@
$(CHECK)
@
$(CHECK)
.PHONY
:
testing/quick/check
.PHONY
:
testing/quick/check
...
@@ -3189,7 +3084,6 @@ unicode/utf16.lo.dep: $(go_unicode_utf16_files)
...
@@ -3189,7 +3084,6 @@ unicode/utf16.lo.dep: $(go_unicode_utf16_files)
unicode/utf16.lo
:
$(go_unicode_utf16_files)
unicode/utf16.lo
:
$(go_unicode_utf16_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
unicode/utf16/check
:
$(CHECK_DEPS)
unicode/utf16/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
unicode/utf16
@
$(CHECK)
@
$(CHECK)
.PHONY
:
unicode/utf16/check
.PHONY
:
unicode/utf16/check
...
@@ -3199,7 +3093,6 @@ unicode/utf8.lo.dep: $(go_unicode_utf8_files)
...
@@ -3199,7 +3093,6 @@ unicode/utf8.lo.dep: $(go_unicode_utf8_files)
unicode/utf8.lo
:
$(go_unicode_utf8_files)
unicode/utf8.lo
:
$(go_unicode_utf8_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
unicode/utf8/check
:
$(CHECK_DEPS)
unicode/utf8/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
unicode/utf8
@
$(CHECK)
@
$(CHECK)
.PHONY
:
unicode/utf8/check
.PHONY
:
unicode/utf8/check
...
...
libgo/Makefile.in
View file @
d71ec0cd
...
@@ -2041,6 +2041,7 @@ CHECK = \
...
@@ -2041,6 +2041,7 @@ CHECK = \
LD_LIBRARY_PATH
=
"
`
${
PWD_COMMAND
}
`
/.libs:
$$
{libgccdir}:
${
LD_LIBRARY_PATH
}
"
;
\
LD_LIBRARY_PATH
=
"
`
${
PWD_COMMAND
}
`
/.libs:
$$
{libgccdir}:
${
LD_LIBRARY_PATH
}
"
;
\
LD_LIBRARY_PATH
=
`
echo
$$
{
LD_LIBRARY_PATH
}
| sed
's,::*,:,g;s,^:*,,;s,:*$$,,'
`
;
\
LD_LIBRARY_PATH
=
`
echo
$$
{
LD_LIBRARY_PATH
}
| sed
's,::*,:,g;s,^:*,,;s,:*$$,,'
`
;
\
export
LD_LIBRARY_PATH
;
\
export
LD_LIBRARY_PATH
;
\
$(MKDIR_P)
$
(
@D
)
;
\
rm
-f
$@
-testsum
$@
-testlog
;
\
rm
-f
$@
-testsum
$@
-testlog
;
\
if
test
"
$(use_dejagnu)
"
=
"yes"
;
then
\
if
test
"
$(use_dejagnu)
"
=
"yes"
;
then
\
$(SHELL)
$(srcdir)
/testsuite/gotest
--dejagnu
=
yes
--basedir
=
$(srcdir)
--srcdir
=
$(srcdir)
/go/
$
(
@D
)
--pkgpath
=
"
$
(@D)"
--pkgfiles
=
"
$
(go_
$
(subst /,_,
$
(@D))_files)"
--testname
=
"
$
(@D)"
--goarch
=
"
$(GOARCH)
"
$(GOTESTFLAGS)
;
\
$(SHELL)
$(srcdir)
/testsuite/gotest
--dejagnu
=
yes
--basedir
=
$(srcdir)
--srcdir
=
$(srcdir)
/go/
$
(
@D
)
--pkgpath
=
"
$
(@D)"
--pkgfiles
=
"
$
(go_
$
(subst /,_,
$
(@D))_files)"
--testname
=
"
$
(@D)"
--goarch
=
"
$(GOARCH)
"
$(GOTESTFLAGS)
;
\
...
@@ -4676,7 +4677,6 @@ archive/tar.lo.dep: $(go_archive_tar_files)
...
@@ -4676,7 +4677,6 @@ archive/tar.lo.dep: $(go_archive_tar_files)
archive/tar.lo
:
$(go_archive_tar_files)
archive/tar.lo
:
$(go_archive_tar_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
archive/tar/check
:
$(CHECK_DEPS)
archive/tar/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
archive/tar
@
$(CHECK)
@
$(CHECK)
.PHONY
:
archive/tar/check
.PHONY
:
archive/tar/check
...
@@ -4686,7 +4686,6 @@ archive/zip.lo.dep: $(go_archive_zip_files)
...
@@ -4686,7 +4686,6 @@ archive/zip.lo.dep: $(go_archive_zip_files)
archive/zip.lo
:
$(go_archive_zip_files)
archive/zip.lo
:
$(go_archive_zip_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
archive/zip/check
:
$(CHECK_DEPS)
archive/zip/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
archive/zip
@
$(CHECK)
@
$(CHECK)
.PHONY
:
archive/zip/check
.PHONY
:
archive/zip/check
...
@@ -4696,7 +4695,6 @@ compress/bzip2.lo.dep: $(go_compress_bzip2_files)
...
@@ -4696,7 +4695,6 @@ compress/bzip2.lo.dep: $(go_compress_bzip2_files)
compress/bzip2.lo
:
$(go_compress_bzip2_files)
compress/bzip2.lo
:
$(go_compress_bzip2_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
compress/bzip2/check
:
$(CHECK_DEPS)
compress/bzip2/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
compress/bzip2
@
$(CHECK)
@
$(CHECK)
.PHONY
:
compress/bzip2/check
.PHONY
:
compress/bzip2/check
...
@@ -4706,7 +4704,6 @@ compress/flate.lo.dep: $(go_compress_flate_files)
...
@@ -4706,7 +4704,6 @@ compress/flate.lo.dep: $(go_compress_flate_files)
compress/flate.lo
:
$(go_compress_flate_files)
compress/flate.lo
:
$(go_compress_flate_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
compress/flate/check
:
$(CHECK_DEPS)
compress/flate/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
compress/flate
@
$(CHECK)
@
$(CHECK)
.PHONY
:
compress/flate/check
.PHONY
:
compress/flate/check
...
@@ -4716,7 +4713,6 @@ compress/gzip.lo.dep: $(go_compress_gzip_files)
...
@@ -4716,7 +4713,6 @@ compress/gzip.lo.dep: $(go_compress_gzip_files)
compress/gzip.lo
:
$(go_compress_gzip_files)
compress/gzip.lo
:
$(go_compress_gzip_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
compress/gzip/check
:
$(CHECK_DEPS)
compress/gzip/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
compress/gzip
@
$(CHECK)
@
$(CHECK)
.PHONY
:
compress/gzip/check
.PHONY
:
compress/gzip/check
...
@@ -4726,7 +4722,6 @@ compress/lzw.lo.dep: $(go_compress_lzw_files)
...
@@ -4726,7 +4722,6 @@ compress/lzw.lo.dep: $(go_compress_lzw_files)
compress/lzw.lo
:
$(go_compress_lzw_files)
compress/lzw.lo
:
$(go_compress_lzw_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
compress/lzw/check
:
$(CHECK_DEPS)
compress/lzw/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
compress/lzw
@
$(CHECK)
@
$(CHECK)
.PHONY
:
compress/lzw/check
.PHONY
:
compress/lzw/check
...
@@ -4736,7 +4731,6 @@ compress/zlib.lo.dep: $(go_compress_zlib_files)
...
@@ -4736,7 +4731,6 @@ compress/zlib.lo.dep: $(go_compress_zlib_files)
compress/zlib.lo
:
$(go_compress_zlib_files)
compress/zlib.lo
:
$(go_compress_zlib_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
compress/zlib/check
:
$(CHECK_DEPS)
compress/zlib/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
compress/zlib
@
$(CHECK)
@
$(CHECK)
.PHONY
:
compress/zlib/check
.PHONY
:
compress/zlib/check
...
@@ -4746,7 +4740,6 @@ container/heap.lo.dep: $(go_container_heap_files)
...
@@ -4746,7 +4740,6 @@ container/heap.lo.dep: $(go_container_heap_files)
container/heap.lo
:
$(go_container_heap_files)
container/heap.lo
:
$(go_container_heap_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
container/heap/check
:
$(CHECK_DEPS)
container/heap/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
container/heap
@
$(CHECK)
@
$(CHECK)
.PHONY
:
container/heap/check
.PHONY
:
container/heap/check
...
@@ -4756,7 +4749,6 @@ container/list.lo.dep: $(go_container_list_files)
...
@@ -4756,7 +4749,6 @@ container/list.lo.dep: $(go_container_list_files)
container/list.lo
:
$(go_container_list_files)
container/list.lo
:
$(go_container_list_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
container/list/check
:
$(CHECK_DEPS)
container/list/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
container/list
@
$(CHECK)
@
$(CHECK)
.PHONY
:
container/list/check
.PHONY
:
container/list/check
...
@@ -4766,7 +4758,6 @@ container/ring.lo.dep: $(go_container_ring_files)
...
@@ -4766,7 +4758,6 @@ container/ring.lo.dep: $(go_container_ring_files)
container/ring.lo
:
$(go_container_ring_files)
container/ring.lo
:
$(go_container_ring_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
container/ring/check
:
$(CHECK_DEPS)
container/ring/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
container/ring
@
$(CHECK)
@
$(CHECK)
.PHONY
:
container/ring/check
.PHONY
:
container/ring/check
...
@@ -4776,7 +4767,6 @@ crypto/aes.lo.dep: $(go_crypto_aes_files)
...
@@ -4776,7 +4767,6 @@ crypto/aes.lo.dep: $(go_crypto_aes_files)
crypto/aes.lo
:
$(go_crypto_aes_files)
crypto/aes.lo
:
$(go_crypto_aes_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
crypto/aes/check
:
$(CHECK_DEPS)
crypto/aes/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
crypto/aes
@
$(CHECK)
@
$(CHECK)
.PHONY
:
crypto/aes/check
.PHONY
:
crypto/aes/check
...
@@ -4786,7 +4776,6 @@ crypto/cipher.lo.dep: $(go_crypto_cipher_files)
...
@@ -4786,7 +4776,6 @@ crypto/cipher.lo.dep: $(go_crypto_cipher_files)
crypto/cipher.lo
:
$(go_crypto_cipher_files)
crypto/cipher.lo
:
$(go_crypto_cipher_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
crypto/cipher/check
:
$(CHECK_DEPS)
crypto/cipher/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
crypto/cipher
@
$(CHECK)
@
$(CHECK)
.PHONY
:
crypto/cipher/check
.PHONY
:
crypto/cipher/check
...
@@ -4796,7 +4785,6 @@ crypto/des.lo.dep: $(go_crypto_des_files)
...
@@ -4796,7 +4785,6 @@ crypto/des.lo.dep: $(go_crypto_des_files)
crypto/des.lo
:
$(go_crypto_des_files)
crypto/des.lo
:
$(go_crypto_des_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
crypto/des/check
:
$(CHECK_DEPS)
crypto/des/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
crypto/des
@
$(CHECK)
@
$(CHECK)
.PHONY
:
crypto/des/check
.PHONY
:
crypto/des/check
...
@@ -4806,7 +4794,6 @@ crypto/dsa.lo.dep: $(go_crypto_dsa_files)
...
@@ -4806,7 +4794,6 @@ crypto/dsa.lo.dep: $(go_crypto_dsa_files)
crypto/dsa.lo
:
$(go_crypto_dsa_files)
crypto/dsa.lo
:
$(go_crypto_dsa_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
crypto/dsa/check
:
$(CHECK_DEPS)
crypto/dsa/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
crypto/dsa
@
$(CHECK)
@
$(CHECK)
.PHONY
:
crypto/dsa/check
.PHONY
:
crypto/dsa/check
...
@@ -4816,7 +4803,6 @@ crypto/ecdsa.lo.dep: $(go_crypto_ecdsa_files)
...
@@ -4816,7 +4803,6 @@ crypto/ecdsa.lo.dep: $(go_crypto_ecdsa_files)
crypto/ecdsa.lo
:
$(go_crypto_ecdsa_files)
crypto/ecdsa.lo
:
$(go_crypto_ecdsa_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
crypto/ecdsa/check
:
$(CHECK_DEPS)
crypto/ecdsa/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
crypto/ecdsa
@
$(CHECK)
@
$(CHECK)
.PHONY
:
crypto/ecdsa/check
.PHONY
:
crypto/ecdsa/check
...
@@ -4826,7 +4812,6 @@ crypto/elliptic.lo.dep: $(go_crypto_elliptic_files)
...
@@ -4826,7 +4812,6 @@ crypto/elliptic.lo.dep: $(go_crypto_elliptic_files)
crypto/elliptic.lo
:
$(go_crypto_elliptic_files)
crypto/elliptic.lo
:
$(go_crypto_elliptic_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
crypto/elliptic/check
:
$(CHECK_DEPS)
crypto/elliptic/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
crypto/elliptic
@
$(CHECK)
@
$(CHECK)
.PHONY
:
crypto/elliptic/check
.PHONY
:
crypto/elliptic/check
...
@@ -4836,7 +4821,6 @@ crypto/hmac.lo.dep: $(go_crypto_hmac_files)
...
@@ -4836,7 +4821,6 @@ crypto/hmac.lo.dep: $(go_crypto_hmac_files)
crypto/hmac.lo
:
$(go_crypto_hmac_files)
crypto/hmac.lo
:
$(go_crypto_hmac_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
crypto/hmac/check
:
$(CHECK_DEPS)
crypto/hmac/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
crypto/hmac
@
$(CHECK)
@
$(CHECK)
.PHONY
:
crypto/hmac/check
.PHONY
:
crypto/hmac/check
...
@@ -4846,7 +4830,6 @@ crypto/md5.lo.dep: $(go_crypto_md5_files)
...
@@ -4846,7 +4830,6 @@ crypto/md5.lo.dep: $(go_crypto_md5_files)
crypto/md5.lo
:
$(go_crypto_md5_files)
crypto/md5.lo
:
$(go_crypto_md5_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
crypto/md5/check
:
$(CHECK_DEPS)
crypto/md5/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
crypto/md5
@
$(CHECK)
@
$(CHECK)
.PHONY
:
crypto/md5/check
.PHONY
:
crypto/md5/check
...
@@ -4856,7 +4839,6 @@ crypto/rand.lo.dep: $(go_crypto_rand_files)
...
@@ -4856,7 +4839,6 @@ crypto/rand.lo.dep: $(go_crypto_rand_files)
crypto/rand.lo
:
$(go_crypto_rand_files)
crypto/rand.lo
:
$(go_crypto_rand_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
crypto/rand/check
:
$(CHECK_DEPS)
crypto/rand/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
crypto/rand
@
$(CHECK)
@
$(CHECK)
.PHONY
:
crypto/rand/check
.PHONY
:
crypto/rand/check
...
@@ -4866,7 +4848,6 @@ crypto/rc4.lo.dep: $(go_crypto_rc4_files)
...
@@ -4866,7 +4848,6 @@ crypto/rc4.lo.dep: $(go_crypto_rc4_files)
crypto/rc4.lo
:
$(go_crypto_rc4_files)
crypto/rc4.lo
:
$(go_crypto_rc4_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
crypto/rc4/check
:
$(CHECK_DEPS)
crypto/rc4/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
crypto/rc4
@
$(CHECK)
@
$(CHECK)
.PHONY
:
crypto/rc4/check
.PHONY
:
crypto/rc4/check
...
@@ -4876,7 +4857,6 @@ crypto/rsa.lo.dep: $(go_crypto_rsa_files)
...
@@ -4876,7 +4857,6 @@ crypto/rsa.lo.dep: $(go_crypto_rsa_files)
crypto/rsa.lo
:
$(go_crypto_rsa_files)
crypto/rsa.lo
:
$(go_crypto_rsa_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
crypto/rsa/check
:
$(CHECK_DEPS)
crypto/rsa/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
crypto/rsa
@
$(CHECK)
@
$(CHECK)
.PHONY
:
crypto/rsa/check
.PHONY
:
crypto/rsa/check
...
@@ -4886,7 +4866,6 @@ crypto/sha1.lo.dep: $(go_crypto_sha1_files)
...
@@ -4886,7 +4866,6 @@ crypto/sha1.lo.dep: $(go_crypto_sha1_files)
crypto/sha1.lo
:
$(go_crypto_sha1_files)
crypto/sha1.lo
:
$(go_crypto_sha1_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
crypto/sha1/check
:
$(CHECK_DEPS)
crypto/sha1/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
crypto/sha1
@
$(CHECK)
@
$(CHECK)
.PHONY
:
crypto/sha1/check
.PHONY
:
crypto/sha1/check
...
@@ -4896,7 +4875,6 @@ crypto/sha256.lo.dep: $(go_crypto_sha256_files)
...
@@ -4896,7 +4875,6 @@ crypto/sha256.lo.dep: $(go_crypto_sha256_files)
crypto/sha256.lo
:
$(go_crypto_sha256_files)
crypto/sha256.lo
:
$(go_crypto_sha256_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
crypto/sha256/check
:
$(CHECK_DEPS)
crypto/sha256/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
crypto/sha256
@
$(CHECK)
@
$(CHECK)
.PHONY
:
crypto/sha256/check
.PHONY
:
crypto/sha256/check
...
@@ -4906,7 +4884,6 @@ crypto/sha512.lo.dep: $(go_crypto_sha512_files)
...
@@ -4906,7 +4884,6 @@ crypto/sha512.lo.dep: $(go_crypto_sha512_files)
crypto/sha512.lo
:
$(go_crypto_sha512_files)
crypto/sha512.lo
:
$(go_crypto_sha512_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
crypto/sha512/check
:
$(CHECK_DEPS)
crypto/sha512/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
crypto/sha512
@
$(CHECK)
@
$(CHECK)
.PHONY
:
crypto/sha512/check
.PHONY
:
crypto/sha512/check
...
@@ -4916,7 +4893,6 @@ crypto/subtle.lo.dep: $(go_crypto_subtle_files)
...
@@ -4916,7 +4893,6 @@ crypto/subtle.lo.dep: $(go_crypto_subtle_files)
crypto/subtle.lo
:
$(go_crypto_subtle_files)
crypto/subtle.lo
:
$(go_crypto_subtle_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
crypto/subtle/check
:
$(CHECK_DEPS)
crypto/subtle/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
crypto/subtle
@
$(CHECK)
@
$(CHECK)
.PHONY
:
crypto/subtle/check
.PHONY
:
crypto/subtle/check
...
@@ -4926,7 +4902,6 @@ crypto/tls.lo.dep: $(go_crypto_tls_files)
...
@@ -4926,7 +4902,6 @@ crypto/tls.lo.dep: $(go_crypto_tls_files)
crypto/tls.lo
:
$(go_crypto_tls_files)
crypto/tls.lo
:
$(go_crypto_tls_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
crypto/tls/check
:
$(CHECK_DEPS)
crypto/tls/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
crypto/tls
@
$(CHECK)
@
$(CHECK)
.PHONY
:
crypto/tls/check
.PHONY
:
crypto/tls/check
...
@@ -4936,7 +4911,6 @@ crypto/x509.lo.dep: $(go_crypto_x509_files)
...
@@ -4936,7 +4911,6 @@ crypto/x509.lo.dep: $(go_crypto_x509_files)
crypto/x509.lo
:
$(go_crypto_x509_files)
crypto/x509.lo
:
$(go_crypto_x509_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
crypto/x509/check
:
$(CHECK_DEPS)
crypto/x509/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
crypto/x509
@
$(CHECK)
@
$(CHECK)
.PHONY
:
crypto/x509/check
.PHONY
:
crypto/x509/check
...
@@ -4946,7 +4920,6 @@ crypto/x509/pkix.lo.dep: $(go_crypto_x509_pkix_files)
...
@@ -4946,7 +4920,6 @@ crypto/x509/pkix.lo.dep: $(go_crypto_x509_pkix_files)
crypto/x509/pkix.lo
:
$(go_crypto_x509_pkix_files)
crypto/x509/pkix.lo
:
$(go_crypto_x509_pkix_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
crypto/x509/pkix/check
:
$(CHECK_DEPS)
crypto/x509/pkix/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
crypto/x509/pkix
@
$(CHECK)
@
$(CHECK)
.PHONY
:
crypto/x509/pkix/check
.PHONY
:
crypto/x509/pkix/check
...
@@ -4956,7 +4929,6 @@ database/sql.lo.dep: $(go_database_sql_files)
...
@@ -4956,7 +4929,6 @@ database/sql.lo.dep: $(go_database_sql_files)
database/sql.lo
:
$(go_database_sql_files)
database/sql.lo
:
$(go_database_sql_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
database/sql/check
:
$(CHECK_DEPS)
database/sql/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
database/sql
@
$(CHECK)
@
$(CHECK)
.PHONY
:
database/sql/check
.PHONY
:
database/sql/check
...
@@ -4966,7 +4938,6 @@ database/sql/driver.lo.dep: $(go_database_sql_driver_files)
...
@@ -4966,7 +4938,6 @@ database/sql/driver.lo.dep: $(go_database_sql_driver_files)
database/sql/driver.lo
:
$(go_database_sql_driver_files)
database/sql/driver.lo
:
$(go_database_sql_driver_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
database/sql/driver/check
:
$(CHECK_DEPS)
database/sql/driver/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
database/sql/driver
@
$(CHECK)
@
$(CHECK)
.PHONY
:
database/sql/driver/check
.PHONY
:
database/sql/driver/check
...
@@ -4976,7 +4947,6 @@ debug/dwarf.lo.dep: $(go_debug_dwarf_files)
...
@@ -4976,7 +4947,6 @@ debug/dwarf.lo.dep: $(go_debug_dwarf_files)
debug/dwarf.lo
:
$(go_debug_dwarf_files)
debug/dwarf.lo
:
$(go_debug_dwarf_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
debug/dwarf/check
:
$(CHECK_DEPS)
debug/dwarf/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
debug/dwarf
@
$(CHECK)
@
$(CHECK)
.PHONY
:
debug/dwarf/check
.PHONY
:
debug/dwarf/check
...
@@ -4986,7 +4956,6 @@ debug/elf.lo.dep: $(go_debug_elf_files)
...
@@ -4986,7 +4956,6 @@ debug/elf.lo.dep: $(go_debug_elf_files)
debug/elf.lo
:
$(go_debug_elf_files)
debug/elf.lo
:
$(go_debug_elf_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
debug/elf/check
:
$(CHECK_DEPS)
debug/elf/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
debug/elf
@
$(CHECK)
@
$(CHECK)
.PHONY
:
debug/elf/check
.PHONY
:
debug/elf/check
...
@@ -4996,7 +4965,6 @@ debug/gosym.lo.dep: $(go_debug_gosym_files)
...
@@ -4996,7 +4965,6 @@ debug/gosym.lo.dep: $(go_debug_gosym_files)
debug/gosym.lo
:
$(go_debug_gosym_files)
debug/gosym.lo
:
$(go_debug_gosym_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
debug/gosym/check
:
$(CHECK_DEPS)
debug/gosym/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
debug/gosym
@
$(CHECK)
@
$(CHECK)
.PHONY
:
debug/gosym/check
.PHONY
:
debug/gosym/check
...
@@ -5006,7 +4974,6 @@ debug/macho.lo.dep: $(go_debug_macho_files)
...
@@ -5006,7 +4974,6 @@ debug/macho.lo.dep: $(go_debug_macho_files)
debug/macho.lo
:
$(go_debug_macho_files)
debug/macho.lo
:
$(go_debug_macho_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
debug/macho/check
:
$(CHECK_DEPS)
debug/macho/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
debug/macho
@
$(CHECK)
@
$(CHECK)
.PHONY
:
debug/macho/check
.PHONY
:
debug/macho/check
...
@@ -5016,7 +4983,6 @@ debug/pe.lo.dep: $(go_debug_pe_files)
...
@@ -5016,7 +4983,6 @@ debug/pe.lo.dep: $(go_debug_pe_files)
debug/pe.lo
:
$(go_debug_pe_files)
debug/pe.lo
:
$(go_debug_pe_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
debug/pe/check
:
$(CHECK_DEPS)
debug/pe/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
debug/pe
@
$(CHECK)
@
$(CHECK)
.PHONY
:
debug/pe/check
.PHONY
:
debug/pe/check
...
@@ -5026,7 +4992,6 @@ encoding/asn1.lo.dep: $(go_encoding_asn1_files)
...
@@ -5026,7 +4992,6 @@ encoding/asn1.lo.dep: $(go_encoding_asn1_files)
encoding/asn1.lo
:
$(go_encoding_asn1_files)
encoding/asn1.lo
:
$(go_encoding_asn1_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
encoding/asn1/check
:
$(CHECK_DEPS)
encoding/asn1/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
encoding/asn1
@
$(CHECK)
@
$(CHECK)
.PHONY
:
encoding/asn1/check
.PHONY
:
encoding/asn1/check
...
@@ -5036,7 +5001,6 @@ encoding/ascii85.lo.dep: $(go_encoding_ascii85_files)
...
@@ -5036,7 +5001,6 @@ encoding/ascii85.lo.dep: $(go_encoding_ascii85_files)
encoding/ascii85.lo
:
$(go_encoding_ascii85_files)
encoding/ascii85.lo
:
$(go_encoding_ascii85_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
encoding/ascii85/check
:
$(CHECK_DEPS)
encoding/ascii85/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
encoding/ascii85
@
$(CHECK)
@
$(CHECK)
.PHONY
:
encoding/ascii85/check
.PHONY
:
encoding/ascii85/check
...
@@ -5046,7 +5010,6 @@ encoding/base32.lo.dep: $(go_encoding_base32_files)
...
@@ -5046,7 +5010,6 @@ encoding/base32.lo.dep: $(go_encoding_base32_files)
encoding/base32.lo
:
$(go_encoding_base32_files)
encoding/base32.lo
:
$(go_encoding_base32_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
encoding/base32/check
:
$(CHECK_DEPS)
encoding/base32/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
encoding/base32
@
$(CHECK)
@
$(CHECK)
.PHONY
:
encoding/base32/check
.PHONY
:
encoding/base32/check
...
@@ -5056,7 +5019,6 @@ encoding/base64.lo.dep: $(go_encoding_base64_files)
...
@@ -5056,7 +5019,6 @@ encoding/base64.lo.dep: $(go_encoding_base64_files)
encoding/base64.lo
:
$(go_encoding_base64_files)
encoding/base64.lo
:
$(go_encoding_base64_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
encoding/base64/check
:
$(CHECK_DEPS)
encoding/base64/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
encoding/base64
@
$(CHECK)
@
$(CHECK)
.PHONY
:
encoding/base64/check
.PHONY
:
encoding/base64/check
...
@@ -5066,7 +5028,6 @@ encoding/binary.lo.dep: $(go_encoding_binary_files)
...
@@ -5066,7 +5028,6 @@ encoding/binary.lo.dep: $(go_encoding_binary_files)
encoding/binary.lo
:
$(go_encoding_binary_files)
encoding/binary.lo
:
$(go_encoding_binary_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
encoding/binary/check
:
$(CHECK_DEPS)
encoding/binary/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
encoding/binary
@
$(CHECK)
@
$(CHECK)
.PHONY
:
encoding/binary/check
.PHONY
:
encoding/binary/check
...
@@ -5076,7 +5037,6 @@ encoding/csv.lo.dep: $(go_encoding_csv_files)
...
@@ -5076,7 +5037,6 @@ encoding/csv.lo.dep: $(go_encoding_csv_files)
encoding/csv.lo
:
$(go_encoding_csv_files)
encoding/csv.lo
:
$(go_encoding_csv_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
encoding/csv/check
:
$(CHECK_DEPS)
encoding/csv/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
encoding/csv
@
$(CHECK)
@
$(CHECK)
.PHONY
:
encoding/csv/check
.PHONY
:
encoding/csv/check
...
@@ -5086,7 +5046,6 @@ encoding/gob.lo.dep: $(go_encoding_gob_files)
...
@@ -5086,7 +5046,6 @@ encoding/gob.lo.dep: $(go_encoding_gob_files)
encoding/gob.lo
:
$(go_encoding_gob_files)
encoding/gob.lo
:
$(go_encoding_gob_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
encoding/gob/check
:
$(CHECK_DEPS)
encoding/gob/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
encoding/gob
@
$(CHECK)
@
$(CHECK)
.PHONY
:
encoding/gob/check
.PHONY
:
encoding/gob/check
...
@@ -5096,7 +5055,6 @@ encoding/hex.lo.dep: $(go_encoding_hex_files)
...
@@ -5096,7 +5055,6 @@ encoding/hex.lo.dep: $(go_encoding_hex_files)
encoding/hex.lo
:
$(go_encoding_hex_files)
encoding/hex.lo
:
$(go_encoding_hex_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
encoding/hex/check
:
$(CHECK_DEPS)
encoding/hex/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
encoding/hex
@
$(CHECK)
@
$(CHECK)
.PHONY
:
encoding/hex/check
.PHONY
:
encoding/hex/check
...
@@ -5106,7 +5064,6 @@ encoding/json.lo.dep: $(go_encoding_json_files)
...
@@ -5106,7 +5064,6 @@ encoding/json.lo.dep: $(go_encoding_json_files)
encoding/json.lo
:
$(go_encoding_json_files)
encoding/json.lo
:
$(go_encoding_json_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
encoding/json/check
:
$(CHECK_DEPS)
encoding/json/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
encoding/json
@
$(CHECK)
@
$(CHECK)
.PHONY
:
encoding/json/check
.PHONY
:
encoding/json/check
...
@@ -5116,7 +5073,6 @@ encoding/pem.lo.dep: $(go_encoding_pem_files)
...
@@ -5116,7 +5073,6 @@ encoding/pem.lo.dep: $(go_encoding_pem_files)
encoding/pem.lo
:
$(go_encoding_pem_files)
encoding/pem.lo
:
$(go_encoding_pem_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
encoding/pem/check
:
$(CHECK_DEPS)
encoding/pem/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
encoding/pem
@
$(CHECK)
@
$(CHECK)
.PHONY
:
encoding/pem/check
.PHONY
:
encoding/pem/check
...
@@ -5126,7 +5082,6 @@ encoding/xml.lo.dep: $(go_encoding_xml_files)
...
@@ -5126,7 +5082,6 @@ encoding/xml.lo.dep: $(go_encoding_xml_files)
encoding/xml.lo
:
$(go_encoding_xml_files)
encoding/xml.lo
:
$(go_encoding_xml_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
encoding/xml/check
:
$(CHECK_DEPS)
encoding/xml/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
encoding/xml
@
$(CHECK)
@
$(CHECK)
.PHONY
:
encoding/xml/check
.PHONY
:
encoding/xml/check
...
@@ -5136,7 +5091,6 @@ exp/ebnf.lo.dep: $(go_exp_ebnf_files)
...
@@ -5136,7 +5091,6 @@ exp/ebnf.lo.dep: $(go_exp_ebnf_files)
exp/ebnf.lo
:
$(go_exp_ebnf_files)
exp/ebnf.lo
:
$(go_exp_ebnf_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
exp/ebnf/check
:
$(CHECK_DEPS)
exp/ebnf/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
exp/ebnf
@
$(CHECK)
@
$(CHECK)
.PHONY
:
exp/ebnf/check
.PHONY
:
exp/ebnf/check
...
@@ -5146,7 +5100,6 @@ exp/html.lo.dep: $(go_exp_html_files)
...
@@ -5146,7 +5100,6 @@ exp/html.lo.dep: $(go_exp_html_files)
exp/html.lo
:
$(go_exp_html_files)
exp/html.lo
:
$(go_exp_html_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
exp/html/check
:
$(CHECK_DEPS)
exp/html/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
exp/html
@
$(CHECK)
@
$(CHECK)
.PHONY
:
exp/html/check
.PHONY
:
exp/html/check
...
@@ -5156,7 +5109,6 @@ exp/norm.lo.dep: $(go_exp_norm_files)
...
@@ -5156,7 +5109,6 @@ exp/norm.lo.dep: $(go_exp_norm_files)
exp/norm.lo
:
$(go_exp_norm_files)
exp/norm.lo
:
$(go_exp_norm_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
exp/norm/check
:
$(CHECK_DEPS)
exp/norm/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
exp/norm
@
$(CHECK)
@
$(CHECK)
.PHONY
:
exp/norm/check
.PHONY
:
exp/norm/check
...
@@ -5166,7 +5118,6 @@ exp/proxy.lo.dep: $(go_exp_proxy_files)
...
@@ -5166,7 +5118,6 @@ exp/proxy.lo.dep: $(go_exp_proxy_files)
exp/proxy.lo
:
$(go_exp_proxy_files)
exp/proxy.lo
:
$(go_exp_proxy_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
exp/proxy/check
:
$(CHECK_DEPS)
exp/proxy/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
exp/proxy
@
$(CHECK)
@
$(CHECK)
.PHONY
:
exp/proxy/check
.PHONY
:
exp/proxy/check
...
@@ -5176,7 +5127,6 @@ exp/terminal.lo.dep: $(go_exp_terminal_files)
...
@@ -5176,7 +5127,6 @@ exp/terminal.lo.dep: $(go_exp_terminal_files)
exp/terminal.lo
:
$(go_exp_terminal_files)
exp/terminal.lo
:
$(go_exp_terminal_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
exp/terminal/check
:
$(CHECK_DEPS)
exp/terminal/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
exp/terminal
@
$(CHECK)
@
$(CHECK)
.PHONY
:
exp/terminal/check
.PHONY
:
exp/terminal/check
...
@@ -5186,7 +5136,6 @@ exp/types.lo.dep: $(go_exp_types_files)
...
@@ -5186,7 +5136,6 @@ exp/types.lo.dep: $(go_exp_types_files)
exp/types.lo
:
$(go_exp_types_files)
exp/types.lo
:
$(go_exp_types_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
exp/types/check
:
$(CHECK_DEPS)
exp/types/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
exp/types
@
$(CHECK)
@
$(CHECK)
.PHONY
:
exp/types/check
.PHONY
:
exp/types/check
...
@@ -5196,7 +5145,6 @@ exp/utf8string.lo.dep: $(go_exp_utf8string_files)
...
@@ -5196,7 +5145,6 @@ exp/utf8string.lo.dep: $(go_exp_utf8string_files)
exp/utf8string.lo
:
$(go_exp_utf8string_files)
exp/utf8string.lo
:
$(go_exp_utf8string_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
exp/utf8string/check
:
$(CHECK_DEPS)
exp/utf8string/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
exp/utf8string
@
$(CHECK)
@
$(CHECK)
.PHONY
:
exp/utf8string/check
.PHONY
:
exp/utf8string/check
...
@@ -5206,7 +5154,6 @@ exp/inotify.lo.dep: $(go_exp_inotify_files)
...
@@ -5206,7 +5154,6 @@ exp/inotify.lo.dep: $(go_exp_inotify_files)
exp/inotify.lo
:
$(go_exp_inotify_files)
exp/inotify.lo
:
$(go_exp_inotify_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
exp/inotify/check
:
$(CHECK_DEPS)
exp/inotify/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
exp/inotify
@
$(CHECK)
@
$(CHECK)
.PHONY
:
exp/inotify/check
.PHONY
:
exp/inotify/check
...
@@ -5216,7 +5163,6 @@ html/template.lo.dep: $(go_html_template_files)
...
@@ -5216,7 +5163,6 @@ html/template.lo.dep: $(go_html_template_files)
html/template.lo
:
$(go_html_template_files)
html/template.lo
:
$(go_html_template_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
html/template/check
:
$(CHECK_DEPS)
html/template/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
html/template
@
$(CHECK)
@
$(CHECK)
.PHONY
:
html/template/check
.PHONY
:
html/template/check
...
@@ -5226,7 +5172,6 @@ go/ast.lo.dep: $(go_go_ast_files)
...
@@ -5226,7 +5172,6 @@ go/ast.lo.dep: $(go_go_ast_files)
go/ast.lo
:
$(go_go_ast_files)
go/ast.lo
:
$(go_go_ast_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
go/ast/check
:
$(CHECK_DEPS)
go/ast/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
go/ast
@
$(CHECK)
@
$(CHECK)
.PHONY
:
go/ast/check
.PHONY
:
go/ast/check
...
@@ -5236,7 +5181,6 @@ go/build.lo.dep: $(go_go_build_files)
...
@@ -5236,7 +5181,6 @@ go/build.lo.dep: $(go_go_build_files)
go/build.lo
:
$(go_go_build_files)
go/build.lo
:
$(go_go_build_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
go/build/check
:
$(CHECK_DEPS)
go/build/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
go/build
@
$(CHECK)
@
$(CHECK)
.PHONY
:
go/build/check
.PHONY
:
go/build/check
...
@@ -5255,7 +5199,6 @@ go/doc.lo.dep: $(go_go_doc_files)
...
@@ -5255,7 +5199,6 @@ go/doc.lo.dep: $(go_go_doc_files)
go/doc.lo
:
$(go_go_doc_files)
go/doc.lo
:
$(go_go_doc_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
go/doc/check
:
$(CHECK_DEPS)
go/doc/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
go/doc
@
$(CHECK)
@
$(CHECK)
.PHONY
:
go/doc/check
.PHONY
:
go/doc/check
...
@@ -5265,7 +5208,6 @@ go/parser.lo.dep: $(go_go_parser_files)
...
@@ -5265,7 +5208,6 @@ go/parser.lo.dep: $(go_go_parser_files)
go/parser.lo
:
$(go_go_parser_files)
go/parser.lo
:
$(go_go_parser_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
go/parser/check
:
$(CHECK_DEPS)
go/parser/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
go/parser
@
$(CHECK)
@
$(CHECK)
.PHONY
:
go/parser/check
.PHONY
:
go/parser/check
...
@@ -5275,7 +5217,6 @@ go/printer.lo.dep: $(go_go_printer_files)
...
@@ -5275,7 +5217,6 @@ go/printer.lo.dep: $(go_go_printer_files)
go/printer.lo
:
$(go_go_printer_files)
go/printer.lo
:
$(go_go_printer_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
go/printer/check
:
$(CHECK_DEPS)
go/printer/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
go/printer
@
$(CHECK)
@
$(CHECK)
.PHONY
:
go/printer/check
.PHONY
:
go/printer/check
...
@@ -5285,7 +5226,6 @@ go/scanner.lo.dep: $(go_go_scanner_files)
...
@@ -5285,7 +5226,6 @@ go/scanner.lo.dep: $(go_go_scanner_files)
go/scanner.lo
:
$(go_go_scanner_files)
go/scanner.lo
:
$(go_go_scanner_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
go/scanner/check
:
$(CHECK_DEPS)
go/scanner/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
go/scanner
@
$(CHECK)
@
$(CHECK)
.PHONY
:
go/scanner/check
.PHONY
:
go/scanner/check
...
@@ -5295,7 +5235,6 @@ go/token.lo.dep: $(go_go_token_files)
...
@@ -5295,7 +5235,6 @@ go/token.lo.dep: $(go_go_token_files)
go/token.lo
:
$(go_go_token_files)
go/token.lo
:
$(go_go_token_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
go/token/check
:
$(CHECK_DEPS)
go/token/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
go/token
@
$(CHECK)
@
$(CHECK)
.PHONY
:
go/token/check
.PHONY
:
go/token/check
...
@@ -5305,7 +5244,6 @@ hash/adler32.lo.dep: $(go_hash_adler32_files)
...
@@ -5305,7 +5244,6 @@ hash/adler32.lo.dep: $(go_hash_adler32_files)
hash/adler32.lo
:
$(go_hash_adler32_files)
hash/adler32.lo
:
$(go_hash_adler32_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
hash/adler32/check
:
$(CHECK_DEPS)
hash/adler32/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
hash
/adler32
@
$(CHECK)
@
$(CHECK)
.PHONY
:
hash/adler32/check
.PHONY
:
hash/adler32/check
...
@@ -5315,7 +5253,6 @@ hash/crc32.lo.dep: $(go_hash_crc32_files)
...
@@ -5315,7 +5253,6 @@ hash/crc32.lo.dep: $(go_hash_crc32_files)
hash/crc32.lo
:
$(go_hash_crc32_files)
hash/crc32.lo
:
$(go_hash_crc32_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
hash/crc32/check
:
$(CHECK_DEPS)
hash/crc32/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
hash
/crc32
@
$(CHECK)
@
$(CHECK)
.PHONY
:
hash/crc32/check
.PHONY
:
hash/crc32/check
...
@@ -5325,7 +5262,6 @@ hash/crc64.lo.dep: $(go_hash_crc64_files)
...
@@ -5325,7 +5262,6 @@ hash/crc64.lo.dep: $(go_hash_crc64_files)
hash/crc64.lo
:
$(go_hash_crc64_files)
hash/crc64.lo
:
$(go_hash_crc64_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
hash/crc64/check
:
$(CHECK_DEPS)
hash/crc64/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
hash
/crc64
@
$(CHECK)
@
$(CHECK)
.PHONY
:
hash/crc64/check
.PHONY
:
hash/crc64/check
...
@@ -5335,7 +5271,6 @@ hash/fnv.lo.dep: $(go_hash_fnv_files)
...
@@ -5335,7 +5271,6 @@ hash/fnv.lo.dep: $(go_hash_fnv_files)
hash/fnv.lo
:
$(go_hash_fnv_files)
hash/fnv.lo
:
$(go_hash_fnv_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
hash/fnv/check
:
$(CHECK_DEPS)
hash/fnv/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
hash
/fnv
@
$(CHECK)
@
$(CHECK)
.PHONY
:
hash/fnv/check
.PHONY
:
hash/fnv/check
...
@@ -5345,7 +5280,6 @@ image/color.lo.dep: $(go_image_color_files)
...
@@ -5345,7 +5280,6 @@ image/color.lo.dep: $(go_image_color_files)
image/color.lo
:
$(go_image_color_files)
image/color.lo
:
$(go_image_color_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
image/color/check
:
$(CHECK_DEPS)
image/color/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
image/color
@
$(CHECK)
@
$(CHECK)
.PHONY
:
image/color/check
.PHONY
:
image/color/check
...
@@ -5355,7 +5289,6 @@ image/draw.lo.dep: $(go_image_draw_files)
...
@@ -5355,7 +5289,6 @@ image/draw.lo.dep: $(go_image_draw_files)
image/draw.lo
:
$(go_image_draw_files)
image/draw.lo
:
$(go_image_draw_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
image/draw/check
:
$(CHECK_DEPS)
image/draw/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
image/draw
@
$(CHECK)
@
$(CHECK)
.PHONY
:
image/draw/check
.PHONY
:
image/draw/check
...
@@ -5365,7 +5298,6 @@ image/gif.lo.dep: $(go_image_gif_files)
...
@@ -5365,7 +5298,6 @@ image/gif.lo.dep: $(go_image_gif_files)
image/gif.lo
:
$(go_image_gif_files)
image/gif.lo
:
$(go_image_gif_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
image/gif/check
:
$(CHECK_DEPS)
image/gif/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
image/gif
@
$(CHECK)
@
$(CHECK)
.PHONY
:
image/gif/check
.PHONY
:
image/gif/check
...
@@ -5375,7 +5307,6 @@ image/jpeg.lo.dep: $(go_image_jpeg_files)
...
@@ -5375,7 +5307,6 @@ image/jpeg.lo.dep: $(go_image_jpeg_files)
image/jpeg.lo
:
$(go_image_jpeg_files)
image/jpeg.lo
:
$(go_image_jpeg_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
image/jpeg/check
:
$(CHECK_DEPS)
image/jpeg/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
image/jpeg
@
$(CHECK)
@
$(CHECK)
.PHONY
:
image/jpeg/check
.PHONY
:
image/jpeg/check
...
@@ -5385,7 +5316,6 @@ image/png.lo.dep: $(go_image_png_files)
...
@@ -5385,7 +5316,6 @@ image/png.lo.dep: $(go_image_png_files)
image/png.lo
:
$(go_image_png_files)
image/png.lo
:
$(go_image_png_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
image/png/check
:
$(CHECK_DEPS)
image/png/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
image/png
@
$(CHECK)
@
$(CHECK)
.PHONY
:
image/png/check
.PHONY
:
image/png/check
...
@@ -5395,7 +5325,6 @@ index/suffixarray.lo.dep: $(go_index_suffixarray_files)
...
@@ -5395,7 +5325,6 @@ index/suffixarray.lo.dep: $(go_index_suffixarray_files)
index/suffixarray.lo
:
$(go_index_suffixarray_files)
index/suffixarray.lo
:
$(go_index_suffixarray_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
index/suffixarray/check
:
$(CHECK_DEPS)
index/suffixarray/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
index/suffixarray
@
$(CHECK)
@
$(CHECK)
.PHONY
:
index/suffixarray/check
.PHONY
:
index/suffixarray/check
...
@@ -5405,7 +5334,6 @@ io/ioutil.lo.dep: $(go_io_ioutil_files)
...
@@ -5405,7 +5334,6 @@ io/ioutil.lo.dep: $(go_io_ioutil_files)
io/ioutil.lo
:
$(go_io_ioutil_files)
io/ioutil.lo
:
$(go_io_ioutil_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
io/ioutil/check
:
$(CHECK_DEPS)
io/ioutil/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
io/ioutil
@
$(CHECK)
@
$(CHECK)
.PHONY
:
io/ioutil/check
.PHONY
:
io/ioutil/check
...
@@ -5418,7 +5346,6 @@ log/syslog/syslog_c.lo: $(go_syslog_c_files) log/syslog.lo
...
@@ -5418,7 +5346,6 @@ log/syslog/syslog_c.lo: $(go_syslog_c_files) log/syslog.lo
@
$(MKDIR_P)
log/syslog
@
$(MKDIR_P)
log/syslog
$(LTCOMPILE)
-c
-o
$@
$(srcdir)
/go/log/syslog/syslog_c.c
$(LTCOMPILE)
-c
-o
$@
$(srcdir)
/go/log/syslog/syslog_c.c
log/syslog/check
:
$(CHECK_DEPS)
log/syslog/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
log/syslog
@
$(CHECK)
@
$(CHECK)
.PHONY
:
log/syslog/check
.PHONY
:
log/syslog/check
...
@@ -5428,7 +5355,6 @@ math/big.lo.dep: $(go_math_big_files)
...
@@ -5428,7 +5355,6 @@ math/big.lo.dep: $(go_math_big_files)
math/big.lo
:
$(go_math_big_files)
math/big.lo
:
$(go_math_big_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
math/big/check
:
$(CHECK_DEPS)
math/big/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
math/big
@
$(CHECK)
@
$(CHECK)
.PHONY
:
math/big/check
.PHONY
:
math/big/check
...
@@ -5438,7 +5364,6 @@ math/cmplx.lo.dep: $(go_math_cmplx_files)
...
@@ -5438,7 +5364,6 @@ math/cmplx.lo.dep: $(go_math_cmplx_files)
math/cmplx.lo
:
$(go_math_cmplx_files)
math/cmplx.lo
:
$(go_math_cmplx_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
math/cmplx/check
:
$(CHECK_DEPS)
math/cmplx/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
math/cmplx
@
$(CHECK)
@
$(CHECK)
.PHONY
:
math/cmplx/check
.PHONY
:
math/cmplx/check
...
@@ -5448,7 +5373,6 @@ math/rand.lo.dep: $(go_math_rand_files)
...
@@ -5448,7 +5373,6 @@ math/rand.lo.dep: $(go_math_rand_files)
math/rand.lo
:
$(go_math_rand_files)
math/rand.lo
:
$(go_math_rand_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
math/rand/check
:
$(CHECK_DEPS)
math/rand/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
math/rand
@
$(CHECK)
@
$(CHECK)
.PHONY
:
math/rand/check
.PHONY
:
math/rand/check
...
@@ -5458,7 +5382,6 @@ mime/multipart.lo.dep: $(go_mime_multipart_files)
...
@@ -5458,7 +5382,6 @@ mime/multipart.lo.dep: $(go_mime_multipart_files)
mime/multipart.lo
:
$(go_mime_multipart_files)
mime/multipart.lo
:
$(go_mime_multipart_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
mime/multipart/check
:
$(CHECK_DEPS)
mime/multipart/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
mime/multipart
@
$(CHECK)
@
$(CHECK)
.PHONY
:
mime/multipart/check
.PHONY
:
mime/multipart/check
...
@@ -5468,7 +5391,6 @@ net/http.lo.dep: $(go_net_http_files)
...
@@ -5468,7 +5391,6 @@ net/http.lo.dep: $(go_net_http_files)
net/http.lo
:
$(go_net_http_files)
net/http.lo
:
$(go_net_http_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
net/http/check
:
$(CHECK_DEPS)
net/http/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
net/http
@
$(CHECK)
@
$(CHECK)
.PHONY
:
net/http/check
.PHONY
:
net/http/check
...
@@ -5478,7 +5400,6 @@ net/mail.lo.dep: $(go_net_mail_files)
...
@@ -5478,7 +5400,6 @@ net/mail.lo.dep: $(go_net_mail_files)
net/mail.lo
:
$(go_net_mail_files)
net/mail.lo
:
$(go_net_mail_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
net/mail/check
:
$(CHECK_DEPS)
net/mail/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
net/mail
@
$(CHECK)
@
$(CHECK)
.PHONY
:
net/mail/check
.PHONY
:
net/mail/check
...
@@ -5488,7 +5409,6 @@ net/rpc.lo.dep: $(go_net_rpc_files)
...
@@ -5488,7 +5409,6 @@ net/rpc.lo.dep: $(go_net_rpc_files)
net/rpc.lo
:
$(go_net_rpc_files)
net/rpc.lo
:
$(go_net_rpc_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
net/rpc/check
:
$(CHECK_DEPS)
net/rpc/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
net/rpc
@
$(CHECK)
@
$(CHECK)
.PHONY
:
net/rpc/check
.PHONY
:
net/rpc/check
...
@@ -5498,7 +5418,6 @@ net/smtp.lo.dep: $(go_net_smtp_files)
...
@@ -5498,7 +5418,6 @@ net/smtp.lo.dep: $(go_net_smtp_files)
net/smtp.lo
:
$(go_net_smtp_files)
net/smtp.lo
:
$(go_net_smtp_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
net/smtp/check
:
$(CHECK_DEPS)
net/smtp/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
net/smtp
@
$(CHECK)
@
$(CHECK)
.PHONY
:
net/smtp/check
.PHONY
:
net/smtp/check
...
@@ -5508,7 +5427,6 @@ net/url.lo.dep: $(go_net_url_files)
...
@@ -5508,7 +5427,6 @@ net/url.lo.dep: $(go_net_url_files)
net/url.lo
:
$(go_net_url_files)
net/url.lo
:
$(go_net_url_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
net/url/check
:
$(CHECK_DEPS)
net/url/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
net/url
@
$(CHECK)
@
$(CHECK)
.PHONY
:
net/url/check
.PHONY
:
net/url/check
...
@@ -5518,7 +5436,6 @@ net/textproto.lo.dep: $(go_net_textproto_files)
...
@@ -5518,7 +5436,6 @@ net/textproto.lo.dep: $(go_net_textproto_files)
net/textproto.lo
:
$(go_net_textproto_files)
net/textproto.lo
:
$(go_net_textproto_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
net/textproto/check
:
$(CHECK_DEPS)
net/textproto/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
net/textproto
@
$(CHECK)
@
$(CHECK)
.PHONY
:
net/textproto/check
.PHONY
:
net/textproto/check
...
@@ -5528,7 +5445,6 @@ net/http/cgi.lo.dep: $(go_net_http_cgi_files)
...
@@ -5528,7 +5445,6 @@ net/http/cgi.lo.dep: $(go_net_http_cgi_files)
net/http/cgi.lo
:
$(go_net_http_cgi_files)
net/http/cgi.lo
:
$(go_net_http_cgi_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
net/http/cgi/check
:
$(CHECK_DEPS)
net/http/cgi/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
net/http/cgi
@
$(CHECK)
@
$(CHECK)
.PHONY
:
net/http/cgi/check
.PHONY
:
net/http/cgi/check
...
@@ -5538,7 +5454,6 @@ net/http/fcgi.lo.dep: $(go_net_http_fcgi_files)
...
@@ -5538,7 +5454,6 @@ net/http/fcgi.lo.dep: $(go_net_http_fcgi_files)
net/http/fcgi.lo
:
$(go_net_http_fcgi_files)
net/http/fcgi.lo
:
$(go_net_http_fcgi_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
net/http/fcgi/check
:
$(CHECK_DEPS)
net/http/fcgi/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
net/http/fcgi
@
$(CHECK)
@
$(CHECK)
.PHONY
:
net/http/fcgi/check
.PHONY
:
net/http/fcgi/check
...
@@ -5548,7 +5463,6 @@ net/http/httptest.lo.dep: $(go_net_http_httptest_files)
...
@@ -5548,7 +5463,6 @@ net/http/httptest.lo.dep: $(go_net_http_httptest_files)
net/http/httptest.lo
:
$(go_net_http_httptest_files)
net/http/httptest.lo
:
$(go_net_http_httptest_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
net/http/httptest/check
:
$(check_deps)
net/http/httptest/check
:
$(check_deps)
@
$(MKDIR_P)
net/http/httptest
@
$(CHECK)
@
$(CHECK)
.PHONY
:
net/http/httptest/check
.PHONY
:
net/http/httptest/check
...
@@ -5558,7 +5472,6 @@ net/http/httputil.lo.dep: $(go_net_http_httputil_files)
...
@@ -5558,7 +5472,6 @@ net/http/httputil.lo.dep: $(go_net_http_httputil_files)
net/http/httputil.lo
:
$(go_net_http_httputil_files)
net/http/httputil.lo
:
$(go_net_http_httputil_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
net/http/httputil/check
:
$(check_deps)
net/http/httputil/check
:
$(check_deps)
@
$(MKDIR_P)
net/http/httputil
@
$(CHECK)
@
$(CHECK)
.PHONY
:
net/http/httputil/check
.PHONY
:
net/http/httputil/check
...
@@ -5568,7 +5481,6 @@ net/http/pprof.lo.dep: $(go_net_http_pprof_files)
...
@@ -5568,7 +5481,6 @@ net/http/pprof.lo.dep: $(go_net_http_pprof_files)
net/http/pprof.lo
:
$(go_net_http_pprof_files)
net/http/pprof.lo
:
$(go_net_http_pprof_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
net/http/pprof/check
:
$(CHECK_DEPS)
net/http/pprof/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
net/http/pprof
@
$(CHECK)
@
$(CHECK)
.PHONY
:
net/http/pprof/check
.PHONY
:
net/http/pprof/check
...
@@ -5578,7 +5490,6 @@ net/rpc/jsonrpc.lo.dep: $(go_net_rpc_jsonrpc_files)
...
@@ -5578,7 +5490,6 @@ net/rpc/jsonrpc.lo.dep: $(go_net_rpc_jsonrpc_files)
net/rpc/jsonrpc.lo
:
$(go_net_rpc_jsonrpc_files)
net/rpc/jsonrpc.lo
:
$(go_net_rpc_jsonrpc_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
net/rpc/jsonrpc/check
:
$(CHECK_DEPS)
net/rpc/jsonrpc/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
net/rpc/jsonrpc
@
$(CHECK)
@
$(CHECK)
.PHONY
:
net/rpc/jsonrpc/check
.PHONY
:
net/rpc/jsonrpc/check
...
@@ -5588,7 +5499,6 @@ old/netchan.lo.dep: $(go_old_netchan_files)
...
@@ -5588,7 +5499,6 @@ old/netchan.lo.dep: $(go_old_netchan_files)
old/netchan.lo
:
$(go_old_netchan_files)
old/netchan.lo
:
$(go_old_netchan_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
old/netchan/check
:
$(CHECK_DEPS)
old/netchan/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
old/netchan
@
$(CHECK)
@
$(CHECK)
.PHONY
:
old/netchan/check
.PHONY
:
old/netchan/check
...
@@ -5598,7 +5508,6 @@ old/regexp.lo.dep: $(go_old_regexp_files)
...
@@ -5598,7 +5508,6 @@ old/regexp.lo.dep: $(go_old_regexp_files)
old/regexp.lo
:
$(go_old_regexp_files)
old/regexp.lo
:
$(go_old_regexp_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
old/regexp/check
:
$(CHECK_DEPS)
old/regexp/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
old/regexp
@
$(CHECK)
@
$(CHECK)
.PHONY
:
old/regexp/check
.PHONY
:
old/regexp/check
...
@@ -5608,7 +5517,6 @@ old/template.lo.dep: $(go_old_template_files)
...
@@ -5608,7 +5517,6 @@ old/template.lo.dep: $(go_old_template_files)
old/template.lo
:
$(go_old_template_files)
old/template.lo
:
$(go_old_template_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
old/template/check
:
$(CHECK_DEPS)
old/template/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
old/template
@
$(CHECK)
@
$(CHECK)
.PHONY
:
old/template/check
.PHONY
:
old/template/check
...
@@ -5618,7 +5526,6 @@ os/exec.lo.dep: $(go_os_exec_files)
...
@@ -5618,7 +5526,6 @@ os/exec.lo.dep: $(go_os_exec_files)
os/exec.lo
:
$(go_os_exec_files)
os/exec.lo
:
$(go_os_exec_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
os/exec/check
:
$(CHECK_DEPS)
os/exec/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
os/exec
@
$(CHECK)
@
$(CHECK)
.PHONY
:
os/exec/check
.PHONY
:
os/exec/check
...
@@ -5628,7 +5535,6 @@ os/signal.lo.dep: $(go_os_signal_files)
...
@@ -5628,7 +5535,6 @@ os/signal.lo.dep: $(go_os_signal_files)
os/signal.lo
:
$(go_os_signal_files)
os/signal.lo
:
$(go_os_signal_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
os/signal/check
:
$(CHECK_DEPS)
os/signal/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
os/signal
@
$(CHECK)
@
$(CHECK)
.PHONY
:
os/signal/check
.PHONY
:
os/signal/check
...
@@ -5638,7 +5544,6 @@ os/user.lo.dep: $(go_os_user_files)
...
@@ -5638,7 +5544,6 @@ os/user.lo.dep: $(go_os_user_files)
os/user.lo
:
$(go_os_user_files)
os/user.lo
:
$(go_os_user_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
os/user/check
:
$(CHECK_DEPS)
os/user/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
os/user
@
$(CHECK)
@
$(CHECK)
.PHONY
:
os/user/check
.PHONY
:
os/user/check
...
@@ -5648,7 +5553,6 @@ path/filepath.lo.dep: $(go_path_filepath_files)
...
@@ -5648,7 +5553,6 @@ path/filepath.lo.dep: $(go_path_filepath_files)
path/filepath.lo
:
$(go_path_filepath_files)
path/filepath.lo
:
$(go_path_filepath_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
path/filepath/check
:
$(CHECK_DEPS)
path/filepath/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
path/filepath
@
$(CHECK)
@
$(CHECK)
.PHONY
:
path/filepath/check
.PHONY
:
path/filepath/check
...
@@ -5658,7 +5562,6 @@ regexp/syntax.lo.dep: $(go_regexp_syntax_files)
...
@@ -5658,7 +5562,6 @@ regexp/syntax.lo.dep: $(go_regexp_syntax_files)
regexp/syntax.lo
:
$(go_regexp_syntax_files)
regexp/syntax.lo
:
$(go_regexp_syntax_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
regexp/syntax/check
:
$(CHECK_DEPS)
regexp/syntax/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
regexp/syntax
@
$(CHECK)
@
$(CHECK)
.PHONY
:
regexp/syntax/check
.PHONY
:
regexp/syntax/check
...
@@ -5668,7 +5571,6 @@ runtime/debug.lo.dep: $(go_runtime_debug_files)
...
@@ -5668,7 +5571,6 @@ runtime/debug.lo.dep: $(go_runtime_debug_files)
runtime/debug.lo
:
$(go_runtime_debug_files)
runtime/debug.lo
:
$(go_runtime_debug_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
runtime/debug/check
:
$(CHECK_DEPS)
runtime/debug/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
runtime/debug
@
$(CHECK)
@
$(CHECK)
.PHONY
:
runtime/debug/check
.PHONY
:
runtime/debug/check
...
@@ -5678,7 +5580,6 @@ runtime/pprof.lo.dep: $(go_runtime_pprof_files)
...
@@ -5678,7 +5580,6 @@ runtime/pprof.lo.dep: $(go_runtime_pprof_files)
runtime/pprof.lo
:
$(go_runtime_pprof_files)
runtime/pprof.lo
:
$(go_runtime_pprof_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
runtime/pprof/check
:
$(CHECK_DEPS)
runtime/pprof/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
runtime/pprof
@
$(CHECK)
@
$(CHECK)
.PHONY
:
runtime/pprof/check
.PHONY
:
runtime/pprof/check
...
@@ -5690,7 +5591,6 @@ sync/atomic.lo: $(go_sync_atomic_files)
...
@@ -5690,7 +5591,6 @@ sync/atomic.lo: $(go_sync_atomic_files)
sync/atomic_c.lo
:
$(go_sync_atomic_c_files) sync/atomic.lo
sync/atomic_c.lo
:
$(go_sync_atomic_c_files) sync/atomic.lo
$(LTCOMPILE)
-c
-o
$@
$(srcdir)
/go/sync/atomic/atomic.c
$(LTCOMPILE)
-c
-o
$@
$(srcdir)
/go/sync/atomic/atomic.c
sync/atomic/check
:
$(CHECK_DEPS)
sync/atomic/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
sync/atomic
@
$(CHECK)
@
$(CHECK)
.PHONY
:
sync/atomic/check
.PHONY
:
sync/atomic/check
...
@@ -5700,7 +5600,6 @@ text/scanner.lo.dep: $(go_text_scanner_files)
...
@@ -5700,7 +5600,6 @@ text/scanner.lo.dep: $(go_text_scanner_files)
text/scanner.lo
:
$(go_text_scanner_files)
text/scanner.lo
:
$(go_text_scanner_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
text/scanner/check
:
$(CHECK_DEPS)
text/scanner/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
text/scanner
@
$(CHECK)
@
$(CHECK)
.PHONY
:
text/scanner/check
.PHONY
:
text/scanner/check
...
@@ -5710,7 +5609,6 @@ text/tabwriter.lo.dep: $(go_text_tabwriter_files)
...
@@ -5710,7 +5609,6 @@ text/tabwriter.lo.dep: $(go_text_tabwriter_files)
text/tabwriter.lo
:
$(go_text_tabwriter_files)
text/tabwriter.lo
:
$(go_text_tabwriter_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
text/tabwriter/check
:
$(CHECK_DEPS)
text/tabwriter/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
text/tabwriter
@
$(CHECK)
@
$(CHECK)
.PHONY
:
text/tabwriter/check
.PHONY
:
text/tabwriter/check
...
@@ -5729,7 +5627,6 @@ text/template/parse.lo.dep: $(go_text_template_parse_files)
...
@@ -5729,7 +5627,6 @@ text/template/parse.lo.dep: $(go_text_template_parse_files)
text/template/parse.lo
:
$(go_text_template_parse_files)
text/template/parse.lo
:
$(go_text_template_parse_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
text/template/parse/check
:
$(CHECK_DEPS)
text/template/parse/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
text/template/parse
@
$(CHECK)
@
$(CHECK)
.PHONY
:
text/template/parse/check
.PHONY
:
text/template/parse/check
...
@@ -5739,7 +5636,6 @@ testing/iotest.lo.dep: $(go_testing_iotest_files)
...
@@ -5739,7 +5636,6 @@ testing/iotest.lo.dep: $(go_testing_iotest_files)
testing/iotest.lo
:
$(go_testing_iotest_files)
testing/iotest.lo
:
$(go_testing_iotest_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
testing/iotest/check
:
$(CHECK_DEPS)
testing/iotest/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
testing/iotest
@
$(CHECK)
@
$(CHECK)
.PHONY
:
testing/iotest/check
.PHONY
:
testing/iotest/check
...
@@ -5749,7 +5645,6 @@ testing/quick.lo.dep: $(go_testing_quick_files)
...
@@ -5749,7 +5645,6 @@ testing/quick.lo.dep: $(go_testing_quick_files)
testing/quick.lo
:
$(go_testing_quick_files)
testing/quick.lo
:
$(go_testing_quick_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
testing/quick/check
:
$(CHECK_DEPS)
testing/quick/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
testing/quick
@
$(CHECK)
@
$(CHECK)
.PHONY
:
testing/quick/check
.PHONY
:
testing/quick/check
...
@@ -5759,7 +5654,6 @@ unicode/utf16.lo.dep: $(go_unicode_utf16_files)
...
@@ -5759,7 +5654,6 @@ unicode/utf16.lo.dep: $(go_unicode_utf16_files)
unicode/utf16.lo
:
$(go_unicode_utf16_files)
unicode/utf16.lo
:
$(go_unicode_utf16_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
unicode/utf16/check
:
$(CHECK_DEPS)
unicode/utf16/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
unicode/utf16
@
$(CHECK)
@
$(CHECK)
.PHONY
:
unicode/utf16/check
.PHONY
:
unicode/utf16/check
...
@@ -5769,7 +5663,6 @@ unicode/utf8.lo.dep: $(go_unicode_utf8_files)
...
@@ -5769,7 +5663,6 @@ unicode/utf8.lo.dep: $(go_unicode_utf8_files)
unicode/utf8.lo
:
$(go_unicode_utf8_files)
unicode/utf8.lo
:
$(go_unicode_utf8_files)
$(BUILDPACKAGE)
$(BUILDPACKAGE)
unicode/utf8/check
:
$(CHECK_DEPS)
unicode/utf8/check
:
$(CHECK_DEPS)
@
$(MKDIR_P)
unicode/utf8
@
$(CHECK)
@
$(CHECK)
.PHONY
:
unicode/utf8/check
.PHONY
:
unicode/utf8/check
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment