Changeset 3433 for trunk


Ignore:
Timestamp:
Jun 15, 2007, 2:25:07 AM (18 years ago)
Author:
bird
Message:

bootstrapping...

File:
1 edited

Legend:

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

    r3421 r3433  
    238238
    239239
     240#
     241# Bootstrap config
     242#
     243INSTALLS += portage.bootstrap.config
     244portage.bootstrap.config_TEMPLATE = gendata
     245portage.bootstrap.config_INST = etc/
     246portage.bootstrap.config_SOURCES = \
     247        $(PATH_TARGET)/make.conf
     248portage.bootstrap.config_SYMLINKS = \
     249        make.profile=>$(PATH_ROOT)/kNIXPortage/profiles/default-knix/os2/2007.0/
     250
     251$(PATH_TARGET)/make.conf: Makefile.kmk
     252        $(RM) -f -- $@
     253        $(APPEND) $@ '# This is an bootstrap make.conf automatically generated by'
     254        $(APPEND) $@ '# sys-apps/portage/Makefile.kmk. This is tailored for bird.'
     255ifeq ($(BUILD_TYPE),debug)
     256        $(APPEND) $@ 'CFLAGS="-g -O0"'
     257else
     258        $(APPEND) $@ 'CFLAGS="-g -O2 -fno-omit-frame-pointer"'
     259endif
     260        $(APPEND) $@ 'CXXFLAGS="${CFLAGS}"'
     261        $(APPEND) $@ 'PORTDIR_OVERLAY="$(PATH_ROOT)/kNIXPortage"'
     262        $(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        $(APPEND) $@ 'USE="-nls"'
     264
     265
    240266include $(PATH_KBUILD)/footer.kmk
    241267
Note: See TracChangeset for help on using the changeset viewer.