Changeset 1836
- Timestamp:
- Nov 19, 2010 6:16:04 AM (10 years ago)
- Location:
- stable/0.6
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/0.6
-
stable/0.6/coin.m4
r1834 r1836 4159 4159 4160 4160 # read dependencies from $pcfile, filter it, and add to list of projects that need to be processed next 4161 projrequires=[`sed -n -e 's/Requires://gp' "$pcfile" | sed -e 's/<\ ?>\?=[ ]*[^ ]\+//g'`]4161 projrequires=[`sed -n -e 's/Requires://gp' "$pcfile" | sed -e 's/<\{0,1\}>\{0,1\}=[ ]*[^ ]\{0,\}//g'`] 4162 4162 nextprojtoprocess="$nextprojtoprocess $projrequires" 4163 4163 -
stable/0.6/compile_f2c
- Property svn:mergeinfo changed (with no actual effect on merging)
Note: See TracChangeset
for help on using the changeset viewer.