Author: justin
Date: 2006-07-12 02:24:58 -0600 (Wed, 12 Jul 2006)
New Revision: 1606

Modified:
   branches/cross/Makefile
   branches/cross/packages/db/Makefile
   branches/cross/packages/iproute2/Makefile
Log:
Updated db and iproute2 builds, added db target before iproute2 for arpd build.

Modified: branches/cross/Makefile
===================================================================
--- branches/cross/Makefile     2006-07-12 08:21:02 UTC (rev 1605)
+++ branches/cross/Makefile     2006-07-12 08:24:58 UTC (rev 1606)
@@ -242,7 +242,7 @@
        ch-zlib ch-autoconf ch-automake ch-bash
 
 cross-post-bash: ch-bzip2 ch-diffutils ch-e2fsprogs ch-file ch-findutils 
ch-flex \
-       ch-gawk ch-gettext ch-grep ch-groff ch-gzip ch-inetutils ch-iproute2 
ch-kbd \
+       ch-gawk ch-gettext ch-grep ch-groff ch-gzip ch-inetutils ch-db 
ch-iproute2 ch-kbd \
        ch-less ch-make ch-man ch-man-pages ch-mktemp ch-module-init-tools 
ch-patch \
        ch-psmisc ch-shadow ch-sysklogd ch-sysvinit ch-tar ch-texinfo ch-udev \
        ch-util-linux ch-vim ch-bootscripts-clfs ch-udev-cross-lfs 
final-environment

Modified: branches/cross/packages/db/Makefile
===================================================================
--- branches/cross/packages/db/Makefile 2006-07-12 08:21:02 UTC (rev 1605)
+++ branches/cross/packages/db/Makefile 2006-07-12 08:24:58 UTC (rev 1606)
@@ -18,16 +18,10 @@
 
 stage2: Makefile $(FILE)
        $(std_build)
-       cp $(SRC)/$(FILE) $(LFSSRC)
 
 compile-stage2:
-ifndef CROSS
        cd build_unix ; ../dist/configure --prefix=/usr \
            --enable-compat185 --enable-cxx
-else
-       cd build_unix ; CC="gcc $(64FLAGS)" ./configure --prefix=/usr \
-           --libdir=/usr/$(LIB_MAYBE64) --enable-compat185 --enable-cxx
-endif
        cd build_unix ; make
        cd build_unix ; make docdir=/usr/share/doc/$(DIR) install
        chown -v root:root /usr/bin/db_* /usr/lib/libdb* /usr/include/db*

Modified: branches/cross/packages/iproute2/Makefile
===================================================================
--- branches/cross/packages/iproute2/Makefile   2006-07-12 08:21:02 UTC (rev 
1605)
+++ branches/cross/packages/iproute2/Makefile   2006-07-12 08:24:58 UTC (rev 
1606)
@@ -22,11 +22,7 @@
        cp $(SRC)/$(FILE) $(LFSSRC)
 
 compile-stage2:
-ifndef CROSS
        make $(PM) SBINDIR=/sbin
-else
-       make $(PM) CC="gcc $(64FLAGS)" SBINDIR=/sbin
-endif
        make SBINDIR=/sbin install
        mv -v /sbin/arpd /usr/sbin
 

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to