summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-01-21 16:18:32 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-01-21 16:18:32 +0000
commitdbabd92df7b4eff6cb1694b94c6f89f4a7437121 (patch)
treed46d6e1fd316fa913d8d40028109b0d4840cdb54 /Makefile
parentd7c1b0912742b1419b86eacb38c7824dcca14dec (diff)
downloaddrakx-backup-do-not-use-dbabd92df7b4eff6cb1694b94c6f89f4a7437121.tar
drakx-backup-do-not-use-dbabd92df7b4eff6cb1694b94c6f89f4a7437121.tar.gz
drakx-backup-do-not-use-dbabd92df7b4eff6cb1694b94c6f89f4a7437121.tar.bz2
drakx-backup-do-not-use-dbabd92df7b4eff6cb1694b94c6f89f4a7437121.tar.xz
drakx-backup-do-not-use-dbabd92df7b4eff6cb1694b94c6f89f4a7437121.zip
add image hd_grub.img
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 09716e4b9..bc6965a98 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ install: dirs images rescue install_only
dirs:
@for n in $(DIRS); do $(MAKE) -C $$n all || exit 1 ; done
-images: $(FBOOT_IMG) images/all.rdz # all.rdz is needed to update isolinux
+images: $(FBOOT_IMG) images/hd_grub.img images/all.rdz # all.rdz is needed to update isolinux
$(FBOOT_RDZ): kernel/all.modules
./make_boot_img $@ `basename $(@:%.rdz=%)`
@@ -52,7 +52,7 @@ tar: clean
install_only:
for i in images misc Mandrake Mandrake/base Mandrake/share; do install -d $(ROOTDEST)/$$i ; done
ifneq (ppc,$(ARCH))
- for i in $(FBOOT_IMG); do cp -f $${i}* $(ROOTDEST)/images; done
+ for i in $(FBOOT_IMG) images/hd_grub.img; do cp -f $${i}* $(ROOTDEST)/images; done
endif
ifeq (alpha,$(ARCH))
for i in $(FBOOT_RDZ); do cp -f $${i}* $(ROOTDEST)/boot; done