Mercurial > hg > Members > kono > nitros9-code
diff ChangeLog @ 2763:c03464c24b14
Fixed a minor typo in the arcadepak's makefile related to DriveWire3 and Becker.
Updated makefile with new option nightlytest. Run option is "make nightlytest".
You also need to test environment variable TESTSSHDIR and TESTSSHSERVER before using it.
Also updated the nightly option so if the SOURCEUSER environment variable is not set it will report it.
author | drencor-xeen |
---|---|
date | Wed, 16 Jan 2013 17:33:46 -0600 |
parents | 9b29d654db13 |
children | 2af3df45f157 |
line wrap: on
line diff
--- a/ChangeLog Wed Jan 16 13:16:05 2013 -0600 +++ b/ChangeLog Wed Jan 16 17:33:46 2013 -0600 @@ -2,6 +2,28 @@ ---------------------------------------------------------- 2013/01/16 David Ladd +M ChangeLog +M 3rdparty/packages/arcadepak/makefile +M makefile + +Updated makefile for the arcadepak to now create DW3 & +BECKER boot disks. + +Added new make option to the main makefile. New option +is "make nightlytest" This option uses environment +variables called TESTSSHSERVER and TESTSSHDIR. This will +allow testing of the nightly upload to a host ssh server +of your choice as well as folder(s) on that account of +your choice. This was added strictly for testing use. + +Also added a check to the makefile at the nightly section +if the user does not have the environment variable +SOURCEUSER set then it will echo a responce saying that +the user needs to set this environment variable before +using this option. + +---------------------------------------------------------- +2013/01/16 David Ladd M 3rdparty/packages/arcadepak/makefile M 3rdparty/packages/arcadepak/smash/makefile M 3rdparty/packages/arcadepak/thexder/makefile