mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-01-06 00:00:49 +03:00
Delete built init scripts in make clean
Previously, they were being deleted in make distclean. This brings it in line with the example: https://www.gnu.org/software/automake/manual/html_node/Scripts.html Signed-off-by: Richard Laager <rlaager@wiktel.com>
This commit is contained in:
parent
b06256a997
commit
e4185a03de
@ -40,6 +40,4 @@ $(init_SCRIPTS) $(initconf_SCRIPTS) $(initcommon_SCRIPTS):%:%.in Makefile
|
|||||||
[ '$@' = 'zfs-functions' -o '$@' = 'zfs' ] || \
|
[ '$@' = 'zfs-functions' -o '$@' = 'zfs' ] || \
|
||||||
chmod +x '$@')
|
chmod +x '$@')
|
||||||
|
|
||||||
# Double-colon rules are allowed; there are multiple independent definitions.
|
CLEANFILES = $(init_SCRIPTS) $(initcommon_SCRIPTS) $(initconf_SCRIPTS)
|
||||||
distclean-local::
|
|
||||||
-$(RM) $(init_SCRIPTS) $(initcommon_SCRIPTS) $(initconf_SCRIPTS)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user