Skip to content

Commit

Permalink
3rdparty/utils: Add labels to disk images
Browse files Browse the repository at this point in the history
  • Loading branch information
tormodvolden committed Apr 12, 2014
1 parent 96f7298 commit 30e0b07
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion 3rdparty/packages/os9l2bbs/6809l2/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ all: $(CMDS)
dsk: $(DSK)

$(DSK): $(CMDS)
$(OS9FORMAT) -q $@
$(OS9FORMAT) -q $@ -n"OS-9 L2 BBS for 6809"
$(MAKDIR) $@,CMDS
$(OS9COPY) $(CMDS) $@,CMDS
$(MAKDIR) $@,BBS
Expand Down
2 changes: 1 addition & 1 deletion 3rdparty/utils/boisy/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ banner:

$(DSKBOISYUTILS): $(CMDS)
$(RM) $@
$(OS9FORMAT) $@
$(OS9FORMAT) -q $@ -n"Boisy's utilities"
$(MAKDIR) $@,CMDS
$(OS9COPY) $(CMDS) $@,CMDS
$(OS9ATTR_EXEC) $(foreach file,$(CMDS),$@,CMDS/$(file))
Expand Down
2 changes: 1 addition & 1 deletion 3rdparty/utils/dasm/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ banner:

$(DSKDASM): $(CMDS)
$(RM) $@
$(OS9FORMAT) $@
$(OS9FORMAT) -q $@ -n"Collyer Disassembler"
$(MAKDIR) $@,CMDS
$(OS9COPY) $(CMDS) $@,CMDS
$(OS9ATTR_EXEC) $(foreach file,$(CMDS),$@,CMDS/$(file))
Expand Down
2 changes: 1 addition & 1 deletion 3rdparty/utils/dladd/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ banner:

$(DSKDLADDUTILS): $(CMDS)
$(RM) $@
$(OS9FORMAT) $@
$(OS9FORMAT) -q $@ -n"David's utilities"
$(MAKDIR) $@,CMDS
$(OS9COPY) $(CMDS) $@,CMDS
$(OS9ATTR_EXEC) $(foreach file,$(CMDS),$@,CMDS/$(file))
Expand Down
2 changes: 1 addition & 1 deletion 3rdparty/utils/gene/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ banner:

$(DSKGENEUTILS): $(CMDS)
$(RM) $@
$(OS9FORMAT) $@
$(OS9FORMAT) -q $@ -n"Gene's utilities"
$(MAKDIR) $@,CMDS
$(OS9COPY) $(CMDS) $@,CMDS
$(OS9ATTR_EXEC) $(foreach file,$(CMDS),$@,CMDS/$(file))
Expand Down
2 changes: 1 addition & 1 deletion 3rdparty/utils/smartwatch/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ banner:

$(DSKSMARTWATCH): $(CMDS)
$(RM) $@
$(OS9FORMAT) $@
$(OS9FORMAT) -q $@ -n"SmartWatch utilities"
$(MAKDIR) $@,CMDS
$(OS9COPY) $(CMDS) $@,CMDS
$(OS9ATTR_EXEC) $(foreach file,$(CMDS),$@,CMDS/$(file))
Expand Down
2 changes: 1 addition & 1 deletion 3rdparty/utils/supercomm/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ banner:

$(DSKSUPERCOMM): $(CMDS)
$(RM) $@
$(OS9FORMAT) $@
$(OS9FORMAT) -q $@ -n"Dave P's Supercomm"
$(MAKDIR) $@,CMDS
$(OS9COPY) $(CMDS) $@,CMDS
$(OS9ATTR_EXEC) $(foreach file,$(CMDS),$@,CMDS/$(file))
Expand Down
2 changes: 1 addition & 1 deletion 3rdparty/utils/winfo/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ banner:

$(DSKWINFO): $(CMDS)
$(RM) $@
$(OS9FORMAT) $@
$(OS9FORMAT) -q $@ -n"WInfo utility"
$(MAKDIR) $@,CMDS
$(OS9COPY) $(CMDS) $@,CMDS
$(OS9ATTR_EXEC) $(foreach file,$(CMDS),$@,CMDS/$(file))
Expand Down

0 comments on commit 30e0b07

Please sign in to comment.