From e4ead9c13ccad1b89743fdd46e8675f45758aec3 Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Tue, 21 Aug 2007 01:53:57 +0000 Subject: Remove switches if sstrip is run --- package/tslib/tslib.mk | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'package/tslib') diff --git a/package/tslib/tslib.mk b/package/tslib/tslib.mk index 7126577fa..c6794c541 100644 --- a/package/tslib/tslib.mk +++ b/package/tslib/tslib.mk @@ -70,15 +70,15 @@ $(STAGING_DIR)/usr/lib/libts.so: $(TSLIB_DIR)/.compiled $(TARGET_DIR)/usr/lib/libts.so: $(STAGING_DIR)/usr/lib/libts.so cp -dpf $(STAGING_DIR)/usr/lib/libts*.so* $(TARGET_DIR)/usr/lib/ - -$(STRIP) --strip-unneeded $(TARGET_DIR)/usr/lib/libts.so* - -$(STRIP) --strip-unneeded $(STAGING_DIR)/usr/lib/ts/*.so + -$(STRIP) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/lib/libts.so* + -$(STRIP) $(STRIP_STRIP_UNNEEDED) $(STAGING_DIR)/usr/lib/ts/*.so cp -dpf $(STAGING_DIR)/usr/lib/ts/*.so $(TARGET_DIR)/usr/lib/ cp -dpf $(STAGING_DIR)/usr/bin/ts_calibrate $(TARGET_DIR)/usr/bin/ - -$(STRIP) --strip-unneeded $(TARGET_DIR)/usr/bin/ts_calibrate + -$(STRIP) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/bin/ts_calibrate cp -dpf $(STAGING_DIR)/usr/bin/ts_finddev $(TARGET_DIR)/usr/bin/ - -$(STRIP) --strip-unneeded $(TARGET_DIR)/usr/bin/ts_finddev + -$(STRIP) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/bin/ts_finddev cp -dpf $(STAGING_DIR)/usr/bin/inputattach $(TARGET_DIR)/usr/bin/ - -$(STRIP) --strip-unneeded $(TARGET_DIR)/usr/bin/inputattach + -$(STRIP) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/bin/inputattach cp -dpf package/tslib/ts.conf $(TARGET_DIR)/etc/ tslib: uclibc $(TARGET_DIR)/usr/lib/libts.so -- cgit v1.2.3