summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>1999-09-21 15:32:51 +0000
committerFrancois Pons <fpons@mandriva.com>1999-09-21 15:32:51 +0000
commit04af01cefa358520ab4c9b608e1e47f8f1e664f2 (patch)
treea8e09bfa5067620fb4ad6af510d471c9d0de318d /Makefile
parentdb97cfe30d0824effd1462934d43df58ffa7d9bb (diff)
downloaddrakx-backup-do-not-use-04af01cefa358520ab4c9b608e1e47f8f1e664f2.tar
drakx-backup-do-not-use-04af01cefa358520ab4c9b608e1e47f8f1e664f2.tar.gz
drakx-backup-do-not-use-04af01cefa358520ab4c9b608e1e47f8f1e664f2.tar.bz2
drakx-backup-do-not-use-04af01cefa358520ab4c9b608e1e47f8f1e664f2.tar.xz
drakx-backup-do-not-use-04af01cefa358520ab4c9b608e1e47f8f1e664f2.zip
*** empty log message ***
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0dda119f0..c3d155efa 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-BOOT_IMG = gi_hd.img gi_cdrom.img gi_network.img gi_network_ks.img
+BOOT_IMG = gi_hd.img gi_cdrom.img gi_network.img gi_network_ks.img gi_pcmcia.img
BINS = install/install install/local-install install/installinit/init
@@ -14,6 +14,7 @@ clean:
$(BOOT_IMG): $(BINS)
if [ ! -e modules ]; then $(MAKE) update_kernel; fi
+ #./make_boot_img $@ $(@:gi_%.img=%)
./make_boot_img $@ $(@:gi_%.img=%)
$(BINS):
@@ -27,4 +28,4 @@ $(BOOT_IMG:%=%f): %f: %
dd if=$< of=/dev/fd0
xmessage "Floppy done"
-# mkisofs -R -b images/gi_cdrom.img -c images/.catalog /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/.catalog /tmp/r /mnt/disk/ | cdrecord -v -eject speed=6 dev=1,0 -