diff options
author | Diego E. 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2009-01-19 17:20:18 +0100 |
---|---|---|
committer | Diego E. 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2009-01-19 17:20:18 +0100 |
commit | 348c2cab712203f23310b56952d9b42284af8482 (patch) | |
tree | 774d4cd7c5b54a0087abd9c073a3b7a822b8fc6b /LGPL | |
parent | 5793f93350dd8f29b7bc97eb1ad38873e4ecebde (diff) |
Create only the directory the current target should be created into.
With this change, instead of running multiple `mkdir -p` commands in all
the rules for all the generated definition files, only the call for the
current generated file is executed.
Not only it should shorten build time (especially for parallel make) but it
also fixes out-of-tree builds when new directories are added.
The $(dir $@) construct is GNU make-specific, but the rest of the
buildsystem is already GNU make-dependent so there should be no problem.
Diffstat (limited to 'LGPL')
0 files changed, 0 insertions, 0 deletions