Changes between Initial Version and Version 1 of Ticket #508
- Timestamp:
- 04/28/11 18:43:17 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #508
- Property Resolution → Fixed
- Property Status new → closed
-
Ticket #508 – Description
initial v1 1 I'd like to report a minor bug in the latest revision 554. At the beginning of the main ''makefil''e, has been added the assignment1 I'd like to report a minor bug in the latest revision '''554'''. At the beginning of the main '''makefile''', has been added the assignment 2 2 3 3 {{{ … … 5 5 }}} 6 6 7 but the SCRATCH_DIRenvironment variable is assigned afterward, after the end of the user-defined section. We should move the assignment of SCRATCH_DIR at the beginning, to avoid an error at compilation time, e.g.7 but the '''SCRATCH_DIR''' environment variable is assigned afterward, after the end of the user-defined section. We should move the assignment of SCRATCH_DIR at the beginning, to avoid an error at compilation time, e.g. 8 8 9 9 {{{ … … 11 11 }}} 12 12 13 where is obvious that the value $(SCRATCH_DIR)is still null.13 where is obvious that the value '''$(SCRATCH_DIR)''' is still null.