Changeset 1606

Show
Ignore:
Timestamp:
07/12/06 02:24:58 (2 years ago)
Author:
justin
Message:

Updated db and iproute2 builds, added db target before iproute2 for arpd build.

Location:
branches/cross
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • branches/cross/Makefile

    r1605 r1606  
    243243 
    244244cross-post-bash: ch-bzip2 ch-diffutils ch-e2fsprogs ch-file ch-findutils ch-flex \ 
    245         ch-gawk ch-gettext ch-grep ch-groff ch-gzip ch-inetutils ch-iproute2 ch-kbd \ 
     245        ch-gawk ch-gettext ch-grep ch-groff ch-gzip ch-inetutils ch-db ch-iproute2 ch-kbd \ 
    246246        ch-less ch-make ch-man ch-man-pages ch-mktemp ch-module-init-tools ch-patch \ 
    247247        ch-psmisc ch-shadow ch-sysklogd ch-sysvinit ch-tar ch-texinfo ch-udev \ 
  • branches/cross/packages/db/Makefile

    r1498 r1606  
    1919stage2: Makefile $(FILE) 
    2020        $(std_build) 
    21         cp $(SRC)/$(FILE) $(LFSSRC) 
    2221 
    2322compile-stage2: 
    24 ifndef CROSS 
    2523        cd build_unix ; ../dist/configure --prefix=/usr \ 
    2624            --enable-compat185 --enable-cxx 
    27 else 
    28         cd build_unix ; CC="gcc $(64FLAGS)" ./configure --prefix=/usr \ 
    29             --libdir=/usr/$(LIB_MAYBE64) --enable-compat185 --enable-cxx 
    30 endif 
    3125        cd build_unix ; make 
    3226        cd build_unix ; make docdir=/usr/share/doc/$(DIR) install 
  • branches/cross/packages/iproute2/Makefile

    r1499 r1606  
    2323 
    2424compile-stage2: 
    25 ifndef CROSS 
    2625        make $(PM) SBINDIR=/sbin 
    27 else 
    28         make $(PM) CC="gcc $(64FLAGS)" SBINDIR=/sbin 
    29 endif 
    3026        make SBINDIR=/sbin install 
    3127        mv -v /sbin/arpd /usr/sbin