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
dc4dd46728
commit
49afc91387
|
@ -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