- Add support for cleaning several modules with the clean command, so "clean explorer ntoskrnl" works now too.
Right now I skipped the cmd version because its a mess to get it run...
- Show information what tree is updated by ssvn right now, main or rosapps/rostests.
svn path=/trunk/tools/RosBE/; revision=1104
I've renamed some batch files to match the macro names and added some new ones, for which no batch file existed. (except "env", this command has been removed)
Now these commands can be called from other batch files and stuff like "clean & make" will work as well.
- Fix raddr2line.cmd to properly handle spaces in the path.
Thanks to Gunnar for the hints :-)
svn path=/trunk/tools/RosBE/; revision=1090
- Made the "update" command stop when it found the last existant update online. Theres no use in trying the full update 1-9 if theres none/one. This speeds up the status generation process.
Both still untested. 1. Will be done later / 2. I like looking at diffs of fixes i did, so I commit seperately :-P
svn path=/trunk/tools/RosBE/; revision=1080
- Fix up the call of the i386 config file in charch.
- Fix up default color of the 64 bit RosBE.
- "Only" call the 64 bit config file when you are in 64 bit mode.
- Fix the 64 bit options tool to be useable.
svn path=/trunk/tools/RosBE/; revision=1078
We only use %_ROSBE_PREFIX% now, which should fix building with amd64.
- Readd chdefdir's feature to switch to the new default directory after changing it.
- Revert r40923 for chdefgcc.cmd. This broke switching from amd64 back to i386 (i.e. "charch amd64", "charch i386").
Furthermore, chdefgcc must not mess around with ROS_ARCH. This is exclusively charch's privilege!
- Fix inability to switch back to i386 introduced by the last commit.
svn path=/trunk/tools/RosBE/; revision=1072
* Installer starts the Uninstaller of the old Version again.
* Installer does not accidentially kill the whole Start menu again.
* Installer uninstalls charch too.
* Fixed some line skippers.
Biiiiig thx to care2debug for the help. This would not have been possible without it.
svn path=/trunk/tools/RosBE/; revision=1063
Fixes our Pentium I incompatibilities for real. Will be changed again, when the host/target issues are eventually solved.
See issue #4635 for more details.
svn path=/trunk/tools/RosBE/; revision=1058
- clean did not remove the makefile in the PS Version.
- ssvn did not work, because RosBE creates the logdir before the folder emptyness test.
Plz test.
svn path=/trunk/tools/RosBE/; revision=1053
It will be released on May 26th if some more ppl test it. Test Installer will be released today.
- Updated changelog and Readme to include latest changes.
svn path=/trunk/tools/RosBE/; revision=997
Fixed version showing when using charch and chdefdir under PS.
Fixed endless loop in update under PS.
Fixed variables to TARGET GCC under PS.
Thx to Jaykul from #powershell
svn path=/trunk/tools/RosBE/; revision=994
- Cleaned whitespace
- PS Variable nulling does not remove them, more keeps a empty variable. This was the reason for the "buildno.h not found" error fixed yesterday. This is not bad in the situations where it still happened, but now we remove them fully.
- Updated changelog and readme.
svn path=/trunk/tools/RosBE/; revision=992
Fixed a lil bug in rosbe.ps1
Still tbd:
Find out why it sometimes fails with buildno.h not found.
Get a proper tee-object for logging
svn path=/trunk/tools/RosBE/; revision=987