Tomas Hruby ee4cff8d66 2 copies of taskcall.c removed
- taskcall.c is 3x in the trunk as part of libc, libsysutil and
  libsys.  It should be only part of libsys.

- only system process should be linked with libsys, therefore using
  raw _taskcall() in service.c is replaced by _syscall()

- the same for minix_rs.c

- lib/other/sys_eniop.c can go without replacement as it is part of
  syslib
2010-01-25 14:22:09 +00:00
..
2009-12-24 20:22:41 +00:00
2010-01-08 07:27:54 +00:00
2010-01-25 14:22:09 +00:00
2009-09-21 14:44:35 +00:00
2010-01-05 19:39:27 +00:00
2010-01-19 21:24:42 +00:00
2010-01-25 14:22:09 +00:00
2009-09-21 14:42:13 +00:00

make depend  - find dependencies of ack libraries
make all     - compile ack libraries
make install - compile and install ack libraries

make depend-gnu  - find dependencies of gnu libraries
make all-gnu     - compile gnu libraries
make install-gnu - compile and install gnu libraries