revert changes to devel.pkgs and keep this local to the f14 fake distro
[build.git] / f14.mk
1 #
2 # mostly same as f12.mk - purpose is to build a minimal env. for f14-based infrastructure 
3 #
4
5 #
6 # kernel
7 #
8 kernel-MODULES := linux-2.6
9 kernel-SPEC := kernel.spec
10 kernel-BUILD-FROM-SRPM := yes
11 ifeq "$(HOSTARCH)" "i386"
12 kernel-RPMFLAGS:= --target i686
13 else
14 kernel-RPMFLAGS:= --target $(HOSTARCH)
15 endif
16 # the defaults below are built into the specfile
17 #kernel-RPMFLAGS += --with firmware --without doc --without-debug
18 ALL += kernel
19
20 #
21 # util-vserver
22 #
23 util-vserver-MODULES := util-vserver
24 util-vserver-SPEC := util-vserver.spec
25 util-vserver-BUILD-FROM-SRPM := yes
26 #util-vserver-RPMFLAGS:= --without dietlibc
27 ALL += util-vserver
28
29 yum-MODULES := yum
30 yum-SPEC := yum.spec
31 yum-BUILD-FROM-SRPM := yes
32 ALL += yum