Restore :: in Makefile.am
authorRyan Moeller <ryan@freqlabs.com>
Mon, 26 Aug 2019 18:48:31 +0000 (14:48 -0400)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 26 Aug 2019 18:48:31 +0000 (11:48 -0700)
commit142f84dd19f20b47157bbbf45aaba489b6577c88
tree2476b46f8f8d2f0c72fc5365e1c183ec7b61f37b
parent95f0144675dd0e18617355443be0fbc7171af76b
Restore :: in Makefile.am

The double-colon looked like a typo, but it's actually an obscure
feature. Rules with :: may appear multiple times and are run
independently of one another in the order they appear. The use of ::
for distclean-local was conventional, not accidental.

Add comments to indicate the intentional use of double-colon rules.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Ryan Moeller <ryan@ixsystems.com>
Closes #9210
12 files changed:
Makefile.am
contrib/dracut/02zfsexpandknowledge/Makefile.am
contrib/dracut/90zfs/Makefile.am
contrib/initramfs/hooks/Makefile.am
contrib/initramfs/scripts/Makefile.am
etc/init.d/Makefile.am
etc/modules-load.d/Makefile.am
etc/systemd/system-generators/Makefile.am
etc/systemd/system/Makefile.am
tests/zfs-tests/include/Makefile.am
tests/zfs-tests/tests/functional/pyzfs/Makefile.am
udev/rules.d/Makefile.am