summaryrefslogtreecommitdiff
path: root/misc/plan.html
diff options
context:
space:
mode:
Diffstat (limited to 'misc/plan.html')
-rw-r--r--misc/plan.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/plan.html b/misc/plan.html
index a842bb42..8b66b96c 100644
--- a/misc/plan.html
+++ b/misc/plan.html
@@ -117,6 +117,17 @@
<p class='should'>
Move some internal-use macros from macros.h to nettle-internal.h.
</p>
+
+ <h2> Build system </h2>
+ <p class='should'>
+ Stop using the nonstandard <tt>.po</tt> extension,
+ using <tt>.p.o</tt> or some subdirectory instead. Also drop
+ <tt>CCPIC_MAYBE</tt>, and let the static libraries depend on the
+ right object files.
+ </p>
+ <p class='should'>
+ Delay building of test programs until <tt>make check</tt>.
+ </p>
<h1> Plans for nettle-3.0 </h1>