diff options
| author | Brian Anderson <[email protected]> | 2010-12-24 16:01:42 -0500 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-01-03 11:06:52 -0800 |
| commit | c90d114d36e83ee8b58fc8c3354f9a9b83459437 (patch) | |
| tree | 2be01472414c31f7127ee0da7bcfb960da530e06 /src | |
| parent | Don't attempt to wake tasks that aren't blocked. (diff) | |
| download | rust-c90d114d36e83ee8b58fc8c3354f9a9b83459437.tar.xz rust-c90d114d36e83ee8b58fc8c3354f9a9b83459437.zip | |
Use git log pretty printing arguments that are compatible with older versions of git
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 6b77ac84..37f6aea3 100644 --- a/src/Makefile +++ b/src/Makefile @@ -297,7 +297,7 @@ all: $(CFG_RUSTC) $(MKFILES) $(GENERATED) boot/util/version.ml: Makefile $(CFG_QUIET)git log -1 \ - --format='let version = "prerelease (%h %ci)";;' >$@ || exit 1 + --pretty=format:'let version = "prerelease (%h %ci)";;' >$@ || exit 1 loc: $(CFG_QUIET)wc -l $(BOOT_MLS) $(RUNTIME_CS) $(RUNTIME_HDR) |