aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-10-20 13:31:36 +0200
committerLoïc Hoguin <[email protected]>2015-10-20 13:31:36 +0200
commitfed9ce4ad4561b4542131f5dcc6aede684af2889 (patch)
treeb9b217e4c2f579fd95df79a5d59e8db66f8f7987
parentb483f17ba0116d6f39c30b5437dc2a54941e06d9 (diff)
parentf03a2268c0fec4dde36a77fa59180d409c864a93 (diff)
downloaderlang.mk-fed9ce4ad4561b4542131f5dcc6aede684af2889.tar.gz
erlang.mk-fed9ce4ad4561b4542131f5dcc6aede684af2889.tar.bz2
erlang.mk-fed9ce4ad4561b4542131f5dcc6aede684af2889.zip
Merge branch 'support-nongnu-date' of https://github.com/rabbitmq/erlang.mk
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1af155d..1e838d2 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@ summary:
@touch test/logs/latest.log test/packages/errors.log
-@sort test/packages/errors.log | diff test/logs/latest.log -
@sort test/packages/errors.log > test/logs/latest.log
- @cp test/logs/latest.log "test/logs/$(subst $(empty) $(empty),_,$(shell date --rfc-3339 seconds))"
+ @cp test/logs/latest.log "test/logs/$(shell date '+%F_%T%z')"
search:
@$(MAKE) --no-print-directory \