From 5d9ea3c87f821f0ca101be462fdea47a7eba7600 Mon Sep 17 00:00:00 2001 From: sassembla Date: Sun, 6 Jan 2013 01:37:43 +0900 Subject: [PATCH 1/2] add ignores --- .gitignore | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000000..145b345b3a50 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ + +autom4te.cache/* + +build/* + +lib/* +test/files/codelib/* + +tools/push.jar + +config.log + +config.status + +configure + +src/llvm/library/scala/ffi/ctypes.scala + +test/files/lib/* +test/files/speclib/instrumented.jar From a3cee312207f5ba17448511a8b32d0e1aec129a3 Mon Sep 17 00:00:00 2001 From: sassembla Date: Sun, 6 Jan 2013 01:38:16 +0900 Subject: [PATCH 2/2] remove swing from build.xml for build with Scala 2.10 --- build.xml | 39 ++------------------------------------- 1 file changed, 2 insertions(+), 37 deletions(-) diff --git a/build.xml b/build.xml index 37acab5bdc75..7b46ca848efc 100644 --- a/build.xml +++ b/build.xml @@ -1,5 +1,6 @@ + SuperSabbus for Scala core, builds the scala library and compiler. It can also package it as a simple distribution, tests it for stable bootstrapping and against the Scala test suite. @@ -575,7 +576,6 @@ QUICK BUILD (QUICK) - @@ -627,15 +627,6 @@ QUICK BUILD (QUICK) - - - - @@ -951,7 +942,6 @@ PACKED QUICK BUILD (PACK) - @@ -960,11 +950,7 @@ PACKED QUICK BUILD (PACK) - - - - - + @@ -1119,7 +1105,6 @@ BOOTSTRAPPING BUILD (STRAP) - @@ -1171,15 +1156,6 @@ BOOTSTRAPPING BUILD (STRAP) - - - - @@ -1598,7 +1574,6 @@ DOCUMENTATION - @@ -1620,7 +1595,6 @@ DOCUMENTATION - @@ -1960,8 +1934,6 @@ DISTRIBUTION - @@ -1981,9 +1953,6 @@ DISTRIBUTION - - - @@ -2064,7 +2033,6 @@ STABLE REFERENCE (STARR) - @@ -2158,9 +2126,6 @@ POSITIONS - - -