diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-11-29 15:51:18 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-11-29 16:25:14 +0100 |
commit | 7e208c8d03d60c61d3814a0e07ef43733d773de6 (patch) | |
tree | fb3e39f5a7e030419ea93fd01e804c0777541ef3 /.gitignore | |
parent | bb84b1d130c18b39fa43ca7cca4308533b4ea29a (diff) | |
download | gnutls-7e208c8d03d60c61d3814a0e07ef43733d773de6.tar.gz |
tools: use stamp files to allow parallel build of autogen files
Autogen seems to output on the creates files gradually, something that
makes 'make' believe that the command is complete prior to the output
file being fully populated. The current approach uses stamp files to
ensure that no incomplete files are used for compilation.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ee1a33bf9d..857238a532 100644 --- a/.gitignore +++ b/.gitignore @@ -948,3 +948,4 @@ tests/pkcs11-privkey-export tests/dtls1-2-mtu-check doc/gendocs_template_min build/ +src/*.stamp |