Changeset 508 for palm/trunk
- Timestamp:
- Mar 12, 2010 12:28:28 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mbuild
r503 r508 108 108 # block in the configuration file, 109 109 # parallel make for utility programs 110 # 12/03/10 - Siggi - bugfix: remode_md was given a wrong value 111 110 112 111 113 … … 579 581 [[ "$condition1" != "" ]] && block=_$condition1 580 582 [[ "$condition2" != "" ]] && block=${block}_$condition2 581 remote_md= =${remote_md}$block583 remote_md=${remote_md}$block 582 584 583 585
Note: See TracChangeset
for help on using the changeset viewer.