]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Update plans for 2.8.
authorNiels Möller <nisse@lysator.liu.se>
Tue, 16 Apr 2013 14:19:08 +0000 (16:19 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Tue, 16 Apr 2013 14:19:08 +0000 (16:19 +0200)
misc/plan.html

index a842bb427d59314d3c041144066b92c54853d1a9..8b66b96c41a9490211094a6e0e90e0562c31f850 100644 (file)
   <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>