diff options
| author | Tanya Lattner <tonic@nondot.org> | 2008-06-09 07:14:31 +0000 |
|---|---|---|
| committer | Tanya Lattner <tonic@nondot.org> | 2008-06-09 07:14:31 +0000 |
| commit | d18ce727e138864c6f40d75924fe0e91e8e454c0 (patch) | |
| tree | 6aa729dfe128ce4591368b071acc097d29efac89 /llvm/docs/CommandGuide | |
| parent | 7f39fb522b7eb1da03f41407375baba25eaf0d34 (diff) | |
| download | bcm5719-llvm-d18ce727e138864c6f40d75924fe0e91e8e454c0.tar.gz bcm5719-llvm-d18ce727e138864c6f40d75924fe0e91e8e454c0.zip | |
Create dirs as needed.
llvm-svn: 52131
Diffstat (limited to 'llvm/docs/CommandGuide')
| -rw-r--r-- | llvm/docs/CommandGuide/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/Makefile b/llvm/docs/CommandGuide/Makefile index a2953512b81..cf77e6a33db 100644 --- a/llvm/docs/CommandGuide/Makefile +++ b/llvm/docs/CommandGuide/Makefile @@ -23,6 +23,12 @@ all:: html man ps clean: rm -f pod2htm*.*~~ $(HTML) $(MAN) $(PS) + +# To create other directories, as needed, and timestamp their creation +%/.dir: + -mkdir $* > /dev/null + date > $@ + else # Otherwise, if not in BUILD_FOR_WEBSITE mode, use the project info. |

