Whamcloud - gitweb
If the .c and .h file already exist, and they have not changed, use the
authorTheodore Ts'o <tytso@mit.edu>
Fri, 6 May 2005 13:42:34 +0000 (09:42 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 6 May 2005 13:42:34 +0000 (09:42 -0400)
commit153b4495c1bdf38e84f75986563dbae336000fad
tree805456dd4d9b4c6e3ffd943f1666c9b500fcd132
parent75e93ab0975f042edc25dde6f5d9496360207a94
If the .c and .h file already exist, and they have not changed, use the
original versions of the files, so as to avoid rebuilding files when not
necessary.  Also fixes a potential SMP/Parallel build problem when one
make process runs compile_et to generate the .h file, and a partially
generated .c file is compiled by another make process.  (Addresses
Sourceforge Bug: #1157933)
lib/et/compile_et.sh.in
lib/et/et_c.awk
lib/et/et_h.awk