Makefiles updated to exit if an error occurs in a sub-directory make

(including if user presses ^C)
This commit is contained in:
Paul C. Sutton
1999-01-01 12:51:11 +00:00
parent 8f3e97bac3
commit 56ee3117a5
3 changed files with 26 additions and 23 deletions

View File

@@ -5,6 +5,9 @@
Changes between 0.9.1c and 0.9.2
*) Makefiles updated to exit if an error occurs in a sub-directory
make (including if user presses ^C) [Paul Sutton]
*) Make Montgomery context stuff explicit in RSA data structure.
[Ben Laurie]