]> xenbits.xensource.com Git - seabios.git/commitdiff
build: Minor - fix comments referring to old tools/ directory.
authorKevin O'Connor <kevin@koconnor.net>
Wed, 11 Jun 2014 19:40:04 +0000 (15:40 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Wed, 11 Jun 2014 20:22:56 +0000 (16:22 -0400)
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
scripts/acpi_extract_preprocess.py
scripts/checkstack.py
scripts/layoutrom.py
scripts/readserial.py

index 6ef7df0f91a346847a3676f82ff5790bbc0a61cf..2698118406d97c164783335c7fb6cbfa6239183b 100755 (executable)
@@ -6,7 +6,7 @@
 # Read a preprocessed ASL listing and put each ACPI_EXTRACT
 # directive in a comment, to make iasl skip it.
 # We also put each directive on a new line, the machinery
-# in tools/acpi_extract.py requires this.
+# in scripts/acpi_extract.py requires this.
 
 import re
 import sys
index 62fef362f43d283dfb51b3d734205c198e37cf34..e86a649b468a97ad69109203257d821dbefac98f 100755 (executable)
@@ -7,7 +7,7 @@
 # This file may be distributed under the terms of the GNU GPLv3 license.
 
 # Usage:
-#   objdump -m i386 -M i8086 -M suffix -d out/rom16.o | tools/checkstack.py
+#   objdump -m i386 -M i8086 -M suffix -d out/rom16.o | scripts/checkstack.py
 
 import sys
 import re
index 0fbec25e29971fab23dc1f7f6fa27d9047918efd..2454920892a324e394bf77ee826396a00376fe62 100755 (executable)
@@ -10,7 +10,7 @@ import sys
 
 # LD script headers/trailers
 COMMONHEADER = """
-/* DO NOT EDIT!  This is an autogenerated file.  See tools/layoutrom.py. */
+/* DO NOT EDIT!  This is an autogenerated file.  See scripts/layoutrom.py. */
 OUTPUT_FORMAT("elf32-i386")
 OUTPUT_ARCH("i386")
 SECTIONS
index 4f29648d24ddbf1880ee3c75d36fb63387d379eb..3333e843a1c85486cccc5cac41986210dd2904ae 100755 (executable)
@@ -6,7 +6,7 @@
 # This file may be distributed under the terms of the GNU GPLv3 license.
 
 # Usage:
-#   tools/readserial.py /dev/ttyUSB0 115200
+#   scripts/readserial.py /dev/ttyUSB0 115200
 
 import sys
 import time