[eros-cvs] cvs commit: eros/src/base/tests/func/i486/pcconsole imgmap

shap@eros.cs.jhu.edu shap@eros.cs.jhu.edu
Wed, 28 Nov 2001 15:22:15 -0500


shap        01/11/28 15:22:15

  Modified:    src/base/tests/func/directory_test imgmap
               src/base/tests/func/i486/pcconsole imgmap
  Log:
  Patch to build in subdirs

Revision  Changes    Path
1.7       +2 -2      eros/src/base/tests/func/directory_test/imgmap

Index: imgmap
===================================================================
RCS file: /cvs/eros/src/base/tests/func/directory_test/imgmap,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- imgmap	2001/11/15 04:19:08	1.6
+++ imgmap	2001/11/28 20:22:15	1.7
@@ -42,8 +42,8 @@
 
 dirtest = new process with constituents;
 
-dirtest pc = symbol "dirtest" _start;
-dirtest space = small program "dirtest";
+dirtest pc = symbol BUILDDIR "dirtest" _start;
+dirtest space = small program BUILDDIR "dirtest";
 dirtest schedule = sched(8);    /* normal */
 dirtest symtab = number ("dirtest");
 



1.2       +2 -2      eros/src/base/tests/func/i486/pcconsole/imgmap

Index: imgmap
===================================================================
RCS file: /cvs/eros/src/base/tests/func/i486/pcconsole/imgmap,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- imgmap	2001/07/25 04:51:53	1.1
+++ imgmap	2001/11/28 20:22:15	1.2
@@ -29,8 +29,8 @@
 
 pcconsole = new process;
 
-pcconsole space = small program "pcconsole";
-pcconsole pc = symbol "pcconsole" _start;
+pcconsole space = small program BUILDDIR "pcconsole";
+pcconsole pc = symbol BUILDDIR "pcconsole" _start;
 pcconsole schedule = sched(8);
 
 CONSTIT(pcconsole, KC_OSTREAM, 3) = misc Console;