diff options
author | Ron Yorston <rmy@pobox.com> | 2024-02-15 09:32:12 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2024-02-15 09:32:12 +0000 |
commit | 2401501759c4ff5dcc7c022a9c2194b504bdf0d6 (patch) | |
tree | e4832a6b1a3ba369ce65cc57e1a9589bc10ebd06 /.gitignore | |
parent | 58627310e90247040894d3aeab2fc79bcced11be (diff) | |
download | busybox-w32-2401501759c4ff5dcc7c022a9c2194b504bdf0d6.tar.gz busybox-w32-2401501759c4ff5dcc7c022a9c2194b504bdf0d6.tar.bz2 busybox-w32-2401501759c4ff5dcc7c022a9c2194b504bdf0d6.zip |
build system: try to find a more precise EXTRAVERSION
The default EXTRAVERSION is .git. Use some clues to determine a
more precise EXTRAVERSION:
- git describe
- A .frp_describe file embedded in the release tarball
- The name of the build directory: tarballs of release tags from
GitLab and GitHub include the version in the directory name.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a4031f6ec..9055b745e 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -63,3 +63,8 @@ TAGS | |||
63 | # user-supplied scripts | 63 | # user-supplied scripts |
64 | # | 64 | # |
65 | /embed | 65 | /embed |
66 | |||
67 | # | ||
68 | # release description for tarball | ||
69 | # | ||
70 | .frp_describe | ||