summaryrefslogtreecommitdiff
path: root/misc/plan.html
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2013-04-16 16:19:08 +0200
committerNiels Möller <nisse@lysator.liu.se>2013-04-16 16:19:08 +0200
commitad689768b0268a7daa576fce09308e8f4a1de7b3 (patch)
treee6fb86f85551ffa5e1b21d4748fba5be9d214f7d /misc/plan.html
parent2d1439b6e781bb112a16e87446f74568c86228b0 (diff)
downloadnettle-ad689768b0268a7daa576fce09308e8f4a1de7b3.tar.gz
Update plans for 2.8.
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>