summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-09-19 18:58:11 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-09-19 18:58:11 +0000
commit65b809e36d811591b9f7a9b0e34c287ade61b931 (patch)
treeb1cbb20ca0995d3391d6de42a0d8492fab94dd55 /Makefile
parentbda2b02c424243c7108382a170dc3b7eb5d3ce25 (diff)
downloaddrakx-backup-do-not-use-65b809e36d811591b9f7a9b0e34c287ade61b931.tar
drakx-backup-do-not-use-65b809e36d811591b9f7a9b0e34c287ade61b931.tar.gz
drakx-backup-do-not-use-65b809e36d811591b9f7a9b0e34c287ade61b931.tar.bz2
drakx-backup-do-not-use-65b809e36d811591b9f7a9b0e34c287ade61b931.tar.xz
drakx-backup-do-not-use-65b809e36d811591b9f7a9b0e34c287ade61b931.zip
add isolinux stuff generation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 441609f09..a1768b5dc 100644
--- a/Makefile
+++ b/Makefile
@@ -53,10 +53,15 @@ endif
fi
cd $(ROOTDEST)/images; md5sum *.img* > MD5SUM
+ifeq (i386,$(ARCH))
+ rm -rf $(ROOTDEST)/isolinux
+ cp -af isolinux $(ROOTDEST)
+endif
+
install live_update $(ROOTDEST)/live_update
make -C perl-install full_stage2
-build: $(FBOOT_IMG)
+build: $(FBOOT_RDZ) $(FBOOT_IMG)
dirs:
@for n in . $(DIRS); do \
@@ -127,6 +132,7 @@ upload:
upload images MD5SUM ;\
upload images *.img* ;\
upload images/alternatives '' ;\
+ upload isolinux '' ;\
echo
upload_sparc: