mirror of
https://github.com/curl/curl.git
synced 2025-02-11 14:50:40 +08:00
- cmake: drop `configure.os`.
This also includes OS version, but thus far it's not important enough
to include it.
- autotools: drop redundant, autotools-only `{target|host}.vendor`.
(it's part of the triplet in `{target|host}`.)
- swap order to `*.cpu` -> `*.os` to match triplet-order.
- cmake: drop redundant `target`.
It's manually filled and only in a (so far) few CI jobs. Let's revisit
when this becomes useful.
- move `buildinfo.txt` to build root.
- dist: add `buildinfo.txt` to `DISTCLEANFILES`.
- autotools: detect human readable compiler version.
- autotools: replace `XXYY` `compiler.version` with "X.Y"-style.
(also to match cmake.)
- autotools: use distinct `compiler_id` for Apple clang: `APPLECLANG`.
To match cmake and also because the the "X.Y"-style version number
is the Apple version, while `XXYY` was a value roughly translated to
mainline llvm/clang version.
- show buildinfo at the end of the configure stage, when run in CI, or
when `CURL_BUILDINFO` or `CURL_CI` env is set.
Follow-up to 1fdea16846
#14802
Assisted-by: Dan Fandrich
Ref: https://github.com/curl/curl/pull/14802#issuecomment-2334942991
Closes #14822
32 lines
495 B
Plaintext
32 lines
495 B
Plaintext
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
#
|
|
# SPDX-License-Identifier: curl
|
|
|
|
*pid
|
|
*.1.dist
|
|
configurehelp.pm
|
|
curl_client_key
|
|
curl_client_key.pub
|
|
curl_client_knownhosts
|
|
curl_host_rsa_key
|
|
curl_host_rsa_key.pub
|
|
curl_host_rsa_key.pub_md5
|
|
curl_host_rsa_key.pub_sha256
|
|
curl_sftp_cmds
|
|
curl_sftp_config
|
|
curl_ssh_config
|
|
curl_sshd_config
|
|
ftps_stunnel.conf
|
|
https_stunnel.conf
|
|
log
|
|
log*
|
|
runtests.html
|
|
runtests.pdf
|
|
testcurl.html
|
|
testcurl.pdf
|
|
*.port
|
|
config
|
|
second-hsts.txt
|
|
runtests.1
|
|
testcurl.1
|