aboutsummaryrefslogtreecommitdiffstats
path: root/buildconfigs/mk.linux-2.6-common
Commit message (Collapse)AuthorAgeFilesLines
* Silently ignore rm and include errors during make distcleanDaniel Kiper2013-05-081-1/+1
| | | | | Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
* linux buildconfig: Fix quoting errorKeir Fraser2010-08-131-1/+1
| | | | | | Prevent shell syntax error if $(XEN_LINUX_CONFIG) is empty. Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
* Do not print `***' when compiling unless we fall overKeir Fraser2009-01-121-2/+2
| | | | | | | | | | | | | | | This has finally bugged me enough to do something about it: make prints `***' when it stops due to an error. With make -j, and/or with automated build systems, this error marker can be in the middle of a large logfile. It is useful to be able to search for it. Therefore change occurrences of `*' to `=' for information and warning messages. `***' is reserved for cases where the build stops. A corresponding change is being applied to qemu-xen-unstable. Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
* Allow to specify Linux kernel config fileKeir Fraser2008-10-091-1/+3
| | | | | | | The env variable XEN_LINUX_CONFIG is used to specify this file. Signed-off-by: Jean Guyader <jean.guyader@eu.citrix.com>
* i386: Remove non-PAE hypervisor build target.Keir Fraser2008-05-081-4/+0
| | | | Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
* [BUILD] Fixup support for building upstream kernels.Keir Fraser2008-02-121-16/+8
| | | | | | | | | | In particular: - support merged x86 architecture. To facilitate this it made sense to encode some existing logic in shell scripts rather than increasing complicated make conditionals. - set CONFIG_PARAVIRT_GUEST=y which is required for newer kernels. Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
* [BUILD] Add option to ensure kernel build is non-interactive.Keir Fraser2008-02-121-1/+7
| | | | | | | | This is useful for the non 2.6.18-xen builds where the defconfig at any particular momement may require additional questions to be answered. Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
* Fix some build system error handling.Keir Fraser2007-12-201-1/+1
| | | | Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
* linux: Force build failure if modules build failsKeir Fraser2007-12-201-1/+1
| | | | | | | | | | | When building a linux kernel, if the modules build fails, then the build carries on regardless. The problem is simple - the "make modules" failure is not seen by the calling make since its return value is not what is returned. Signed-off-by: Mark McLoughlin <markmc@redhat.com>
* Refactor buildconfigs/mk.* to make the common rules separate from theIan Campbell2007-10-301-0/+158
-xen specific configuration. Signed-off-by: Ian Campbell <ian.campbell@xensource.com>