Changeset 3486
- Timestamp:
- Jun 18, 2007, 12:41:34 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/essentials/sys-apps/portage/Makefile.kmk
r3438 r3486 255 255 ifeq ($(BUILD_TYPE),debug) 256 256 $(APPEND) $@ 'CFLAGS="-g -O0"' 257 else258 $(APPEND) $@ 'CFLAGS="-g -O2 -fno-omit-frame-pointer"'259 257 endif 260 258 $(APPEND) $@ 'CXXFLAGS="$${CFLAGS}"' … … 262 260 $(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"' 263 261 $(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) '***' 264 273 265 274
Note:
See TracChangeset
for help on using the changeset viewer.