CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Updated README and .gitignore file
authorJose V Beneyto <jose.beneyto@eslife.es>
Sat, 29 Nov 2014 22:08:34 +0000 (22:08 +0000)
committerJose V Beneyto <jose.beneyto@eslife.es>
Sat, 29 Nov 2014 22:08:34 +0000 (22:08 +0000)
.gitignore
README

index f3dec6ad603199b0ccbee0db0d8faac0113fe271..dcd7aefe19be00d9f70c87369c6044ec7754534f 100644 (file)
@@ -1,3 +1,4 @@
 clfs/
 crosstools/
 work/
+*~
diff --git a/README b/README
index 1665103bdbdd1223c8bd898f153208295f62bd47..2de25abb65eb479384e91f559c4327056332ad5a 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,9 @@
-To compile the last toolchain just do:
 
-$ git branch 3.0 origin/3.0
-$ git checkout 3.0
+README for toolchain
+
+
+To compile the lastest toolchain:
 $ make
+
+Log to a file would be useful:
+$ make 2>&1 | tee make.log