- 20 Feb, 2014 1 commit
-
-
Robert Sprowson authored
Version 6.00, 1.142.2.4. Tagged as 'BuildSys-6_00-1_142_2_4'
-
- 01 Sep, 2012 1 commit
-
-
Jeffrey Lee authored
Modify makefile fragments to generate GPA & symbol files when building ROM modules. Add HangWatch to ModuleDB. Detail: Makefiles/AAsmModule, Makefiles/CModule - Modified to generate GPA (for assembler) and symbols (for C) files when building ROM modules. These files are copied into the install folder, allowing them to easily be picked up by debugging tools. ModuleDB - Added entry for HangWatch module Admin: Makefile changes tested with BCM2835, OMAP3, and Disc builds Version 5.87. Tagged as 'BuildSys-5_87'
-
- 11 Aug, 2012 1 commit
-
-
Robert Sprowson authored
Mirrors variables used in CModule. Note ${EXPORT} has changed to $CUSTOMEXP}, but nothing seemed to be using the former anyway. ThemeDefs added to module database. Replace useof ResApp with ThemeDefs in the disc image. Version 5.77. Tagged as 'BuildSys-5_77'
-
- 05 Feb, 2012 1 commit
-
-
Robert Sprowson authored
The CLEAN_DEPEND intermediate was added because GNU make didn't support '::' notation, but GNU nake 3.81 (possibly earlier) does as described at http://www.gnu.org/software/make/manual/make.html#Double_002dColon verified with two test makefiles # This is 'makefile' include ./other.mk clean:: @echo 1 @echo 2 # This is 'other.mk' CLEANALIAS = clean ${CLEANALIAS}:: @echo 3 @echo 4 which did what was required. Version 5.42. Tagged as 'BuildSys-5_42'
-
- 12 Jan, 2012 1 commit
-
-
Robert Sprowson authored
* Added components file to generate a !System * Binaries/Browse/BuildEnv/Disc/IOMD32/OMAP4/Printers/Tungsten add heading blocks and line stuff up * OMAP3 remove unused switch from FPEmulator * SysMap add mapping from Sovereign to 'V' * CTools extra qualifiers on some modules to get help right for modules in the 310 directory * AAsmModule when CMDHELP=None is in force you can infer that no international help is desired, therefore pass this as a switch to the module to allow it to remove the tokens from its help table (based on how the 'standalone' switch is done) Version 5.35. Tagged as 'BuildSys-5_35'
-
- 19 Dec, 2011 1 commit
-
-
Jeffrey Lee authored
Add CLEAN_DEPEND support to AAsmModule makefile fragment. Disable VFP/NEON assembler for Tungsten ROM versions of BASIC. Detail: Makefiles/AAsmModule - Added ${CLEAN_DEPEND} as a dependency to the 'clean' rule, to allow components to extend the default rule. This is the same functionality that the CApp fragment offers. Components/ROOL/Tungsten - Disable VFP/NEON support in the BASIC assembler, due to lack of ROM space. Admin: Required changes for BASIC 1.49 Version 5.33. Tagged as 'BuildSys-5_33'
-
- 31 Mar, 2011 1 commit
-
-
Ben Avison authored
Detail: * Some subtle bugs can be caused by including shared makefiles in the wrong order. To try to prevent further problems, and simplify main makefiles at the same time, CApp, CLibrary and CModule now include the makefiles they depend upon themselves, in the correct order: generally speaking, all macro (re)definitions should be before rule definitions. * Added sentry macro definitions to each makefile. These can be used to avoid repeated inclusion of makefiles - particularly important now that CApp, CLibrary and CModule do additional includes. This removes the majority of cases where amu produced warnings about multiple inclusion; a few components remain where this is still the case, but these warnings are harmless. If they bother you, simply remove the now-superfluous include statements from the relevant main makefile. * Created a CUtil shared makefile, for building transient utilities. The 'C' in the name is more for consistency with CApp/CLibrary/CModule than anything to do with the 'C' language, since all of these makefiles work equally well for assembler and 'C' - the 'C' is for historic reasons. * Tweaked the debug rules in CApp to avoid harmless but annoying linker warnings about stubs being included twice. * Added several new default switches to ASFLAGS. These enable us to start making assembler source files work under a cross-assembler, because statements like GET Hdr:Macros GET Hdr:Machine.<Machine> are not portable, and tweaking the cross-assembler to understand these types of constructs would not be pretty. Instead, with the extra command line switches now introduced, you can use GET Macros GET Machine/$Machine Admin: Tested in a ROM build Version 5.12. Tagged as 'BuildSys-5_12'
-
- 14 Oct, 2008 1 commit
-
-
Ben Avison authored
This represents the version released in the Batch 4 "bbe" tarfiles. Tagged as 'Batch4'
-