]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Add FIXME comment 14941/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 10 Dec 2024 09:16:44 +0000 (10:16 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 10 Dec 2024 09:16:44 +0000 (10:16 +0100)
pdns/recursordist/metrics.py

index cf565f8fc066274ed563d7fb12ffa331b8fb9217..3d11b68973df429850d19f790e31e1dc660d0793 100644 (file)
@@ -36,7 +36,8 @@ with open(srcdir + '/metrics_table.py', mode='r', encoding="utf-8") as file:
     table = eval(file.read())
 
 #
-# We create various files in the srcdir but copy them into the buildir if needed to satisfy meson
+# We create various files in the srcdir but copy them into the builddir if needed to satisfy meson
+# FIXME: only generate in builddir once autotools have been dropped
 #
 with open(srcdir + '/rec-oids-gen.h', 'w', encoding='utf-8') as file:
     file.write('// THIS IS A GENERATED FILE. DO NOT EDIT. SOURCE metrics.py AND metrics_table.py\n')