Hello:

    Your first versions look good, I just wish I could run Linux under
them. :)   I was looking at the Makefiles and I saw that the main one
directly told it to run make.  I am running freebsd 3.2 and none of it
will compile if I run make.  It's because of the -C flag I think.
Anyhow, the following patch will use whichever is specified on the
command line I believe.  I think that would be better???

Darren Wiebe
[EMAIL PROTECTED]

*** Makefile Wed Aug 18 09:15:45 1999
--- Makefile.new Wed Aug 18 09:15:13 1999
***************
*** 19,27 ****


  all:
!  make -C user
!  make -C kernel

  clean:
!  make -C user clean
!  make -C kernel clean
--- 19,27 ----


  all:
!  ${MAKE} -C user
!  ${MAKE} -C kernel

  clean:
!  ${MAKE} -C user clean
!  ${MAKE} -C kernel clean

Reply via email to