diff options
author | midipix <writeonce@midipix.org> | 2020-01-09 06:51:00 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-01-09 06:51:50 +0000 |
commit | ab4e0554a16b2573be3d3e61ff3f8f5fac2bc2b3 (patch) | |
tree | 14a1e34fbe4f5f9cceec30e35d393b6ba260624b /sofort/tools | |
parent | e2008a7c58bcb6749688e0ec072bf0965c102fe2 (diff) | |
download | bfirm-ab4e0554a16b2573be3d3e61ff3f8f5fac2bc2b3.tar.bz2 bfirm-ab4e0554a16b2573be3d3e61ff3f8f5fac2bc2b3.tar.xz |
build system: added file annotations.
Diffstat (limited to 'sofort/tools')
-rwxr-xr-x | sofort/tools/pkgconf.sh | 3 | ||||
-rwxr-xr-x | sofort/tools/version.sh | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sofort/tools/pkgconf.sh b/sofort/tools/pkgconf.sh index e14517f..bcde970 100755 --- a/sofort/tools/pkgconf.sh +++ b/sofort/tools/pkgconf.sh @@ -1,5 +1,8 @@ #!/bin/sh +# pkgconf.sh: generate a pkgconf manifest file. +# this file is covered by COPYING.SOFORT. + set -eu # prefix, exec_prefix diff --git a/sofort/tools/version.sh b/sofort/tools/version.sh index 41e120a..8c49cb3 100755 --- a/sofort/tools/version.sh +++ b/sofort/tools/version.sh @@ -1,5 +1,8 @@ #!/bin/sh +# version.sh: detect git repository info, output defs as a C header. +# this file is covered by COPYING.SOFORT. + set -eu usage() |