index
:
drakx
distro/mdv2007.1
distro/mdv2008.0
distro/mdv2008.1
distro/mdv2009.0
distro/mdv2009.1
distro/mdv2010.0
distro/mes5
distro/mes5-2.6.33
distro/mes6
distro/mga1
distro/mga2
distro/mga3
distro/mga4
distro/mga5
distro/mga6
distro/mga7
distro/mga8
distro/mga9
master
topic/Corpo_2_1
topic/KA9_0
topic/MDK-10-update
topic/MDK-10_1-update
topic/MDK-10_2-update
topic/MDK-2006_0-update
topic/MDK92-branch
topic/MDKC_1_0
topic/PCMCIA_CS_DISTRO
topic/R9_0-64bit-branch
topic/R9_1_HP-branch
topic/a
topic/before_matchbox_wm
topic/bug-13680
topic/dietlibc
topic/efi
topic/extlinux
topic/firewall
topic/gdk-pixbuf-0-branch
topic/gi-ppc
topic/ia64-8_1
topic/mandrakesoft
topic/mlcd4
topic/ppp
topic/rp-pppoe
topic/switching_to_dnf
topic/switching_to_urpmi
topic/unlabeled-1.1.1
topic/v_webmin_0_87
topic/x86_64-branch
user/animtim/designWork
user/colin/rescue-systemd
user/ennael/mga6
user/erwan/bug-13680
user/jibz/aarch64
user/martinw/mga6
user/pterjan/arm64
Mageia Installer and base platform for many utilities
Thierry Vignaud [tv]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mdk-stage1
Mode
Name
Size
-rw-r--r--
.cvsigROOTDEST
= /
export
MISC_DEST
= $(
ROOTDEST
)/
misc GENERIC_INSTALL_DEST
= $(
ROOTDEST
)/
install
EXTRA_INSTALL_DEST
= $(
GENERIC_INSTALL_DEST
)/
extra IMAGES_DEST
= $(
GENERIC_INSTALL_DEST
)/
images STAGE2_DEST
= $(
GENERIC_INSTALL_DEST
)/
stage2 STAGE2_LIVE
= $(
STAGE2_DEST
)/
live MAIN_RPMS_DIR
= $(
ROOTDEST
)/
media
/
main MEDIA_INFO_DEST
= $(
ROOTDEST
)/
media
/
media_info DISTRIB_NAME
=
Mandrakelinux DISTRIB_VERSION
=
10.2
DISTRIB_DESCR
=
"$(DISTRIB_NAME) release $(DISTRIB_VERSION) (Cooker)"
# not config, but useful everywhere :)
ARCH
:= $(
patsubst
i
%
86
,
i386
,$(
shell
uname
-
m
))
ARCH
:= $(
patsubst
sparc
%,
sparc
,$(
ARCH
))
ifeq
(
x86_64
, $(
ARCH
))
LIB
=
lib64
else
LIB
=
lib
endif