summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2012-10-17 18:21:21 +0000
committerDaniel Dunbar <daniel@zuster.org>2012-10-17 18:21:21 +0000
commit3ecda6189a53400da2e342bac5571bfa63022da3 (patch)
treece3fe5167ef29a3573ab333e050e336457262338 /Makefile
parentde55be3899b994731ba2d9e168281d608dab3048 (diff)
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a96c692b3..aea6b8878 100644
--- a/Makefile
+++ b/Makefile
@@ -92,7 +92,7 @@ test:
%/.dir:
$(Summary) " MKDIR: $*"
$(Verb) $(MKDIR) $* > /dev/null
- $(Verb) $(DATE) > $@
+ $(Verb) echo 'Created.' > $@
# Remove directories
%/.remove: