Misc last newline fixes
Originally by Christos Zoulas.
This commit is contained in:

committed by
Viktor Dukhovni

parent
8e5e8aacbc
commit
4c64231430
@@ -34,4 +34,4 @@ _t_read:
|
||||
sub eax,[time+4]
|
||||
sbb edx,[time+0]
|
||||
ret
|
||||
|
||||
|
||||
|
@@ -14,4 +14,4 @@ foreach my $filename (glob "bn*.c") {
|
||||
close SRC or die "Error closing $filename after reading: $!";
|
||||
}
|
||||
print OUT "\n/* EOF */\n";
|
||||
close OUT or die "Error closing mpi.c after writing: $!";
|
||||
close OUT or die "Error closing mpi.c after writing: $!";
|
||||
|
@@ -1,5 +1,5 @@
|
||||
To use the pretty graphs you have to first build/run the ltmtest from the root directory of the package.
|
||||
Todo this type
|
||||
To use the pretty graphs you have to first build/run the ltmtest from the root directory of the package.
|
||||
Todo this type
|
||||
|
||||
make timing ; ltmtest
|
||||
|
||||
@@ -10,4 +10,4 @@ them all :-)
|
||||
|
||||
Have fun
|
||||
|
||||
Tom
|
||||
Tom
|
||||
|
@@ -32,4 +32,4 @@ pdfes: sliding_window.pdf expt_state.pdf primality.pdf design_process.pdf
|
||||
|
||||
clean:
|
||||
rm -rf *.ps *.pdf .xvpics
|
||||
|
||||
|
||||
|
@@ -63,4 +63,4 @@ printf("\nFinished building source (%d seconds, %3.2f files per second).\n", tim
|
||||
print "Compiled approximately $filesbuilt files and $lines lines of code.\n";
|
||||
print "Doing final make (building archive...)\n";
|
||||
!system("make > /dev/null 2>/dev/null") or die "\nERROR: Failed to perform last make command!!!\n";
|
||||
print "done.\n";
|
||||
print "done.\n";
|
||||
|
Reference in New Issue
Block a user