]> git.ipfire.org Git - thirdparty/iptables.git/commit
build: replace `echo -e` with `printf`
authorJeremy Sowden <jeremy@azazel.net>
Thu, 14 Dec 2023 16:44:05 +0000 (16:44 +0000)
committerPhil Sutter <phil@nwl.cc>
Fri, 15 Dec 2023 12:40:14 +0000 (13:40 +0100)
commitf5cf76626d95d2c491a80288bccc160c53b44e88
tree7a5726dc8867504bd9a889e01b2ce0e03b0c2151
parent0d1daf05744d566b3bf4c61a6d795d2fa09069a7
build: replace `echo -e` with `printf`

`echo -e` is not portable and we can end up with:

      GEN      matches.man
    -e      + ./libxt_addrtype.man
    -e      + ./libip6t_ah.man
    -e      + ./libipt_ah.man
    -e      + ./libxt_bpf.man
    -e      + ./libxt_cgroup.man
    -e      + ./libxt_cluster.man
    -e      + ./libxt_comment.man
    -e      + ./libxt_connbytes.man
    -e      + ./libxt_connlabel.man
    -e      + ./libxt_connlimit.man
    -e      + ./libxt_connmark.man
    -e      + ./libxt_conntrack.man
    [...]

Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
Signed-off-by: Phil Sutter <phil@nwl.cc>
extensions/GNUmakefile.in