diff options
author | Björn Gustavsson <[email protected]> | 2011-06-29 08:09:21 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2011-08-08 11:59:11 +0200 |
commit | 795f6ab3029b22f8ca3bc633d615d0843fb6f7e3 (patch) | |
tree | 6381b8c0361eaa00ae9fe03d0bd18c1434105aff /TAR.include | |
parent | 8d3a2dfa646ab2ceb41905c673adb15e57bf9cfd (diff) | |
download | otp-795f6ab3029b22f8ca3bc633d615d0843fb6f7e3.tar.gz otp-795f6ab3029b22f8ca3bc633d615d0843fb6f7e3.tar.bz2 otp-795f6ab3029b22f8ca3bc633d615d0843fb6f7e3.zip |
megaco/src/flex/Makefile.in: Support parallel make
Make sure that directories are created before they are used.
I tried to use order-only prerequisites to create the directories,
but run into two problems: First, order-only prerequisites are
only implemented in Make 3.80 and later. Second, on a computer
running Solaris/Intel 2.8 (with Make 3.80), order-only prerequisites
seemed to work like ordinary prerequisites, causing targets to
be re-built if the timestamp for the directory changed.
Therefore, using a shell command to run mkdir seems to be the
more portable solution.
Diffstat (limited to 'TAR.include')
0 files changed, 0 insertions, 0 deletions