5 # the f12 pldistro is to rebuild a fedora 12 vserver-capable kernel + out-to-date util-vserver
6 # it is intended to be used in conjunction with the stock f12 distribution
12 kernel-MODULES := linux-2.6
13 kernel-SPEC := kernel.spec
14 kernel-BUILD-FROM-SRPM := yes
15 ifeq "$(HOSTARCH)" "i386"
16 kernel-RPMFLAGS:= --target i686
18 kernel-RPMFLAGS:= --target $(HOSTARCH)
20 # the defaults below are built into the specfile
21 #kernel-RPMFLAGS += --with firmware --without doc --without-debug
27 util-vserver-MODULES := util-vserver
28 util-vserver-SPEC := util-vserver.spec
29 util-vserver-BUILD-FROM-SRPM := yes
30 #util-vserver-RPMFLAGS:= --without dietlibc
35 yum-BUILD-FROM-SRPM := yes