Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r11035] Purpose: | Albert Cheng | 2005-07-07 | 1 | -3/+5 |
| | | | | | | | | | | | Improvement Description: Added some argument sanity chechking by ensuring exactly two arguments are provided. Platforms tested: sol. | ||||
* | [svn-r11034] Purpose: | Albert Cheng | 2005-07-07 | 1 | -0/+27 |
bug fix. Description: -nt is not a universal option for the test command in all platforms. The use of it in conclude.am cause some platforms to bark at the Makefile generated. Solution: Created a command script bin/newer which tests if file1 is newer than file2. Replace the "test file1 -nt file2" by "newer file1 file2". Platforms tested: Tested in sol. |