diff options
Diffstat (limited to 'openvz-sources/022.072-r1/1000_diff-ia64-makefile-20051004.patch')
-rw-r--r-- | openvz-sources/022.072-r1/1000_diff-ia64-makefile-20051004.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/openvz-sources/022.072-r1/1000_diff-ia64-makefile-20051004.patch b/openvz-sources/022.072-r1/1000_diff-ia64-makefile-20051004.patch new file mode 100644 index 0000000..ece3573 --- /dev/null +++ b/openvz-sources/022.072-r1/1000_diff-ia64-makefile-20051004.patch @@ -0,0 +1,14 @@ +--- linux-2.6.3/arch/ia64/Makefile.bak Mon Mar 8 11:06:25 2004 ++++ linux-2.6.3/arch/ia64/Makefile Mon Mar 8 11:06:29 2004 +@@ -73,6 +73,10 @@ boot := arch/ia64/hp/sim/boot + + all: compressed unwcheck + ++bzImage: compressed ++ mkdir -p arch/ia64/boot ++ cp vmlinux.gz arch/ia64/boot/bzImage ++ + compressed: vmlinux.gz + + vmlinux.gz: vmlinux + |