debuggers.hg
changeset 3696:70b22eeb86c1
bitkeeper revision 1.1159.223.65 (42048dd7csr55HLi2cE2XeC4OklTGg)
Name: clean-mtrr.patch
Description: clean mtrr
Clean xen/arch/x86/mtrr/*
Signed-off-by: Adam Heath <doogie@brainfood.com>
Signed-off-by: ian.pratt@cl.cam.ac.uk
Name: clean-mtrr.patch
Description: clean mtrr
Clean xen/arch/x86/mtrr/*
Signed-off-by: Adam Heath <doogie@brainfood.com>
Signed-off-by: ian.pratt@cl.cam.ac.uk
author | iap10@labyrinth.cl.cam.ac.uk |
---|---|
date | Sat Feb 05 09:11:51 2005 +0000 (2005-02-05) |
parents | 1ba40f806898 |
children | f9b3b23cf5ff |
files | xen/arch/x86/Makefile |
line diff
1.1 --- a/xen/arch/x86/Makefile Sat Feb 05 09:05:43 2005 +0000 1.2 +++ b/xen/arch/x86/Makefile Sat Feb 05 09:11:51 2005 +0000 1.3 @@ -34,6 +34,7 @@ clean: 1.4 rm -f *.o *.s *~ core boot/*.o boot/*~ boot/core boot/mkelf32 1.5 rm -f x86_32/*.o x86_32/*~ x86_32/core 1.6 rm -f x86_64/*.o x86_64/*~ x86_64/core 1.7 + rm -f mtrr/*.o mtrr/*~ mtrr/core 1.8 1.9 # setup.o contains bits of compile.h so it must be blown away 1.10 delete-unfresh-files: