Changeset 2561 for box/trunk/infrastructure
- Timestamp:
- 21/09/2009 23:53:56 (3 years ago)
- File:
-
- 1 edited
-
box/trunk/infrastructure/BoxPlatform.pm.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/infrastructure/BoxPlatform.pm.in
r2328 r2561 90 90 if($cpus =~ m/hw.ncpu:\s(\d+)/ && $1 > 1) 91 91 { 92 print "$1 processors detected, will set make to perform concurrent jobs\n";92 print STDERR "$1 processors detected, will set make to perform concurrent jobs\n"; 93 93 $sub_make_options = ' -j '.($1 + 1); 94 94 } … … 97 97 if(-d '/sw/include' && -d '/sw/lib') 98 98 { 99 print "Fink installation detected, will use headers and libraries\n";99 print STDERR "Fink installation detected, will use headers and libraries\n"; 100 100 $platform_compile_line_extra = '-I/sw/include '; 101 101 $platform_link_line_extra = '-L/sw/lib ';
Note: See TracChangeset
for help on using the changeset viewer.
