]> Zhao Yanbai Git Server - minix.git/commitdiff
mm -> pm fixes
authorBen Gras <ben@minix3.org>
Wed, 4 May 2005 09:28:37 +0000 (09:28 +0000)
committerBen Gras <ben@minix3.org>
Wed, 4 May 2005 09:28:37 +0000 (09:28 +0000)
CTRL nitpick in setup ;)

un-executable scripts fixes

commands/bc/Makefile
commands/ibm/postmort.c
commands/ibm/sdump.c
commands/scripts/setup.sh

index b04f1c641016fa51fa5dfbda38a9193159cb8a51..bf47a38a40f9ddf18fc0a6706a6dac87c07bf757 100755 (executable)
@@ -39,7 +39,7 @@ sbc: sbc.o $(OFILES) global.o
 math.h: libmath.b
        $(MAKE) -$(MAKEFLAGS) fbc
        ./fbc -c libmath.b </dev/null >math.h
-       ./fix_math.h
+       /bin/sh ./fix_math.h
        rm -f ./fbc
 
 fbc: $(OFILES) bc.o
index b113c4ceee2423a3fc73e213430c3b1cdf9af8f5..3592013d8a41fbb043b257bcdfe3aebfa7fb03a9 100755 (executable)
@@ -37,7 +37,7 @@
 #include "../../kernel/type.h"
 #include "../../kernel/proc.h"
 #undef printf                  /* kernel's const.h defined this */
-#include "../../servers/mm/mproc.h"
+#include "../../servers/pm/mproc.h"
 
 #include <a.out.h>
 #include <ctype.h>
index 074f848c7236683afe7cab5cdbe14158a47d92fb..e6206da20241129d934bb56aa54a709ed7cbe48a 100755 (executable)
@@ -10,9 +10,9 @@
 
 #undef EXTERN
 #define EXTERN
-#include "../../servers/mm/const.h"
-#include "../../servers/mm/type.h"
-#include "../../servers/mm/mproc.h"
+#include "../../servers/pm/const.h"
+#include "../../servers/pm/type.h"
+#include "../../servers/pm/mproc.h"
 #include "../../kernel/const.h"
 #include "../../kernel/type.h"
 #include "../../kernel/proc.h"
index d0eef9f4b5cde147b4916657e322143749fda28c..b58da53e3ee06178831fca0ae2d0dae2a1bcef86 100755 (executable)
@@ -130,7 +130,7 @@ esac
 echo -n "\
 This is the Minix installation script.
 
-Note 1: If the screen blanks suddenly then hit control+F3 to select \"software
+Note 1: If the screen blanks suddenly then hit CTRL+F3 to select \"software
        scrolling\".
 
 Note 2: If things go wrong then hit DEL and start over.