Message3225

Author fluzz
Recipients
Date 2015-08-28.11:57:29
Content
2 gawk specific features are used: multi-dimensional arrays and sort() function.

The use of multi-dimensional arrays can be avoided.
However, I do not really want to code a sort in awk.

That script is actually only needed during dev (it re-generates the POTFILES.in
files), not when building from the tarball.

So, I will rather remove the call to that script when building from a tarball.


As for the need for gmake. Well, I hope that it's not an issue on OpenBSD. I
definitely would not like to rewrite those Makefiles... Too much work.
History
Date User Action Args
2015-08-28 11:57:29fluzzsetmessageid: <1440763049.7.0.915580660762.issue830@freedroid.org>
2015-08-28 11:57:29fluzzlinkissue830 messages
2015-08-28 11:57:29fluzzcreate