Changeset 1606
- Timestamp:
- 07/12/06 02:24:58 (2 years ago)
- Location:
- branches/cross
- Files:
-
- 3 modified
-
Makefile (modified) (1 diff)
-
packages/db/Makefile (modified) (1 diff)
-
packages/iproute2/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/cross/Makefile
r1605 r1606 243 243 244 244 cross-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 \ 246 246 ch-less ch-make ch-man ch-man-pages ch-mktemp ch-module-init-tools ch-patch \ 247 247 ch-psmisc ch-shadow ch-sysklogd ch-sysvinit ch-tar ch-texinfo ch-udev \ -
branches/cross/packages/db/Makefile
r1498 r1606 19 19 stage2: Makefile $(FILE) 20 20 $(std_build) 21 cp $(SRC)/$(FILE) $(LFSSRC)22 21 23 22 compile-stage2: 24 ifndef CROSS25 23 cd build_unix ; ../dist/configure --prefix=/usr \ 26 24 --enable-compat185 --enable-cxx 27 else28 cd build_unix ; CC="gcc $(64FLAGS)" ./configure --prefix=/usr \29 --libdir=/usr/$(LIB_MAYBE64) --enable-compat185 --enable-cxx30 endif31 25 cd build_unix ; make 32 26 cd build_unix ; make docdir=/usr/share/doc/$(DIR) install -
branches/cross/packages/iproute2/Makefile
r1499 r1606 23 23 24 24 compile-stage2: 25 ifndef CROSS26 25 make $(PM) SBINDIR=/sbin 27 else28 make $(PM) CC="gcc $(64FLAGS)" SBINDIR=/sbin29 endif30 26 make SBINDIR=/sbin install 31 27 mv -v /sbin/arpd /usr/sbin
