On 10/19/2016 12:46 PM, Wietse Venema wrote:
+ifeq ($(KEEP_NEW_MTIME),y)
+       override KEEP_NEW_MTIME = -keep-new-mtime
+else
+       override KEEP_NEW_MTIME =
+endif

1) Is that standard syntax, or is that gmake dialect? I prefer to
avoid dependency on gmake (or bash, etc.).

Oops, I forgot to check that. Looking at it now, it seems it's non-standard. I'm sending a new patch.

2) Should this preference be stored at 'make makefiles' time, just
like all other preferences?

It works like that now. It's enough to do:
$ make -f Makefile.init makefiles POSTFIX_INSTALL_OPTS=-keep-new-mtime
$ make
# make install

Regards
Ondra

Attachment: postfix_install_opts.patch
Description: application/msdos-program

Reply via email to