forked from planetlab/build
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathf12.mk
36 lines (33 loc) · 802 Bytes
/
f12.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#
# $Id$
# $URL$
#
# the f12 pldistro is to rebuild a fedora 12 vserver-capable kernel + out-to-date util-vserver
# it is intended to be used in conjunction with the stock f12 distribution
#
#
# kernel
#
kernel-MODULES := linux-2.6
kernel-SPEC := kernel.spec
kernel-BUILD-FROM-SRPM := yes
ifeq "$(HOSTARCH)" "i386"
kernel-RPMFLAGS:= --target i686
else
kernel-RPMFLAGS:= --target $(HOSTARCH)
endif
# the defaults below are built into the specfile
#kernel-RPMFLAGS += --with firmware --without doc --without-debug
ALL += kernel
#
# util-vserver
#
util-vserver-MODULES := util-vserver
util-vserver-SPEC := util-vserver.spec
util-vserver-BUILD-FROM-SRPM := yes
#util-vserver-RPMFLAGS:= --without dietlibc
ALL += util-vserver
yum-MODULES := yum
yum-SPEC := yum.spec
yum-BUILD-FROM-SRPM := yes
ALL += yum