409 |
409 |
410 DEPENDENCIES_FAILED= |
410 DEPENDENCIES_FAILED= |
411 ERROR=0 |
411 ERROR=0 |
412 #if( $dependencies.size() > 0 ) |
412 #if( $dependencies.size() > 0 ) |
413 # unnamed dependencies |
413 # unnamed dependencies |
414 TEMP_CFLAGS= |
414 TEMP_CFLAGS="$CFLAGS" |
415 TEMP_CXXFLAGS= |
415 TEMP_CXXFLAGS="$CXXFLAGS" |
416 TEMP_LDFLAGS= |
416 TEMP_LDFLAGS="$LDFLAGS" |
417 #foreach( $dependency in $dependencies ) |
417 #foreach( $dependency in $dependencies ) |
418 while true |
418 while true |
419 do |
419 do |
420 #if( $dependency.platform ) |
420 #if( $dependency.platform ) |
421 if notisplatform "${dependency.platform}"; then |
421 if notisplatform "${dependency.platform}"; then |