mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
libxml2: stop continous rerun of post-extract target
Touch stamp file (seems to have been missed by r23656).
This commit is contained in:
@@ -25,6 +25,7 @@ $(eval $(call AUTOTARGETS,package,libxml2))
|
|||||||
$(LIBXML2_HOOK_POST_EXTRACT):
|
$(LIBXML2_HOOK_POST_EXTRACT):
|
||||||
rm -f $(LIBXML2_DIR)/win32/Makefile.msvc.rej
|
rm -f $(LIBXML2_DIR)/win32/Makefile.msvc.rej
|
||||||
rm -f $(LIBXML2_DIR)/macos/src/XMLTestPrefix.h.rej
|
rm -f $(LIBXML2_DIR)/macos/src/XMLTestPrefix.h.rej
|
||||||
|
touch $@
|
||||||
|
|
||||||
$(LIBXML2_HOOK_POST_INSTALL):
|
$(LIBXML2_HOOK_POST_INSTALL):
|
||||||
$(SED) "s,^prefix=.*,prefix=\'$(STAGING_DIR)/usr\',g" $(STAGING_DIR)/usr/bin/xml2-config
|
$(SED) "s,^prefix=.*,prefix=\'$(STAGING_DIR)/usr\',g" $(STAGING_DIR)/usr/bin/xml2-config
|
||||||
|
|||||||
Reference in New Issue
Block a user