Changeset 3486


Ignore:
Timestamp:
Jun 18, 2007, 12:41:34 AM (18 years ago)
Author:
bird
Message:

some more bootstrap stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/essentials/sys-apps/portage/Makefile.kmk

    r3438 r3486  
    255255ifeq ($(BUILD_TYPE),debug)
    256256        $(APPEND) $@ 'CFLAGS="-g -O0"'
    257 else
    258         $(APPEND) $@ 'CFLAGS="-g -O2 -fno-omit-frame-pointer"'
    259257endif
    260258        $(APPEND) $@ 'CXXFLAGS="$${CFLAGS}"'
     
    262260        $(APPEND) $@ 'GENTOO_MIRRORS="ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo http://128.213.5.34/gentoo http://mirrors.tds.net/gentoo http://mirror.datapipe.net/gentoo"'
    263261        $(APPEND) $@ 'USE="-nls"'
     262        $(APPEND) $@ 'FEATURES="-collision-protect"'
     263        if test -d $(PATH_INS)/usr/portage && test ! -L $(PATH_INS)/usr/portage; then \
     264                $(RMDIR_EXT) $(PATH_INS)/usr/portage; \
     265        fi
     266        $(RM) -f $(PATH_INS)/usr/portage
     267        $(LN) -s $(PATH_ROOT)/portage/ $(PATH_INS)/usr/portage
     268        @$(ECHO) '***'
     269        @$(ECHO) '*** Download a recent portage snapshot and unpack it in the root.'
     270        @$(ECHO) '*** wget http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/snapshots/portage-latest.tar.bz2'
     271        @$(ECHO) '*** tar xpjf portage-latest.tar.bz2'
     272        @$(ECHO) '***'
    264273
    265274
Note: See TracChangeset for help on using the changeset viewer.