Changeset 3176

Show
Ignore:
Timestamp:
07/09/07 12:15:22 (1 year ago)
Author:
tg
Message:

just don't strip fwwif objects, but the rest of ’em

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/mk/pkg-bottom.mk

    r3126 r3176  
    2424ifneq ($(strip ${FWRT_PACKAGE_FWWIF}),) 
    2525ifneq ($(filter fwwif,${INSTALL_STYLE}),) 
    26 RSTRIP+=                +keep 
    2726${_IPKGS_COOKIE}: ${TOPDIR}/.cfg/FWRT_PACKAGE_FWWIF 
    2827endif 
  • trunk/freewrt/scripts/rstrip.sh

    r3028 r3176  
    3333        F=${line%%:*} 
    3434        V=${F##*/fake-+([!/])/} 
    35         T="${prefix}strip$stripcomm" 
     35        T="${prefix}strip" 
     36        [[ $F = */fwwif/* ]] || T=$T$stripcomm 
    3637        case $line in 
    3738        *ELF*executable*statically\ linked*)