| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Just's fix in 1.10: call convert_path for scripts too. Needed for mac | Jack Jansen | 2001-07-30 | 1 | -0/+2 |
| | | | | | | 2.1.1, and should do no harm to 2.1.2 (on the odd chance that will happen). | ||||
| * | When not copying a file because the output is up to date, make the message | Fred Drake | 2001-03-02 | 1 | -2/+2 |
| | | | | | | slightly more brief, and more like the message that an extension will not be built because the built copy is up to date. | ||||
| * | Leave #! lines featuring /usr/bin/env alone | Andrew M. Kuchling | 2001-02-28 | 1 | -2/+4 |
| | | |||||
| * | Standardized whitespace around function calls. | Greg Ward | 2000-09-30 | 1 | -3/+3 |
| | | |||||
| * | Added 'boolean_options' list to support config file parsing. | Greg Ward | 2000-09-25 | 1 | -0/+2 |
| | | |||||
| * | Fixed a grab-bag of typos spotted by Rob Hooft. | Greg Ward | 2000-07-27 | 1 | -1/+1 |
| | | |||||
| * | Take the basename of the script before concatenating it with the build dir. | Greg Ward | 2000-05-25 | 1 | -1/+1 |
| | | |||||
| * | Improvements to Bastian's build_scripts command: | Greg Ward | 2000-05-25 | 1 | -31/+58 |
| | | | | | | | | | | * 'first_line_re' loosened up * command description improved * replaced '_copy_files()' and '_adjust_files()' with one method that does everything, 'copy_scripts()' -- this should be more efficient than Bastian's version, should behave better in dry-run mode, and does timestamp dependency-checking | ||||
| * | Bastian Kleineidam: the "build_scripts" command. | Greg Ward | 2000-05-25 | 1 | -0/+71 |
