- 12 Nov, 2019 2 commits
-
-
Ben Avison authored
Changes in Env 1.40-1.41 require GNU.gawk and amu within the same application slot at the same time, which exceeds the default 640K WimpSlot. There isn't actually any need for the awk script to run within a Makefile (it's not testing the Makefile's behaviour directly) so by moving the lines up to !Common, the memory usage is reduced. Version 1.42. Tagged as 'Env-1_42'
-
Ben Avison authored
These relied on calling the GNU.gawk binary, but did so *before* the run path was guaranteed to point at it. Move that block of lines lower down. Also remove unused (and commented) Src$Dir definition within the lines that we move it past.
-
- 15 Sep, 2014 1 commit
-
-
Steve Revill authored
The !Common script will now define a macro variable for Install$Path which contains <Install$Dir>. which means install targets can now be specified in the form "Install:foo" rather than "<Install$Dir>.foo". This is especially handy because any path that has a / in it can end up being munged from UNIX to RISC OS form, even if it was a RISC OS path in the first place. But one thing that prevents the munging is if the path has a : in it. Long story short, you can now do stuff like this: INSTDIR=Install:DDE.AcornC/C++.Library which was hopelessly broken prior to this change. Admin: Requires mkdir 1.04 for the full goodness. Will be put into the main Library component at some point soon. Version 1.29. Tagged as 'Env-1_29'
-
- 29 Jul, 2013 1 commit
-
-
Jeffrey Lee authored
Detail: !Common,feb - Ensure SharedULib 1.12 is loaded. Boot !GCC (i.e. GCC 4) and !SharedLibs if present Admin: Required for GCC4 based tools to function Requires Modules-0_26 for SharedULib 1.12 Version 1.25. Tagged as 'Env-1_25'
-
- 26 Jun, 2012 1 commit
-
-
Robert Sprowson authored
Version 1.21. Tagged as 'Env-1_21'
-
- 14 Apr, 2011 1 commit
-
-
Steve Revill authored
If these apps were already booted in a different build then the filer boot in a new build does nothing (e.g. you'll still be using the apps in the original build in your new build). This is a particular problem if the old build has been deleted in the mean time... Version 1.11. Tagged as 'Env-1_11'
-
- 17 Mar, 2011 1 commit
-
-
Steve Revill authored
Version 1.10. Tagged as 'Env-1_10'
-
- 03 Dec, 2008 1 commit
-
-
Ben Avison authored
Detail: * Adjusted !Common to look for !gcc2_95_4 rather than !gcc - we may need to use more up-to-date GCC distributions in future, and they will be imported separately. * Created BuildHost Env file - currently a copy of the others, since all current builds target the Iyonix. Admin: Tested in a build. Version 1.03. Tagged as 'Env-1_03'
-
- 14 Oct, 2008 1 commit
-
-
Ben Avison authored
This represents the version released in the Batch 4 "bbe" tarfiles. Tagged as 'Batch4'
-