From: Peter Korsgaard Date: Mon, 20 Oct 2008 11:53:05 +0000 (-0000) Subject: bridge-utils: don't strip if BR2_ENABLE_DEBUG is enabled X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=084e855d055022afa32515c95e21e30e2ff49d60;p=buildroot.git bridge-utils: don't strip if BR2_ENABLE_DEBUG is enabled --- diff --git a/package/bridge-utils/bridge.mk b/package/bridge-utils/bridge.mk index 51ef29e3f0..404d268a0b 100644 --- a/package/bridge-utils/bridge.mk +++ b/package/bridge-utils/bridge.mk @@ -16,10 +16,12 @@ BRIDGE_DEPENDENCIES:=uclibc $(eval $(call AUTOTARGETS,package,bridge)) +ifeq ($(BR2_ENABLE_DEBUG),) # bridge has no install-strip target $(BRIDGE_HOOK_POST_INSTALL): $(BRIDGE_TARGET_INSTALL_TARGET) $(STRIPCMD) $(STRIP_STRIP_ALL) $(TARGET_DIR)/usr/sbin/brctl touch $@ +endif # bridge has no uninstall target $(BRIDGE_TARGET_UNINSTALL):