summaryrefslogtreecommitdiffhomepage
path: root/sofort/tools
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2020-01-09 06:51:00 +0000
committermidipix <writeonce@midipix.org>2020-01-09 06:51:00 +0000
commit7d79b01339dc70ea2f733c04a1a5abba24ce9933 (patch)
tree5f672556240d0ed74bb32564d8a5fb7aa8c680f4 /sofort/tools
parentbb699e73c43d1627cd6f11eaee14f71e22ff912c (diff)
downloadsofort-7d79b01339dc70ea2f733c04a1a5abba24ce9933.tar.bz2
sofort-7d79b01339dc70ea2f733c04a1a5abba24ce9933.tar.xz
build system: added file annotations.
Diffstat (limited to 'sofort/tools')
-rwxr-xr-xsofort/tools/pkgconf.sh3
-rwxr-xr-xsofort/tools/version.sh3
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()