Changeset 1536

Show
Ignore:
Timestamp:
05/01/06 01:18:38 (4 years ago)
Author:
proski
Message:

Remove more references to uudecode and sharutils

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/INSTALL

    r1297 r1536  
    1111============ 
    1212 
    13 o uudecode tool (part of sharutils) 
    1413o Kernel sources of the target kernel (some Linux distributions provide 
    1514  headers, makefiles and configuration data - it should suffice). 
  • trunk/ath_hal/Makefile.kernel

    r1175 r1536  
    2626# Use release version of HAL. 
    2727# 
    28 # NB: binary HAL's are distributed in a uuencode'd file; on some 
    29 #     systems uuencode is not installed by default and you must 
    30 #     specially install it from the sharutils package. 
    31 # 
    32 UUDECODE?=      uudecode 
    33  
    3428HAL=            $(src)/../hal 
    3529OPT_AH_H=       ${HAL}/public/${TARGET}.opt_ah.h 
     
    5448 
    5549ifndef HAL_OBJDIR 
    56 $(obj)/hal.o:   ${HAL}/public/${TARGET}.hal.o.uu 
    57         ${UUDECODE} -o $(obj)/hal.o < $< 
     50$(obj)/hal.o:   ${HAL}/public/${TARGET}.hal 
     51        cp $< $(obj)/hal.o 
    5852else 
    5953$(obj)/hal.o:   ${HAL_OBJDIR}/hal.o 
  • trunk/contrib/madwifi.spec.in

    r1358 r1536  
    2828Requires: /sbin/depmod 
    2929Requires: %{name}-module >= %{version} 
    30 BuildRequires: sharutils 
    3130BuildRequires: /sbin/depmod 
    3231BuildRequires:  /lib/modules/%{mykversion}/build/Makefile 
  • trunk/patches/2.6/install.sh

    r1502 r1536  
    9999INSTALL ${DST_HAL}/public ${SRC_HAL}/public/*.inc 
    100100INSTALL ${DST_HAL}/public ${SRC_HAL}/public/*.opt_ah.h 
    101 INSTALL ${DST_HAL}/public ${SRC_HAL}/public/*.hal.o.uu 
     101INSTALL ${DST_HAL}/public ${SRC_HAL}/public/*.hal 
    102102if [ -d ${SRC_HAL}/ar5212 ]; then 
    103103        MKDIR ${DST_HAL}/ar5212