]> git.proxmox.com Git - proxmox-spamassassin.git/commit
buildsys: only update sa-updates explicitly
authorStoiko Ivanov <s.ivanov@proxmox.com>
Tue, 4 Jun 2019 14:12:03 +0000 (16:12 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 4 Jun 2019 16:14:56 +0000 (18:14 +0200)
commit848fbe4c4779a2d1e7a0c46a07964b15755d55c1
tree04f0087962e9ecffa7715d864ff93f19da514b0a
parentae1e4fd86228276fd20eb319e0309bd818a9090d
buildsys: only update sa-updates explicitly

Adding a dependency to ${SA_UPDATE_GPG_DIR}/.prepared caused make to
run the sa-updates.tgz recipe unless you had a ${SA_UPDATE_GPG_DIR} from
a previous run.

Since updating the spamassassin rules shipped with the package should probably
be only updated explicitly changing the dependency to an order-only one, stops
the extra sa-update buildstep.

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
Makefile