Changeset 209

Show
Ignore:
Timestamp:
07/16/06 18:59:12 (6 years ago)
Author:
tg
Message:

paxmirabilis wanders into lbin; fix compilation even more

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/tools/paxmirabilis/Makefile

    r206 r209  
    2323 
    2424compile: prepare ${WRKBUILD}/pax 
    25         mkdir -p ${STAGING_DIR}/bin 
    26         -rm -f ${STAGING_DIR}/bin/{pax,cpio,tar} 
    27         install -c -s -m 555 ${WRKBUILD}/pax ${STAGING_DIR}/bin/ 
    28         cd ${STAGING_DIR}/bin && ln pax cpio && ln pax tar 
    2925 
    3026install: compile 
     27        -rm -f ${TOPDIR}/lbin/{pax,cpio,tar} 
     28        install -c -s -m 555 ${WRKBUILD}/pax ${TOPDIR}/lbin/pax 
     29        cd ${TOPDIR}/lbin && ln pax cpio && ln pax tar 
     30 
    3131package: 
     32 
    3233clean: 
    33         rm -rf src ${STAGING_DIR}/bin/{pax,cpio,tar} 
     34        rm -rf src ${TOPDIR}/lbin/{pax,cpio,tar} 
    3435 
    3536${WRKBUILD}: 
     
    3738 
    3839${WRKBUILD}/pax: ${SRCS} 
    39         ${HOSTCC} ${HOSTCFLAGS} -Isrc -I${TOPDIR}/scripts \ 
    40             -c -o $@ $^ 
     40        ${HOSTCC} ${HOSTCFLAGS} -Isrc -I${TOPDIR}/scripts -o $@ $^