7 Commits (bd80d6bc6b391dc354df77f1f45673d29e339b18)

Author SHA1 Message Date
Hamish Coleman 2fdb758f6b BUG: repeated failing makes could generate bad output.
This is a quick fix to address two issues:

* Firstly, if the mec-tools mec_encrypt binary cannot be compiled,
gcc still produces an output file - it is a non executable "precompiled
header" file.  I assume there is a bug in the mec-tools makefile
logic, which I will look for later.

* Secondly, because I am using stdout for file generation, many commands
will still produce an output file even when they fail.  This output file
then looks "good" to the make command, which will carry on to do the
next step.

Since fixing the failed commands in my Makefile makes things more robust
in general, it also avoids the compile issue with the mec-tools.
8 years ago
Hamish Coleman bf0c946300 Add a bootable ISO image target for x230 9 years ago
Hamish Coleman decadfa3f3 Add image extractor for w530 9 years ago
Hamish Coleman 9b5935c3b9 Continue to make filenames more consistant, and ignore the generated outputs 9 years ago
Hamish Coleman 3da223eb98 Ignore some more generated output 9 years ago
Hamish Coleman 92fe4b9ee0 Add a simple EC image extractor 9 years ago
Hamish Coleman a4f00201d1 Add ISO downloader 9 years ago