diff options
author | Malte Starostik <m-starostik@versanet.de> | 2010-07-24 13:21:25 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-07-30 10:45:00 +0200 |
commit | bea9e43fe7d0adbcd472fb8b5f56aba5e2004f80 (patch) | |
tree | 4adc93823fd5b305121ddbb801060512eb4d6c9b /package/libxml2/libxml2.mk | |
parent | e41dbc75f969aeb219ca81d590354946203ee1c0 (diff) |
Globally remove aclocal directories from target
* Remove $(TARGET_DIR)/usr/share/aclocal from target-finalize when not
installing devfiles and
* Remove some (now) redundant cleanup from individual packages
Signed-off-by: Malte Starostik <m-starostik@versanet.de>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/libxml2/libxml2.mk')
-rw-r--r-- | package/libxml2/libxml2.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/libxml2/libxml2.mk b/package/libxml2/libxml2.mk index 3a3e00706..8f2513684 100644 --- a/package/libxml2/libxml2.mk +++ b/package/libxml2/libxml2.mk @@ -34,8 +34,7 @@ $(eval $(call AUTOTARGETS,package,libxml2,host)) $(LIBXML2_HOOK_POST_INSTALL): $(SED) "s,^prefix=.*,prefix=\'$(STAGING_DIR)/usr\',g" $(STAGING_DIR)/usr/bin/xml2-config $(SED) "s,^exec_prefix=.*,exec_prefix=\'$(STAGING_DIR)/usr\',g" $(STAGING_DIR)/usr/bin/xml2-config - rm -rf $(TARGET_DIR)/usr/share/aclocal touch $@ # libxml2 for the host -LIBXML2_HOST_BINARY:=$(HOST_DIR)/usr/bin/xmllint
\ No newline at end of file +LIBXML2_HOST_BINARY:=$(HOST_DIR)/usr/bin/xmllint |