- Timestamp:
- Jun 15, 2007, 2:25:07 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/essentials/sys-apps/portage/Makefile.kmk
r3421 r3433 238 238 239 239 240 # 241 # Bootstrap config 242 # 243 INSTALLS += portage.bootstrap.config 244 portage.bootstrap.config_TEMPLATE = gendata 245 portage.bootstrap.config_INST = etc/ 246 portage.bootstrap.config_SOURCES = \ 247 $(PATH_TARGET)/make.conf 248 portage.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.' 255 ifeq ($(BUILD_TYPE),debug) 256 $(APPEND) $@ 'CFLAGS="-g -O0"' 257 else 258 $(APPEND) $@ 'CFLAGS="-g -O2 -fno-omit-frame-pointer"' 259 endif 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 240 266 include $(PATH_KBUILD)/footer.kmk 241 267
Note:
See TracChangeset
for help on using the changeset viewer.