916fa0a610
Also: * provides a bunch of build options * documents build options config in longDescription * provides a bunch of predefined packages and documents them some more * sources' hashes stay the same
17 lines
507 B
Diff
17 lines
507 B
Diff
tools/python/install-wrap script brakes shebangs patching, disable
|
|
|
|
diff --git a/tools/Rules.mk b/tools/Rules.mk
|
|
index 87a56dc..a7da869 100644
|
|
--- a/tools/Rules.mk
|
|
+++ b/tools/Rules.mk
|
|
@@ -90,8 +90,7 @@ CFLAGS += $(CFLAGS-y)
|
|
|
|
CFLAGS += $(EXTRA_CFLAGS_XEN_TOOLS)
|
|
|
|
-INSTALL_PYTHON_PROG = \
|
|
- $(XEN_ROOT)/tools/python/install-wrap "$(PYTHON_PATH)" $(INSTALL_PROG)
|
|
+INSTALL_PYTHON_PROG = $(INSTALL_PROG)
|
|
|
|
%.opic: %.c
|
|
$(CC) $(CPPFLAGS) -DPIC $(CFLAGS) $(CFLAGS_$*.opic) -fPIC -c -o $@ $< $(APPEND_CFLAGS)
|