diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-08-29 22:25:44 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-08-29 22:25:44 +0000 |
commit | fb80b8a8984779543f0f0c50d7f6dcb995e0ce96 (patch) | |
tree | edc635dbab544cc05ce647aafd59419607271596 /Makefile | |
parent | d5e061896a35a49a50124949c2882ac9cbe94589 (diff) | |
download | drakx-backup-do-not-use-fb80b8a8984779543f0f0c50d7f6dcb995e0ce96.tar drakx-backup-do-not-use-fb80b8a8984779543f0f0c50d7f6dcb995e0ce96.tar.gz drakx-backup-do-not-use-fb80b8a8984779543f0f0c50d7f6dcb995e0ce96.tar.bz2 drakx-backup-do-not-use-fb80b8a8984779543f0f0c50d7f6dcb995e0ce96.tar.xz drakx-backup-do-not-use-fb80b8a8984779543f0f0c50d7f6dcb995e0ce96.zip |
no_comment
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -BOOT_IMG = mdkinst_hd.img mdkinst_cdrom.img mdkinst_network.img mdkinst_network_ks.img +BOOT_IMG = gi_hd.img gi_cdrom.img gi_network.img gi_network_ks.img BINS = install/install install/local-install install/installinit/init @@ -14,7 +14,7 @@ clean: $(BOOT_IMG): $(BINS) if [ ! -e modules ]; then $(MAKE) update_kernel; fi - ./make_boot_img $@ $(@:mdkinst_%.img=%) + ./make_boot_img $@ $(@:gi_%.img=%) $(BINS): $(MAKE) -C `dirname $@` @@ -27,4 +27,4 @@ $(BOOT_IMG:%=%f): %f: % dd if=$< of=/dev/fd0 xmessage "Floppy done" -# mkisofs -R -b images/mdkinst_cdrom.img -c images/b /tmp/r /mnt/disk/ | cdrecord -v -eject speed=6 dev=1,0 -
\ No newline at end of file +# mkisofs -R -b images/gi_cdrom.img -c images/b /tmp/r /mnt/disk/ | cdrecord -v -eject speed=6 dev=1,0 -
\ No newline at end of file |