diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-09-08 00:52:27 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-09-27 15:32:32 +0200 |
commit | 478ea1a12dffca0025c0ad55ad702cbaec465f93 (patch) | |
tree | f6f9f4b1f5c5d1e5fe80d853446410af3615f62f /package/kexec | |
parent | 55ade5c7964e15f9b1eba061ab840cc4c25e4e37 (diff) |
packages: remove unneeded _INSTALL_TARGET_OPT definitions
Now that <pkg>_INSTALL_TARGET_OPT always defaults to
'DESTDIR=$(TARGET_DIR) install', we can remove the
<pkg>_INSTALL_TARGET_OPT definition from a lot of packages.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/kexec')
-rw-r--r-- | package/kexec/kexec.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/kexec/kexec.mk b/package/kexec/kexec.mk index 5081ee81a..417e94eb2 100644 --- a/package/kexec/kexec.mk +++ b/package/kexec/kexec.mk @@ -6,8 +6,6 @@ KEXEC_VERSION = 2.0.1 KEXEC_SOURCE = kexec-tools-$(KEXEC_VERSION).tar.bz2 KEXEC_SITE = $(BR2_KERNEL_MIRROR)/linux/kernel/people/horms/kexec-tools/ -# no install-strip/install-exec -KEXEC_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install ifeq ($(BR2_PACKAGE_KEXEC_ZLIB),y) KEXEC_CONF_OPT += --with-zlib |