|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH 0 of 7] tools/check fixes for xen-unstable
Remove the need for executable permissions of some files in the SCM.
With these changes applied I can build the SLES11 xen.rpm package again.
I use a modified xen.spec which does this after unpacking the tar files,
just for testing my changes:
find -type f -executable -print0 | sort -z | xargs -0 --no-run-if-empty chmod
-v a-x
find -type f -name configure -print0 | xargs -0 --no-run-if-empty chmod -v 744
find -type f -name texi2pod.pl -print0 | xargs -0 --no-run-if-empty chmod -v 744
Olaf
install.sh | 2 +-
stubdom/Makefile | 2 +-
tools/Makefile | 2 +-
tools/Rules.mk | 4 ++--
tools/check/Makefile | 6 +++---
tools/check/README | 6 +++---
tools/check/check_logging | 31 -------------------------------
tools/check/check_python | 4 ++--
tools/check/chk | 2 +-
tools/firmware/etherboot/Makefile | 2 +-
10 files changed, 15 insertions(+), 46 deletions(-)
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] [PATCH 0 of 7] tools/check fixes for xen-unstable,
Olaf Hering <=
|
|
|
|
|