log 3rdparty/packages/basic09/makefile @ 3054:22ddd48b4ec2

age author description
Fri, 04 Apr 2014 21:34:02 +0200 Tormod Volden 3rdparty: Further harmonize makefiles
Sat, 11 Jan 2014 18:40:44 +0100 Tormod Volden Dummy merge of default branch into lwtools lwtools-port
Sun, 24 Nov 2013 23:13:46 +0100 Tormod Volden Revert e4a0f58a5f9b (set NITROS9DIR in makefiles)
Sun, 24 Nov 2013 13:26:20 +0100 Tormod Volden makefiles: Factor out OS9ATTR_* command when using foreach()
Sun, 24 Nov 2013 11:18:28 +0100 Tormod Volden makefiles: Separate OS9COPY and CP macros
Sat, 13 Jul 2013 11:47:11 +0200 Tormod Volden Makefiles: Rename CP to OS9COPY lwtools-port
Fri, 12 Jul 2013 01:01:17 +0200 Tormod Volden Makefiles: Call OS9ATTR with multiple files (part 2/2) lwtools-port
Wed, 10 Jul 2013 19:45:32 +0200 Tormod Volden Makefiles: Do not let $(RM) silently fail lwtools-port
Mon, 14 Jan 2013 14:37:46 -0600 drencor-xeen Found that people who do not have the envirornment variable NITROS9DIR set before building the project get a error missing file "/rules.mak". Found this is caused do to the fact that the code to set this envirornment variable is in the rules.mak which can't get loaded.
Sun, 10 Jun 2012 14:24:04 -0600 William Astle More parameter fixups for lwasm lwtools-port
Mon, 05 Apr 2010 23:54:56 +0000 boisy added dskcopy target
Tue, 17 Mar 2009 02:52:57 +0000 boisy Added info targets
Sun, 23 Apr 2006 19:43:13 +0000 boisy Updated for new structure
Fri, 28 Nov 2003 01:32:25 +0000 boisy Fixed certain inconsistencies in makefiles
Fri, 26 Sep 2003 12:26:10 +0000 boisy Major move to new NitrOS-9 project
Mon, 14 Apr 2003 02:58:44 +0000 boisy Removed CHMODs now that os9 attrs are in place
Sun, 13 Apr 2003 23:42:51 +0000 boisy attr used throughout the makefiles now
Sun, 13 Apr 2003 22:26:31 +0000 boisy Makefiles now use os9 attr
Sun, 26 Jan 2003 20:46:46 +0000 boisy Added OS9FORMAT macros which inherently specify the disk format, so that
Fri, 17 Jan 2003 20:50:34 +0000 boisy os9copy does end of line translation now
Sun, 29 Dec 2002 16:57:28 +0000 boisy Wrapped 6309 code in basic09.asm around proper IFNE H6309/ENDC constructs
Thu, 26 Dec 2002 22:56:21 +0000 boisy Added gfx2
Sat, 21 Dec 2002 16:34:38 +0000 boisy I've learned now that syscall does NOT change for either 6809 or 6309
Wed, 30 Oct 2002 22:59:55 +0000 boisy Modified : to ,
Fri, 11 Oct 2002 02:35:49 +0000 boisy renamed disk
Wed, 09 Oct 2002 15:15:15 +0000 boisy Added chmod for commands, install scripts now echo output
Wed, 09 Oct 2002 15:09:52 +0000 boisy Basic09 disk now has ReadMe and install scripts
Wed, 09 Oct 2002 14:44:30 +0000 boisy runb.asm now incorporates both 6809 and 6309 versions, Makefile reflects change
Tue, 08 Oct 2002 13:15:36 +0000 boisy Added defsfile, made change to makefile
Tue, 08 Oct 2002 03:27:42 +0000 boisy Added Basic09 sources from Curtis Boyle