ia64/xen-unstable
changeset 6476:98de1d5fe5fb
Minor (partial) build fix for 2.4.
Signed-off-by: Steven Hand <steven@xensource.com>
Signed-off-by: Steven Hand <steven@xensource.com>
author | shand@ubuntu.eng.hq.xensource.com |
---|---|
date | Sun Aug 28 21:50:04 2005 -0800 (2005-08-28) |
parents | b26d8e1b4436 |
children | db61a0f346a8 |
files | Makefile linux-2.4-xen-sparse/mkbuildtree |
line diff
2.1 --- a/linux-2.4-xen-sparse/mkbuildtree Sun Aug 28 21:40:36 2005 -0800 2.2 +++ b/linux-2.4-xen-sparse/mkbuildtree Sun Aug 28 21:50:04 2005 -0800 2.3 @@ -102,9 +102,9 @@ for i in `find . -type l`; do rm -f $i; 2.4 relative_lndir ${RS} 2.5 rm -f mkbuildtree 2.6 2.7 -set ${RS}/../linux-2.6-xen-sparse 2.8 -[ "$1" == "${RS}/../linux-2.6-xen-sparse" ] && { echo "no Linux 2.6 sparse tree at ${RS}/../linux-2.6-xen-sparse"; exit 1; } 2.9 -LINUX_26="$1" 2.10 +LINUX_26=${RS}/../linux-2.6-xen-sparse 2.11 +[ -d $LINUX_26 ] || { echo "no Linux 2.6 sparse tree at ${RS}/../linux-2.6-xen-sparse"; exit 1; } 2.12 + 2.13 2.14 # Create links to the shared definitions of the Xen interfaces. 2.15 rm -rf ${AD}/include/asm-xen/xen-public