Changeset 735
- Timestamp:
- 09/26/06 12:44:40 (2 years ago)
- Files:
-
- trunk/freewrt/mk/vars.mk (modified) (2 diffs)
- trunk/freewrt/scripts/rstrip.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/mk/vars.mk
r725 r735 3 3 # This file is part of the FreeWRT project. FreeWRT is copyrighted 4 4 # material, please see the LICENCE file in the top-level directory 5 # or at http://www.freewrt.org/licen se for details.5 # or at http://www.freewrt.org/licence for details. 6 6 #- 7 7 # Note: if this file ever doesn't work on both GNU and BSD make, … … 65 65 IPKG_STATE_DIR:= $(TARGET_DIR)/usr/lib/ipkg 66 66 67 RSTRIP:= STRIP="$(STRIP) " $(SCRIPT_DIR)/rstrip.sh67 RSTRIP:= STRIP="$(STRIP) -R .comment" $(SCRIPT_DIR)/rstrip.sh 68 68 RSTRIP_KMOD:= STRIP="$(TARGET_CROSS)strip --strip-unneeded -R .comment" \ 69 69 $(SCRIPT_DIR)/rstrip.sh trunk/freewrt/scripts/rstrip.sh
r1 r735 1 1 #!/bin/sh 2 # $FreeWRT$ 3 #- 4 # This file is part of the FreeWRT project. FreeWRT is copyrighted 5 # material, please see the LICENCE file in the top-level directory 6 # or at http://www.freewrt.org/licence for details. 2 7 3 8 SELF=${0##*/}


