Changeset 006f3d5 in freewrt for tools


Ignore:
Timestamp:
Jul 16, 2006, 6:59:12 PM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
c7b6787
Parents:
dbbcad4
Message:

paxmirabilis wanders into lbin; fix compilation even more

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/paxmirabilis/Makefile

    rdbbcad4 r006f3d5  
    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 $@ $^
Note: See TracChangeset for help on using the changeset viewer.