Mercurial > hg > Members > kono > nitros9-code
diff ChangeLog @ 2759:e26e3b45ff86
Found the makefile for subsim in the 3rdparty/packages was not creating the disk images when the "make dskcopy" was being given.
Found the makefile was missing the depend of "dsk" from the dskcopy section of the makefile. Corrected and disk images for subsim are being created when doing a "make dskcopy".
author | drencor-xeen |
---|---|
date | Tue, 15 Jan 2013 01:07:46 -0600 |
parents | e4a0f58a5f9b |
children | a711c2eecbbd |
line wrap: on
line diff
--- a/ChangeLog Mon Jan 14 14:37:46 2013 -0600 +++ b/ChangeLog Tue Jan 15 01:07:46 2013 -0600 @@ -1,6 +1,18 @@ NitrOS-9 V3.2.9: ---------------------------------------------------------- +2013/01/15 David Ladd +M ChangeLog +M 3rdparty/packages/subsim/makefile + +Found a problem in the makefile for subsim. When using a +"make dskcopy", make would try to copy the disk images even +if they did not exist. Found that the depend "dsk" was not +in the dskcopy section like all the other makefile(s). +Corrected and tested and the disk images are now being +created when you do a "make dskcopy". + +---------------------------------------------------------- 2013/01/14 David Ladd M ChangeLog M 3rdparty/booters/makefile