src: remove nc0 and nc1
authorJean Privat <jean@pryen.org>
Thu, 23 Jul 2009 22:36:19 +0000 (18:36 -0400)
committerJean Privat <jean@pryen.org>
Thu, 23 Jul 2009 22:50:18 +0000 (18:50 -0400)
Now nc starts from c_src/nitc instead of bin/nitc.
Rationale is that one wants to check that the compiler can really bootstrap.

Signed-off-by: Jean Privat <jean@pryen.org>

src/nc
src/nc0 [deleted symlink]
src/nc1 [deleted symlink]

diff --git a/src/nc b/src/nc
index 8060070..798862d 100755 (executable)
--- a/src/nc
+++ b/src/nc
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-NITC="../bin/nitc"
+NITC="../c_src/nitc"
 NITCOPTS= #"-I parser -I metamodel -I syntax -I compiling -I tmp"
 
 name=`basename $0`
 case $name in
        nc) opts="";;
-       nc0) opts="-p 0"; NITC="../c_src/nitc";;
-       nc1) opts="-p 1"; NITC="./nitc_0";;
        nc2) opts="-p 2"; NITC="./nitc";;
        nc3) opts="-p 3"; NITC="./nitc_2";;
        nc4) opts="-p 4"; NITC="./nitc_3";;
diff --git a/src/nc0 b/src/nc0
deleted file mode 120000 (symlink)
index decddd6..0000000
--- a/src/nc0
+++ /dev/null
@@ -1 +0,0 @@
-nc
\ No newline at end of file
diff --git a/src/nc1 b/src/nc1
deleted file mode 120000 (symlink)
index decddd6..0000000
--- a/src/nc1
+++ /dev/null
@@ -1 +0,0 @@
-nc
\ No newline at end of file