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 | d0e2c6b40d469130a9edc91e7293b419ad0af01a (patch) | |
tree | 12f7eb4bdd09159471df9734935d9520f7dd45da /sofort/ccenv | |
parent | 78b7b03aa7811cf123f93c50bb90ce7aa41e8996 (diff) | |
download | ntcon-d0e2c6b40d469130a9edc91e7293b419ad0af01a.tar.bz2 ntcon-d0e2c6b40d469130a9edc91e7293b419ad0af01a.tar.xz |
build system: added file annotations.
Diffstat (limited to 'sofort/ccenv')
-rw-r--r-- | sofort/ccenv/ccenv.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sofort/ccenv/ccenv.sh b/sofort/ccenv/ccenv.sh index 2f61736..a376eb7 100644 --- a/sofort/ccenv/ccenv.sh +++ b/sofort/ccenv/ccenv.sh @@ -1,6 +1,8 @@ # ccenv.sh: sofort's tool-finding bits, # invoked from within the project-agnostic configure script. +# this file is covered by COPYING.SOFORT. + # invocation and names of binary tools: # agnostic names (ar, nm, objdump, ...); # target-prefixed agnostic names (x86_64-nt64-midipix-ar, ...); |