Remove switches if sstrip is run

This commit is contained in:
Ulf Samuelsson
2007-08-21 01:53:57 +00:00
parent 1038cfab38
commit e4ead9c13c
79 changed files with 153 additions and 143 deletions

View File

@@ -72,7 +72,7 @@ $(CVS_DIR)/$(CVS_BINARY): $(CVS_DIR)/.configured
$(TARGET_DIR)/$(CVS_TARGET_BINARY): $(CVS_DIR)/$(CVS_BINARY)
install -D $(CVS_DIR)/$(CVS_BINARY) $(TARGET_DIR)/$(CVS_TARGET_BINARY)
$(STRIP) -s $(TARGET_DIR)/$(CVS_TARGET_BINARY)
$(STRIP) $(STRIP_STRIP_ALL) $(TARGET_DIR)/$(CVS_TARGET_BINARY)
cvs: uclibc ncurses $(TARGET_DIR)/$(CVS_TARGET_BINARY)