diff level2/coco3/makefile @ 3098:c2030762022b

makefiles: Remove uploading of zip archives These zip files are not particularly useful for anyone. People can download single disk images for their machine. If they had several flavours for one type of machine they could have been useful. Instead they have one flavour for many types of machines... Fix "dsk" targets so disk images get build on "make dsk". They were built as a side-effect of the zip archives. https://sourceforge.net/p/nitros9/bugs/24/
author Tormod Volden <debian.tormod@gmail.com>
date Sun, 28 Feb 2016 21:37:23 +0100
parents 4addd971cf22
children 5119107aaaa7
line wrap: on
line diff
--- a/level2/coco3/makefile	Sun Feb 28 21:37:21 2016 +0100
+++ b/level2/coco3/makefile	Sun Feb 28 21:37:23 2016 +0100
@@ -50,7 +50,6 @@
 SYSGO		= sysgo_dd
 CCBKRN		= ccbkrn
 
-PACKAGENAME	= $(DISTROVER).zip
 DSKDW		= $(DISTROVER)_dw.dsk
 LDSKDW		= $(DISTRONAME)_dw.dsk
 DSKDWHEADLESS	= $(DISTROVER)_dw_headless.dsk
@@ -101,19 +100,13 @@
 	$(foreach dir, $(DIRS), ($(CD) $(dir); make clean);)
 
 dskclean:
-	$(RM) $(PACKAGENAME) $(DSKS) $(LDSKS)
+	$(RM) $(DSKS) $(LDSKS)
 
-dsk: all $(PACKAGENAME)
+dsk: all $(DSKS)
 
-dskcopy: dsk
+dskcopy: $(DSKS)
 	$(CP) $(DSKS) $(DSKDIR)
 
-scp: dsk
-	scp $(PACKAGENAME) boisy@cvs.nitros9.org:/home/nitros9/public_html
-
-$(PACKAGENAME): $(DSKS) ../../ReadMe ../../ChangeLog
-	$(ARCHIVE) $@ $^
-
 $(DSKDW):
 	$(RM) $@
 	$(OS9FORMAT_DW) -q $@ -n"NitrOS-9/$(CPU) Level $(LEVEL)"