| 12 |
COLLECTIONS = core opt xorg |
COLLECTIONS = core opt xorg |
| 13 |
KERNEL_MIRROR = ftp://ftp.eu.kernel.org |
KERNEL_MIRROR = ftp://ftp.eu.kernel.org |
| 14 |
KERNEL_VERSION = 2.6.27 |
KERNEL_VERSION = 2.6.27 |
| 15 |
#KERNEL_PATCHES = cruxppc-logo.diff |
KERNEL_PATCHES = cruxppc-logo.diff |
| 16 |
FAKE_ROOT_DIR = $(PWD)/tmp/fake_root |
FAKE_ROOT_DIR = $(PWD)/tmp/fake_root |
| 17 |
ISO_ROOT_DIR = $(PWD)/tmp/iso_root |
ISO_ROOT_DIR = $(PWD)/tmp/iso_root |
| 18 |
ISO_FILENAME = $(PWD)/crux-ppc-2.4rc3.iso |
ISO_FILENAME = $(PWD)/crux-ppc-2.4rc3.iso |
| 30 |
freetype cairo libtiff fontconfig pango gtk libidl firefox \ |
freetype cairo libtiff fontconfig pango gtk libidl firefox \ |
| 31 |
cdrtools sudo imlib2 fluxbox fetchmail procmail \ |
cdrtools sudo imlib2 fluxbox fetchmail procmail \ |
| 32 |
libxml2 libxslt libdrm mutt xterm p5-xml-parser \ |
libxml2 libxslt libdrm mutt xterm p5-xml-parser \ |
| 33 |
python sqlite3 nspr dbus nss dbus-glib xulrunner parthenope |
python sqlite3 nspr dbus nss dbus-glib xulrunner parthenope \ |
| 34 |
|
intltool |
| 35 |
PORTS_xorg = $(shell /bin/ls -I README ports/xorg) |
PORTS_xorg = $(shell /bin/ls -I README ports/xorg) |
| 36 |
|
|
| 37 |
ifeq ($(FORCE),yes) |
ifeq ($(FORCE),yes) |
| 197 |
bootstrap: check-root |
bootstrap: check-root |
| 198 |
@echo "Bootstrap started (`date +'%F %T'`)" |
@echo "Bootstrap started (`date +'%F %T'`)" |
| 199 |
@echo "- Stage 0 (`date +'%F %T'`)" |
@echo "- Stage 0 (`date +'%F %T'`)" |
| 200 |
|
@find ports/ -name ".footprint" -exec rm {} \; |
| 201 |
@$(MAKE) all &> log.stage0 |
@$(MAKE) all &> log.stage0 |
| 202 |
@$(MAKE) check-log < log.stage0 |
@$(MAKE) check-log < log.stage0 |
| 203 |
@echo "- Stage 1 (`date +'%F %T'`)" |
@echo "- Stage 1 (`date +'%F %T'`)" |
| 204 |
@$(MAKE) all-chroot1 &> log.stage1 |
@find ports/ -name ".footprint" -exec rm {} \; |
| 205 |
|
@$(MAKE) all-chroot &> log.stage1 |
| 206 |
@$(MAKE) check-log < log.stage1 |
@$(MAKE) check-log < log.stage1 |
| 207 |
@echo "- Stage 2 (`date +'%F %T'`)" |
@echo "- Stage 2 (`date +'%F %T'`)" |
| 208 |
@$(MAKE) all-chroot &> log.stage2 |
@$(MAKE) all-chroot &> log.stage2 |