Mercurial > hg > Members > kono > nitros9-code
diff level1/coco1/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 | cf06f1860f9f |
children | 5119107aaaa7 |
line wrap: on
line diff
--- a/level1/coco1/makefile Sun Feb 28 21:37:21 2016 +0100 +++ b/level1/coco1/makefile Sun Feb 28 21:37:23 2016 +0100 @@ -47,7 +47,6 @@ STARTUP = startup STARTUP_DW = startup.dw -PACKAGENAME = $(DISTROVER).zip DSKDW = $(DISTROVER)_dw.dsk LDSKDW = $(DISTRONAME)$(PORT)_dw.dsk DSKDWHEADLESS = $(DISTROVER)_dw_headless.dsk @@ -90,19 +89,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)"