[Coco] strange bug in toolshed

Tormod Volden lists.tormod at gmail.com
Sun Jan 26 14:55:14 EST 2014


On Sun, Jan 26, 2014 at 2:36 PM, Christopher R. Hawks wrote:
>         I'm curious as to why the makefile is being included in the
> bootfiles in both d64 and dalpha. The lines in dalpha are:
>
> bootfile_covdg_ds80:    $(BOOTFILE_COVDG_DS80) $(DEPENDS)
>                                 $(MERGE) $^ > $@
> ($^ means everything or the right of the colon)
>
> and coco1 bootfile sez:
>
> bootfile_covdg_ds80: $(BOOTFILE_COVDG_DS80) $(DEPENDS)
>         $(MERGE) $(BOOTFILE_COVDG_DS80)>$@

Thanks for catching that, Christopher.

Not sure if it is a good idea to have the makefile itself as a
prerequisite, although it can seem handy. But for now I'll just do it
as in the coco1 bootfiles makefile.

Tormod



More information about the Coco mailing list