Changes between Version 2 and Version 5 of Ticket #1755
- Timestamp:
- 12/19/14 03:51:25 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1755
-
Property
Version
changed from
HEAD
to4.11
-
Property
Milestone
changed from
4.11
to4.11.1
-
Property
Version
changed from
-
Ticket #1755 – Description
v2 v5 1 1 I have my source read-only and build into other directories from the source directory. 2 2 A command such as: 3 4 3 rtems-bin2c /home/dufault/work/scratch/V10.1.0/powerpc-unknown-rtems/solarcat/fs /home/dufault/work/scratch/V10.1.0/powerpc-unknown-rtems/solarcat/fs 5 6 4 results in something like: 7 5 #ifndef __/home/dufault/work/scratch/V10_1_0/powerpc_unknown_rtems/solarcat/fs_h 8 6 #define __/home/dufault/work/scratch/V10_1_0/powerpc_unknown_rtems/solarcat/fs_h 9 10 7 With the attached patch it yields: 11 8 #ifndef ___home_dufault_work_scratch_V10_1_0_powerpc_unknown_rtems_solarcat_fs_h 12 9 #define ___home_dufault_work_scratch_V10_1_0_powerpc_unknown_rtems_solarcat_fs_h 13 14 10 It also adds "generated by rtems-bin2c" in the comment.