summaryrefslogtreecommitdiff
path: root/packages/net
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-01-09 22:41:44 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-01-09 22:41:44 +0100
commit79e97a6757fe46c9ceaeacb6d29b8db9b2cbe8f3 (patch)
tree90e73c6dfd8aefb78ea9200040f929f8f17790fd /packages/net
parentab3926fddbc685175fded7a28f0472b9d47d571f (diff)
downloadembtoolkit-79e97a6757fe46c9ceaeacb6d29b8db9b2cbe8f3.tar.gz
embtoolkit-79e97a6757fe46c9ceaeacb6d29b8db9b2cbe8f3.tar.bz2
embtoolkit-79e97a6757fe46c9ceaeacb6d29b8db9b2cbe8f3.tar.xz
Packages: optimize use of embtk_postinstallx_{pkgname}
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'packages/net')
-rw-r--r--packages/net/libnl/libnl.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/net/libnl/libnl.mk b/packages/net/libnl/libnl.mk
index c6d22ab..dedb281 100644
--- a/packages/net/libnl/libnl.mk
+++ b/packages/net/libnl/libnl.mk
@@ -44,7 +44,6 @@ __LIBNL_SHARES += nl-pktloc-lookup.8 nl-qdisc-add.8 nl-qdisc-delete.8
__LIBNL_SHARES += nl-qdisc-list.8
LIBNL_SHARES := $(addprefix man/man8/,$(__LIBNL_SHARES))
-define embtk_postinstall_libnl
- test -e $(LIBNL_BUILD_DIR)/.installed || \
- $(call __embtk_fix_libtool_files,$(LIBDIR)/libnl)
+define embtk_postinstallonce_libnl
+ $(call __embtk_fix_libtool_files,$(LIBDIR)/libnl)
endef