rename log stuff
[cbimages.git] / Makefile
index 622764c9bbec54702b0c887700740e406eeb1bc5..e2677b990f1bc1b65023de1122c375a32e69610b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -14,9 +14,9 @@ writerom:
 
 newlog:
        cp ../repo/build/coreboot.rom $(DATE)_rom
-       cp ../repo/.config $(DATE)_config
+       cp ../repo/.config $(DATE).config
        stty -F /dev/ttyS0 115200 nl
-       cat /dev/ttyS0 | tee $(DATE)_log
+       cat /dev/ttyS0 | tee $(DATE).log
 
 lastlog:
        vim `ls *_log | sort -rn | head -n1`