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:50 +0000
commitedbde2d5b68bd9f69d55a6778b58506f6df8f93b (patch)
tree89cf622c07b8d355b7c69778ff6f3e20d92715a3 /sofort/tools
parent402a7efff7452c10f5bccb13991677ce402accef (diff)
downloadntapi-edbde2d5b68bd9f69d55a6778b58506f6df8f93b.tar.bz2
ntapi-edbde2d5b68bd9f69d55a6778b58506f6df8f93b.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()