summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-05-14 01:07:06 +0100
committerSam James <sam@gentoo.org>2024-05-14 01:07:40 +0100
commit7c0ade278efd23419813824453284d525a544e28 (patch)
treeeb2f3ad2292c6da76212e602780f5e036b8a4d40
parentSimplify _eprint() and _eend() behaviour markedly (diff)
downloadgentoo-functions-7c0ade278efd23419813824453284d525a544e28.tar.gz
gentoo-functions-7c0ade278efd23419813824453284d525a544e28.tar.bz2
gentoo-functions-7c0ade278efd23419813824453284d525a544e28.zip
meson.build: add TODO wrt cleaning up functions.sh template
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 5346aee..6846d40 100644
--- a/meson.build
+++ b/meson.build
@@ -14,6 +14,7 @@ conf_data.set('version', meson.project_version())
# We might be able to install some symlinks to get around this though?
conf_data.set('GENTOO_LIBEXEC_DIR', get_option('prefix') / 'lib' / 'gentoo')
+# TODO: Cleanup now that functions.sh no longer uses ecma48-cpr
configure_file(
input: 'functions.sh.in',
output: 'functions.sh',