On Saturday 2010-07-03 03:59, martinbarrowcliff wrote: > With my embedded firewall system the busybox mktemp function > fails due to unsupported flags, so the xtables-addons build fails > on the native toolchain. > I think this issue should be considered, because so many appliances > do use busybox and some may even have a working toolchain... > > make[1]: Leaving directory > `/usr/src/source/build/firewall/xtables-addons-1.27/extensions' > mktemp: invalid option -- u The fact that $(shell mktemp -dtu) fails should not abort the build. I can pick a standard system, add the unknown option -x, and still have make succeed as long as you don't try to execute the make tarball target. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html