Commit ab0e11c2 authored by Ophélie Gagnard's avatar Ophélie Gagnard

Makefile: Tweak line order for improved readability.

parent b4ede6d5
......@@ -53,6 +53,9 @@ clean-no-dracut:
rm -rf bin/
rm -rf lib/
include dracut.module/collect-sh-template.mk
dracut.module/90metadata-collect/collect.sh:
echo "$${collect_sh}" >> 90metadata-collect/collect.sh
dracut.module/90metadata-collect/flb.conf:
install -m 644 flb.conf dracut.module/90metadata-collect/flb.conf
dracut.module/90metadata-collect/metadata-collect-agent:
......@@ -61,9 +64,6 @@ dracut.module/90metadata-collect/fluentbit_wendelin.so:
install -m 644 lib/fluentbit_wendelin.so dracut.module/90metadata-collect/fluentbit_wendelin.so
dracut.module/90metadata-collect/fluent-bit:
install -m 744 bin/fluent-bit dracut.module/90metadata-collect-agent/fluent-bit
include dracut.module/collect-sh-template.mk
dracut.module/90metadata-collect/collect.sh:
echo "$${collect_sh}" >> 90metadata-collect/collect.sh
dracut-module: dracut.module/90metadata-collect/collect.sh dracut.module/90metadata-collect/flb.conf dracut.module/90metadata-collect/metadata-collect-agent dracut.module/90metadata-collect/fluentbit_wendelin.so dracut.module/90metadata-collect/fluent-bit
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment