Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-03-17 | Fixed Savannah bug #16053. | Boris Kolpackov | 1 | -0/+41 | |
2005-10-24 | Make second expansion optional (partial implementation). | Paul Smith | 1 | -41/+24 | |
I decided this feature was too impacting to make the permanent default behavior. This set of changes makes the default behavior of make the old behavior (no second expansion). If you want second expansion, you must define the .SECONDEXPANSION: special target before the first target that needs it. This set of changes ONLY fixes explicit and static pattern rules to work like this. Implicit rules still have second expansion enabled all the time: I'll work on that next. Note that there is still a backward-incompatibility: now to get the old SysV behavior using $$@ etc. in the prerequisites list you need to set .SECONDEXPANSION: as well. | |||||
2005-08-10 | Fixed Savannah bug #13881. | Boris Kolpackov | 1 | -0/+11 | |
2005-03-03 | Fixed stem termination and stem triple-expansion bugs. | Boris Kolpackov | 1 | -3/+3 | |
2005-03-01 | Fixed Savannah bug #12180. | Boris Kolpackov | 1 | -6/+10 | |
2000-03-27 | * Handle case of empty static pattern rule prerequisites. | Paul Smith | 1 | -35/+36 | |
* Fix linenumbers in error messages for rule definitions. | |||||
1999-09-14 | * Added the test suite to the main distribution. | Paul Smith | 1 | -0/+71 | |