]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
make: install-hostparams depends on install-etc
authorZac Medico <zmedico@gentoo.org>
Fri, 13 Sep 2019 04:18:41 +0000 (21:18 -0700)
committerZac Medico <zmedico@gentoo.org>
Fri, 13 Sep 2019 04:26:58 +0000 (21:26 -0700)
commite13fc1a567c048441d3e77b9fa00570c7bfaa8a0
tree7097cde62083e81e0bf7308a7ce63ab69c189ca6
parent912f5b17f72c39d294640c0e579fda3a98302185
make: install-hostparams depends on install-etc

It's possible for the install target to fail if the install-hostparams
target executes before the install-etc target:

/bin/sh: line 1: $(DESTDIR)$(SYSCONFDIR)/nvme/hostnqn: No such file or directory
make: *** [Makefile:113: install-hostparams] Error 1

Signed-off-by: Zac Medico <zmedico@gentoo.org>
Makefile