Rev 17 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 19 | jasmin | 1 | try_gdb_0_5_0 (jjessich on Mon Apr 09 00:42:21 CEST 2012): |
| 2 | + Added description. |
||
| 3 | + Simplify maintainer mode and regenerating. |
||
| 4 | + Add support for the new binutils patches from the anw |
||
| 5 | site (newpatchesbinutils). |
||
| 6 | NOTE: This is currently a hack and will be changed, if all patches for |
||
| 7 | all tools are finished. |
||
| 8 | + Adding dejagnu (1.5) to new supp tools test. |
||
| 9 | + Default extract command can be now overwritten. |
||
| 10 | + Default patch level can be now overwritten. |
||
| 11 | + New build-xxx-clean rule. |
||
| 12 | + Default for xxx_build_cmds. |
||
| 13 | + Help text improved. |
||
| 14 | |||
| 17 | jasmin | 15 | try_gdb_0_4_0 (jjessich on Sun Apr 08 02:09:43 CEST 2012): |
| 16 | + Use binutils 2.22, automake 1.11.1. |
||
| 17 | + Adding libtool (2.2.6b) to supp tools. |
||
| 18 | + The default target is now install-cross, which will build the complete |
||
| 19 | tool chain. |
||
| 20 | Note: Currenly this is only binutils! |
||
| 21 | + Empty directory removig will keep source control files (.svn, .git). |
||
| 22 | + New target "helpx", which will print a list of all availabe targets. |
||
| 23 | + The support tools ar enow used by the regen-XXX target. |
||
| 24 | + A lot of more enhancements ;-) |
||
| 25 | NOTE: GDB building not started untill now. |
||
| 26 | |||
| 15 | jasmin | 27 | try_gdb_0_3_0 (jasmin on Mon Apr 02 08:38:06 CEST 2012): |
| 28 | + After cleaning, empty directories are removed now. |
||
| 29 | + download-* does no longer depend on the download directory, so the files |
||
| 30 | are not downloaded any longer, altough they are present. This happended, |
||
| 31 | because each write to the download directory changed the directory |
||
| 32 | modification date, which is checked by make for the rules execution. |
||
| 33 | + patch rule added and all required clean dummy rules, too. |
||
| 34 | + Added avrpatches, avrheaders and binutils. |
||
| 35 | + Added help text. |
||
| 36 | |||
| 37 | try_gdb_0_2_0 (jasmin on Sun Apr 01 02:40:52 CEST 2012): |
||
| 13 | jasmin | 38 | + Added tools revision generation out of svn. |
| 39 | + Internal structure completely changed to make macros, which will expand |
||
| 40 | the rules. |
||
| 41 | + The different targets will now execute only, if the dependend thing |
||
| 42 | is not allready made. |
||
| 43 | + Added new rules to force the execution (xxxx-yyyy-f). |
||
| 44 | NOTE: Currently only autoconf and automake reworked. |
||
| 45 | |||
| 7 | jasmin | 46 | try_gdb_0_1_0 (jasmin on Sun Mar 25 20:41:08 CEST 2012): |
| 47 | + gdb added (not working). |
||
| 48 | + When executing make with a target, it is not rebuild any longer, if |
||
| 49 | nothing has been changed. |
||
| 50 | + Added *-force tags to have the old behaviour still available (not |
||
| 51 | finished). |
||
| 52 | + Added clean-* rules for each sub target. |
||
| 53 | + Added realclean-* ruels, whch will remove the downloaded file, too. |
||
| 54 | NOTE: Currently NOT TESTED!!! |
||
| 55 | |||
| 4 | jasmin | 56 | rel_0_1_0 (jasmin on Sun Mar 25 19:21:33 CEST 2012): |
| 57 | + Initial release based on vendor version 990c274. |