Changeset 6c7d3bb in freewrt


Ignore:
Timestamp:
Jul 9, 2007, 12:15:22 PM (18 years ago)
Author:
Thorsten Glaser <tg@…>
Children:
2757007
Parents:
1a3295d
Message:

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

git-svn-id: svn://www.freewrt.org/trunk/freewrt@3176 afb5a338-a214-0410-bd46-81f09a774fd1

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • mk/pkg-bottom.mk

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

    r1a3295d r6c7d3bb  
    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*)
Note: See TracChangeset for help on using the changeset viewer.