summaryrefslogtreecommitdiff
path: root/util/getdate.sh
blob: 8099b398e88a05823a6ff296eadd7b2318011490 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash
#
# Copyright (c) 2014 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
#
# Generate build date information for the EC binary

echo "/* This file is generated by util/getdate.sh */"

echo "/* DATE is used to form build info string in common/version.c. */"
echo "#define DATE \"$(date '+%F %T')\""