commit | 3ecda6189a53400da2e342bac5571bfa63022da3 | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Wed Oct 17 18:21:21 2012 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Wed Oct 17 18:21:21 2012 +0000 |
tree | ce3fe5167ef29a3573ab333e050e336457262338 | |
parent | de55be3899b994731ba2d9e168281d608dab3048 [diff] [blame] |
build/make: There is no need to put timestamps into .dir files, and it just makes trees less comparable. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@166111 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/Makefile b/Makefile index a96c692..aea6b88 100644 --- a/Makefile +++ b/Makefile
@@ -92,7 +92,7 @@ %/.dir: $(Summary) " MKDIR: $*" $(Verb) $(MKDIR) $* > /dev/null - $(Verb) $(DATE) > $@ + $(Verb) echo 'Created.' > $@ # Remove directories %/.remove: