mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
50e2cb5894
- 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
69 lines
735 B
Plaintext
69 lines
735 B
Plaintext
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
#
|
|
# SPDX-License-Identifier: curl
|
|
|
|
*.asc
|
|
*.dll
|
|
*.exe
|
|
*.exp
|
|
*.la
|
|
*.lib
|
|
*.lo
|
|
*.o
|
|
*.obj
|
|
*.pdb
|
|
*.pyc
|
|
*~
|
|
.*.sw?
|
|
.cproject
|
|
.deps
|
|
.dirstamp
|
|
.libs
|
|
.project
|
|
.settings
|
|
/.vs
|
|
/bld/
|
|
/build/
|
|
/builds/
|
|
/stats/
|
|
__pycache__
|
|
Debug
|
|
INSTALL
|
|
Makefile
|
|
Makefile.in
|
|
Release
|
|
TAGS
|
|
aclocal.m4
|
|
aclocal.m4.bak
|
|
autom4te.cache
|
|
buildinfo.txt
|
|
compile
|
|
config.cache
|
|
config.guess
|
|
config.log
|
|
config.status
|
|
config.sub
|
|
configure
|
|
curl-*.tar.bz2
|
|
curl-*.tar.gz
|
|
curl-*.tar.xz
|
|
curl-*.zip
|
|
curl-config
|
|
depcomp
|
|
install-sh
|
|
libcurl.pc
|
|
libtool
|
|
ltmain.sh
|
|
missing
|
|
mkinstalldirs
|
|
tags
|
|
test-driver
|
|
scripts/_curl
|
|
scripts/curl.fish
|
|
curl_fuzzer
|
|
curl_fuzzer_seed_corpus.zip
|
|
libstandaloneengine.a
|
|
tests/string
|
|
tests/config
|
|
tests/ech-log/
|