diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-09-19 18:58:11 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-09-19 18:58:11 +0000 |
commit | 65b809e36d811591b9f7a9b0e34c287ade61b931 (patch) | |
tree | b1cbb20ca0995d3391d6de42a0d8492fab94dd55 /Makefile | |
parent | bda2b02c424243c7108382a170dc3b7eb5d3ce25 (diff) | |
download | drakx-65b809e36d811591b9f7a9b0e34c287ade61b931.tar drakx-65b809e36d811591b9f7a9b0e34c287ade61b931.tar.gz drakx-65b809e36d811591b9f7a9b0e34c287ade61b931.tar.bz2 drakx-65b809e36d811591b9f7a9b0e34c287ade61b931.tar.xz drakx-65b809e36d811591b9f7a9b0e34c287ade61b931.zip |
add isolinux stuff generation
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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: |