summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-11-29 15:51:18 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-11-29 16:25:14 +0100
commit7e208c8d03d60c61d3814a0e07ef43733d773de6 (patch)
treefb3e39f5a7e030419ea93fd01e804c0777541ef3 /.gitignore
parentbb84b1d130c18b39fa43ca7cca4308533b4ea29a (diff)
downloadgnutls-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--.gitignore1
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