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 | 9c88f28646a20ab9deb095913e448e88b174fa80 (patch) | |
tree | aeb28741205b8c18ce2dc267b165f04dcc207976 /sofort/tools | |
parent | 75acc9f9babc09d38e602cff6ef3da198436486c (diff) | |
download | mdso-9c88f28646a20ab9deb095913e448e88b174fa80.tar.bz2 mdso-9c88f28646a20ab9deb095913e448e88b174fa80.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() |