[eros-cvs] cvs commit: eros/src/tutorial/hello-small Makefile hello.c imgmap

Charles Landau clandau@macslab.com
Sun, 05 Aug 2001 14:56:33 -0700


<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
I am now unable to build hello-small, because I have neither hello-small.html
nor hello-small.xml.

Also, I was unable to run tests/func/proccre_test and tests/perf/nullkey (they get "No IPL Key!" and "Rescinded thread!").

I was able to run tutorial/hello-large, but the advertised twiddle etc. are absent.

shap@eros.cs.jhu.edu wrote:

shap        01/08/04 02:21:38

  Modified:    src/tutorial/hello-small Makefile hello.c imgmap
  Log:
  Revise cap regs and unnecessary defines

Revision  Changes    Path
1.2       +2 -1      eros/src/tutorial/hello-small/Makefile

Index: Makefile
===================================================================
RCS file: /cvs/eros/src/tutorial/hello-small/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile    2001/05/23 17:13:42     1.1
+++ Makefile    2001/08/04 06:21:38     1.2
@@ -26,13 +26,14 @@
 EROS_SRC=../..
 include $(EROS_SRC)/build/lib/make/makevars.mk

+DOCS=hello-small.html
 TARGETS=hello
 OBJECTS=hello.o

 include $(EROS_SRC)/build/lib/make/makerules.mk
 include ../tutorial.mk

-install all: $(TARGETS)
+install all: $(TARGETS) $(DOCS)

 hello: hello.o $(DOMLIB) $(DOMCRT0)
        $(DOMLINK) $(DOMLINKOPT) -o hello $(DOMCRT0) hello.o -lsmall $(DOMLIB)