mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 03:50:44 -09:00
readline: ignore errors in target-clean target
This commit is contained in:
@@ -91,7 +91,7 @@ readline-dirclean:
|
||||
readline-target: readline $(TARGET_DIR)/$(READLINE_TARGET_SHARED_BINARY)
|
||||
|
||||
readline-target-clean:
|
||||
$(MAKE1) DESTDIR=$(TARGET_DIR) -C $(READLINE_DIR) uninstall
|
||||
-$(MAKE) DESTDIR=$(TARGET_DIR) -C $(READLINE_DIR) uninstall
|
||||
|
||||
ifeq ($(strip $(BR2_READLINE)),y)
|
||||
TARGETS+=readline
|
||||
|
||||
Reference in New Issue
Block a user