diff options
| author | Maxime Hadjinlian <maxime.hadjinlian@gmail.com> | 2015-07-12 17:25:57 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-07-12 21:55:14 +0200 |
| commit | 76d1c729f09db5ecc514ae0520f9a53c353e0401 (patch) | |
| tree | c5669cd1690045caa8e04c298f4b338de0afc43a /package/systemd | |
| parent | 470cd0dcada5c2df8c84d89dba1077ad74d1e599 (diff) | |
| download | buildroot-76d1c729f09db5ecc514ae0520f9a53c353e0401.tar.gz buildroot-76d1c729f09db5ecc514ae0520f9a53c353e0401.zip | |
package: Remove shell completion at finalize stage
Instead of doing a removal of the completion file package per package,
do it all at the finalize stage so it's done once and for all.
Note: This fixes an issue with systemd where passing a --bashcompletiondir
or --zshcompletiondir would be evaluated to '.' by the autotools macro.
This would create a 'target./' directory.
Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/systemd')
| -rw-r--r-- | package/systemd/systemd.mk | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/package/systemd/systemd.mk b/package/systemd/systemd.mk index 7eb7abe7d5..5c9effa9ff 100644 --- a/package/systemd/systemd.mk +++ b/package/systemd/systemd.mk @@ -123,14 +123,6 @@ else SYSTEMD_CONF_OPTS += --disable-smack endif -ifeq ($(BR2_PACKAGE_BASH),) -SYSTEMD_CONF_OPTS += --with-bashcompletiondir= -endif - -ifeq ($(BR2_PACKAGE_ZSH),) -SYSTEMD_CONF_OPTS += --with-zshcompletiondir= -endif - # mq_getattr needs -lrt SYSTEMD_MAKE_OPTS += LIBS=-lrt SYSTEMD_MAKE_OPTS += LDFLAGS+=-ldl |

