Imported Upstream version 1.4.12
This commit is contained in:
		
							parent
							
								
									1d1585cd09
								
							
						
					
					
						commit
						4ab9f0d24c
					
				
					 291 changed files with 27277 additions and 11364 deletions
				
			
		| 
						 | 
				
			
			@ -14,7 +14,7 @@ use Sys::Hostname;
 | 
			
		|||
use Cwd;
 | 
			
		||||
use Time::Local;
 | 
			
		||||
 | 
			
		||||
my $Version = '$Revision: 1866 $';
 | 
			
		||||
my $Version = '$Revision: 1904 $';
 | 
			
		||||
 | 
			
		||||
my $myhost = hostname;
 | 
			
		||||
chomp($myhost);
 | 
			
		||||
| 
						 | 
				
			
			@ -266,8 +266,8 @@ sub make {
 | 
			
		|||
 | 
			
		||||
sub maketest {
 | 
			
		||||
        # Tests
 | 
			
		||||
        print LOG "LANG=C make test-debug 2>&1\n";
 | 
			
		||||
        open( MAKE, "LANG=C make test-debug && make install DESTDIR=$TmpDir/tinderbox_build.$$ && make install-strip DESTDIR=$TmpDir/tinderbox_build2.$$ 2>&1 |");
 | 
			
		||||
        print LOG "LANG=C make test 2>&1\n";
 | 
			
		||||
        open( MAKE, "LANG=C make test && make install DESTDIR=$TmpDir/tinderbox_build.$$ && make install-strip DESTDIR=$TmpDir/tinderbox_build2.$$ 2>&1 |");
 | 
			
		||||
	while ( <MAKE> ) {
 | 
			
		||||
		print $_;
 | 
			
		||||
		print LOG $_;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue