From: <kr...@us...> - 2006-08-14 03:05:39
|
Revision: 252 Author: krisk84 Date: 2006-08-13 20:05:37 -0700 (Sun, 13 Aug 2006) ViewCVS: http://svn.sourceforge.net/astlinux/?rev=252&view=rev Log Message: ----------- strip openser binary Modified Paths: -------------- trunk/package/openser/openser.mk Modified: trunk/package/openser/openser.mk =================================================================== --- trunk/package/openser/openser.mk 2006-08-14 03:00:23 UTC (rev 251) +++ trunk/package/openser/openser.mk 2006-08-14 03:05:37 UTC (rev 252) @@ -35,6 +35,7 @@ $(TARGET_DIR)/$(OPENSER_TARGET_BINARY): $(OPENSER_DIR)/$(OPENSER_BINARY) install -D -m 0755 $(OPENSER_DIR)/$(OPENSER_BINARY) $(TARGET_DIR)/$(OPENSER_TARGET_BINARY) + $(STRIP) $(TARGET_DIR)/$(OPENSER_TARGET_BINARY) install -D -m 0755 $(OPENSER_DIR)/scripts/openserctl $(TARGET_DIR)/usr/sbin/openserctl install -D -m 0755 $(OPENSER_DIR)/scripts/mysqldb.sh $(TARGET_DIR)/usr/sbin/mysqldb.sh touch -c $(TARGET_DIR)/$(OPENSER_TARGET_BINARY) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |