[PATCHES intro] Cleanup: Makefile.in: Get `make -j' working, among other things

Michael Witten mfwitten at gmail.com
Wed Jul 12 04:35:48 AWST 2017


This is a continuation of my last patch series:

  [3] Clean up: Makefile.in: Correct the prerequisites
  [4] Clean up: Now that `make -j' works, remove `default_options.h'

Together, they make the overall changes:

 .gitignore              |   1 +
 Makefile.in             |  64 ++++---
 default_options.h       | 466 ------------------------------------------------
 libtomcrypt/Makefile.in |   6 +
 libtommath/Makefile.in  |   5 +-
 5 files changed, 51 insertions(+), 491 deletions(-)
 delete mode 100644 default_options.h

Save these patches to a directory:

  /path/to/patches

and then apply them as follows:

  git am /path/to/patches/*

Sincerely,
Michael Witten


More information about the Dropbear mailing list