Of course you were correct, I've had MKPREPRO=yes in my mk.conf. Setting it to no and adding -P did the trick. Meaning, the build finished successfully.
Just out of curiosity, how would I correctly add MKREPRO_TIMESTAMP to mk.conf? At least, the manpage does not describe this flag - probably it is just to recent - but how do I actually get the proper timestamp?
build.sh mkrepro-timestamp always returns a zero Any reading on this? Ede Am 16.07.24 um 20:13 schrieb Martin Husemann:
On Tue, Jul 16, 2024 at 08:01:55PM +0200, Ede Wolf wrote:nbmake[7]: "/clutter/src/external/bsd/ntp/lib/libntp/Makefile" line 92: MKREPRO_TIMESTAMP is undefined with MKREPRO activeHow are you building this? If you ask for MKREPRO (e.g. via -v MKREPRO=yes) you need to provide a MKREPRO_TIMESTAMP (via -v) as well. Or leave it to build.sh to figure it out by using build.sh -P and dropping the -v MKREPRO=yes. Martin