summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGwenolé Beauchesne <gbeauchesne@mandriva.org>2001-07-27 13:06:20 +0000
committerGwenolé Beauchesne <gbeauchesne@mandriva.org>2001-07-27 13:06:20 +0000
commitb60292174096b8dfee12420feef27bb2bb342da1 (patch)
treeb95ddbbd04fbf24afdbc95e8f2feaaec92632b3e /Makefile
parent69ef6fc24e26ec053d86c8f080822408a225d929 (diff)
downloaddrakx-backup-do-not-use-b60292174096b8dfee12420feef27bb2bb342da1.tar
drakx-backup-do-not-use-b60292174096b8dfee12420feef27bb2bb342da1.tar.gz
drakx-backup-do-not-use-b60292174096b8dfee12420feef27bb2bb342da1.tar.bz2
drakx-backup-do-not-use-b60292174096b8dfee12420feef27bb2bb342da1.tar.xz
drakx-backup-do-not-use-b60292174096b8dfee12420feef27bb2bb342da1.zip
- Makefile (ia64): RELEASE_BOOT_IMG is all.img
- make_boot_img (initrd): ia64: increased image to 16 MB, don't try to copy /etc/pcmcia since we don't have it
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 153c8ddc9..3aae7a662 100644
--- a/Makefile
+++ b/Makefile
@@ -13,6 +13,10 @@ ifeq (ppc,$(ARCH))
BOOT_IMG =
RELEASE_BOOT_IMG = all.img
endif
+ifeq (ia64,$(ARCH))
+BOOT_IMG =
+RELEASE_BOOT_IMG = all.img
+endif
BOOT_IMG += $(RELEASE_BOOT_IMG)
FRELEASE_BOOT_IMG = $(BOOT_IMG:%=images/%)