]> git.ipfire.org Git - thirdparty/iptables.git/commit
build: sort file list before build
authorJan Engelhardt <jengelh@medozas.de>
Thu, 8 Sep 2011 15:08:37 +0000 (17:08 +0200)
committerJan Engelhardt <jengelh@medozas.de>
Thu, 8 Sep 2011 15:22:31 +0000 (17:22 +0200)
commit5e5ea1ccf61d96879531929874109c17c1894908
tree4ab29e6604dd993946220cf0d37d343b8a8c4725
parent891d5790b3f4caeed80f1449d280617c54df8837
build: sort file list before build

Manpage subsections are already sorted for obvious reasons. Since
$(wildcard) can actually return results unordered (just what the OS
can do) do the sorting with the .o file list too, for developer
comfort.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
extensions/GNUmakefile.in