1 # Which branch/tag/remote/commit hash to pull
3 # _object="<commit name>"
4 # You probably want to use "master" unless
5 # you desire a specific version
6 # In this case we are using the latest tag in the tree
7 # (if the tree exists already, if not - we use v2.6.32-rc5
8 #if [ -d "$_gitname" ]; then
9 # _tag=`cd $_gitname; git tag -l | tail -n 1`
12 # _object="v2.6.32-rc5"
16 # After configuring the kernel the current config will be saved to $startdir/config.saved
17 # and used the next time you compile the kernel
20 # If you want to use the default values for make oldconfig
21 # By default you'll be asked for each new kernel feature
24 # What kernel configuring tool you'd like to use
25 # Leave it empty to skip this step
27 # menuconfig - a ncurses and menu based front-end
28 # xconfig - a QT based front-end
29 # gconfig - a GTK+ based front-end
30 _menu_method="menuconfig"
32 # Verbose level for make output
33 # 0 - quiet build (default)
35 # 2 - give reason for rebuild of target (a little slower than the options above)
38 # Set pkgver to the kernel version
39 # If you don't use build tools such as yaourt you can safely enable this option
40 # even though Arch Linux developers don't like to see this
41 # If enabled, the package xdelta won't build correctly