On 2020/5/19 10:50 PM, Andreas Schwab wrote: > On Mai 19 2020, Chung-Lin Tang wrote: > >> Do you mean that an include target is automatically re-made? > > Yes. The glibc makefiles already make use of that feature extensively. > > Andreas. Thanks for the tip. I've updated that part of the patch (now dubbed v2.1), this time using a make rule for the Makefile fragment, and a small fix to the Python script to use os.makedirs instead of os.mkdir for subdirectory creation (the make rule change revealed a race bug there) Thanks, Chung-Lin