Changeset 1839
- Timestamp:
- Nov 19, 2010 7:19:07 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Mumps/stable/1.3/configure
r1837 r1839 24007 24007 24008 24008 # read dependencies from $pcfile, filter it, and add to list of projects that need to be processed next 24009 projrequires=`sed -n -e 's/Requires://gp' "$pcfile" | sed -e 's/<\{0,1\}>\{0,1\}=[ ] *[^ ]\{0,\}//g'`24009 projrequires=`sed -n -e 's/Requires://gp' "$pcfile" | sed -e 's/<\{0,1\}>\{0,1\}=[ ]\{0,\}[^ ]\{1,\}//g'` 24010 24010 nextprojtoprocess="$nextprojtoprocess $projrequires" 24011 24011 … … 24372 24372 24373 24373 # read dependencies from $pcfile, filter it, and add to list of projects that need to be processed next 24374 projrequires=`sed -n -e 's/Requires://gp' "$pcfile" | sed -e 's/<\{0,1\}>\{0,1\}=[ ] *[^ ]\{0,\}//g'`24374 projrequires=`sed -n -e 's/Requires://gp' "$pcfile" | sed -e 's/<\{0,1\}>\{0,1\}=[ ]\{0,\}[^ ]\{1,\}//g'` 24375 24375 nextprojtoprocess="$nextprojtoprocess $projrequires" 24376 24376
Note: See TracChangeset
for help on using the changeset viewer.