15 lines
480 B
Diff
15 lines
480 B
Diff
|
diff -rc kvm-69-orig/kernel/Makefile kvm-69/kernel/Makefile
|
||
|
*** kvm-69-orig/kernel/Makefile 2008-05-12 13:30:43.000000000 +0200
|
||
|
--- kvm-69/kernel/Makefile 2008-06-04 17:23:34.000000000 +0200
|
||
|
***************
|
||
|
*** 48,53 ****
|
||
|
--- 48,54 ----
|
||
|
"$(LINUX)"/./include/linux/kvm*.h \
|
||
|
"$(LINUX)"/./include/asm-*/kvm*.h \
|
||
|
$T/
|
||
|
+ chmod -R u+w $T
|
||
|
|
||
|
set -e && for i in $(find $T -name '*.h'); do \
|
||
|
$(call unifdef,$$i); done
|
||
|
Only in kvm-69/kernel: Makefile~
|