From: Philipp Hachtmann Date: Sat, 18 Jan 2014 14:54:34 +0000 (+0100) Subject: global: Small fixes to asm scripts ("==" problem) X-Git-Url: http://gitweb.hachti.de/?p=h316.git;a=commitdiff_plain;h=2a870fd89ede4531ea999dc3d8fe81f8986b1196 global: Small fixes to asm scripts ("==" problem) Small fixes and some cleanup Signed-off-by: Philipp Hachtmann --- diff --git a/bin/asm b/bin/asm index 0fabd8d..03336f9 100755 --- a/bin/asm +++ b/bin/asm @@ -9,7 +9,7 @@ fi echo -en "Assembler: Translating \"$1\":" for n in $*; do - if [ $n == "/v" ]; then + if [ $n = "/v" ]; then VERBOSE=yes fi done @@ -38,7 +38,7 @@ go quit EOF -if [ "$VERBOSE" == "yes" ]; then +if [ "$VERBOSE" = "yes" ]; then h316 $name.go else h316 $name.go > /dev/null diff --git a/bin/asm_original b/bin/asm_original index bc3f959..d173211 100755 --- a/bin/asm_original +++ b/bin/asm_original @@ -9,7 +9,7 @@ fi echo -en "Assembler (Original): Translating \"$1\":" for n in $*; do - if [ $n == "/v" ]; then + if [ $n = "/v" ]; then VERBOSE=yes fi done @@ -39,7 +39,7 @@ go quit EOF -if [ "$VERBOSE" == "yes" ]; then +if [ "$VERBOSE" = "yes" ]; then h316 $name.go else h316 $name.go > /dev/null diff --git a/lib/fortran/vpunch-help/font_8x16.o b/lib/fortran/vpunch-help/font_8x16.o deleted file mode 100644 index 7d26e09..0000000 Binary files a/lib/fortran/vpunch-help/font_8x16.o and /dev/null differ diff --git a/lib/fortran/vpunch-help/use b/lib/fortran/vpunch-help/use deleted file mode 100755 index 6add22f..0000000 Binary files a/lib/fortran/vpunch-help/use and /dev/null differ diff --git a/lib/fortran/vpunch-help/use.o b/lib/fortran/vpunch-help/use.o deleted file mode 100644 index bce21ca..0000000 Binary files a/lib/fortran/vpunch-help/use.o and /dev/null differ diff --git a/obj b/obj deleted file mode 120000 index f68117e..0000000 --- a/obj +++ /dev/null @@ -1 +0,0 @@ -/home/hachti/h316/honeywell/obj/setsiz.obj \ No newline at end of file diff --git a/pc-tools/ldc2/src/data_block_0_0.cpp~ b/pc-tools/ldc2/src/data_block_0_0.cpp~ deleted file mode 100644 index e69de29..0000000 diff --git a/pc-tools/ldc2/src/data_block_0_0.hh~ b/pc-tools/ldc2/src/data_block_0_0.hh~ deleted file mode 100644 index e69de29..0000000