src: update mkcsrc
authorJean Privat <jean@pryen.org>
Thu, 11 Dec 2014 02:51:40 +0000 (21:51 -0500)
committerJean Privat <jean@pryen.org>
Thu, 11 Dec 2014 14:18:26 +0000 (09:18 -0500)
Signed-off-by: Jean Privat <jean@pryen.org>

src/full_boostrap
src/mkcsrc

index aa6046b..73b5dbe 100755 (executable)
@@ -4,8 +4,8 @@ set -x
 # Check c_src is up-to-date
 make -C ../c_src
 
-# Compile nitg
-time ../c_src/nitg nitg.nit
+# Compile nitc
+time ../c_src/nitg nitc.nit
 
 # delete old c_src
 rm -rf ../c_src
index 7734983..de71f37 100755 (executable)
@@ -1,9 +1,9 @@
 #!/bin/sh
 
-# Regeneration of c_src from the current nitg
+# Regeneration of c_src from the current nitc
 
 rm -r ../c_src
-./nitg nith.nit --semi-global --compile-dir ../c_src --output ../c_src/nitg --no-cc
+./nitc nith.nit --semi-global --compile-dir ../c_src --output ../c_src/nitg --no-cc
 
 # Remove old compilation flags
 sed -i -e 's/OLDNITCOPT=.*/OLDNITCOPT=/' Makefile