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]
|
sub eax,[time+4]
|
||||||
sbb edx,[time+0]
|
sbb edx,[time+0]
|
||||||
ret
|
ret
|
||||||
|
|
||||||
|
@@ -14,4 +14,4 @@ foreach my $filename (glob "bn*.c") {
|
|||||||
close SRC or die "Error closing $filename after reading: $!";
|
close SRC or die "Error closing $filename after reading: $!";
|
||||||
}
|
}
|
||||||
print OUT "\n/* EOF */\n";
|
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.
|
To use the pretty graphs you have to first build/run the ltmtest from the root directory of the package.
|
||||||
Todo this type
|
Todo this type
|
||||||
|
|
||||||
make timing ; ltmtest
|
make timing ; ltmtest
|
||||||
|
|
||||||
@@ -10,4 +10,4 @@ them all :-)
|
|||||||
|
|
||||||
Have fun
|
Have fun
|
||||||
|
|
||||||
Tom
|
Tom
|
||||||
|
@@ -32,4 +32,4 @@ pdfes: sliding_window.pdf expt_state.pdf primality.pdf design_process.pdf
|
|||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf *.ps *.pdf .xvpics
|
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 "Compiled approximately $filesbuilt files and $lines lines of code.\n";
|
||||||
print "Doing final make (building archive...)\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";
|
!system("make > /dev/null 2>/dev/null") or die "\nERROR: Failed to perform last make command!!!\n";
|
||||||
print "done.\n";
|
print "done.\n";
|
||||||
|
@@ -5,4 +5,4 @@
|
|||||||
\pard\tx1440\tx2880\tx4320\tx5760\tx7200\ql\qnatural
|
\pard\tx1440\tx2880\tx4320\tx5760\tx7200\ql\qnatural
|
||||||
|
|
||||||
\f0\fs28 \cf0 Welcome to the Heimdal Installation Program.\
|
\f0\fs28 \cf0 Welcome to the Heimdal Installation Program.\
|
||||||
}
|
}
|
||||||
|
@@ -37,4 +37,4 @@ SUBDIRS=sdk
|
|||||||
# Note: the assembly directory is built as a child of the \lib
|
# Note: the assembly directory is built as a child of the \lib
|
||||||
# directory since the application manifest is required at that point.
|
# directory since the application manifest is required at that point.
|
||||||
|
|
||||||
# The installer directory is built separately at the end of the build.
|
# The installer directory is built separately at the end of the build.
|
||||||
|
@@ -16,4 +16,4 @@
|
|||||||
newVersion="@krbversion@"/>
|
newVersion="@krbversion@"/>
|
||||||
</dependentAssembly>
|
</dependentAssembly>
|
||||||
</dependency>
|
</dependency>
|
||||||
</assembly>
|
</assembly>
|
||||||
|
@@ -49,4 +49,4 @@
|
|||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
</Module>
|
</Module>
|
||||||
</Wix>
|
</Wix>
|
||||||
|
@@ -62,4 +62,4 @@ while true ; do
|
|||||||
echo "Have waited $t seconds"
|
echo "Have waited $t seconds"
|
||||||
done
|
done
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
Reference in New Issue
Block a user