about summary refs log tree commit diff
path: root/src/etc/tidy.py
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-11-19 15:20:12 -0800
committerAlex Crichton <alex@alexcrichton.com>2016-02-11 10:42:28 -0800
commit046e6874c47ec55e23b7a566bca51d2920562485 (patch)
tree6775c618f253d3851738f8d5572f204c0ec7db8d /src/etc/tidy.py
parenta91ff1c9d1842918329ef7a81afd3848854d53c7 (diff)
downloadrust-046e6874c47ec55e23b7a566bca51d2920562485.tar.gz
rust-046e6874c47ec55e23b7a566bca51d2920562485.zip
Add a Cargo-based build system
This commit is the start of a series of commits which start to replace the
makefiles with a Cargo-based build system. The aim is not to remove the
makefiles entirely just yet but rather just replace the portions that invoke the
compiler to do the bootstrap. This commit specifically adds enough support to
perform the bootstrap (and all the cross compilation within) along with
generating documentation.

More commits will follow up in this series to actually wire up the makefiles to
call this build system, so stay tuned!
Diffstat (limited to 'src/etc/tidy.py')
-rw-r--r--src/etc/tidy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/tidy.py b/src/etc/tidy.py
index 942793adc31..fd3f4bf0b13 100644
--- a/src/etc/tidy.py
+++ b/src/etc/tidy.py
@@ -147,7 +147,7 @@ try:
                         report_err("snapshot out of date (" + date
                             + "): " + line)
                 else:
-                    if "SNAP" in line:
+                    if "SNAP " in line:
                         report_warn("unmatched SNAP line: " + line)
 
             if cr_flag in line: