tools/Makefile: don't install servers (workaround)
. if the build target is invoked again for the install target, the stack sizes aren't set properly. A workaround is to only build and not install the servers. (Installing them doesn't really make sense anyway.)
This commit is contained in:
parent
86a226680b
commit
cf3b75c687
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ kernel: includes
|
||||||
$(MAKE) -C ../kernel
|
$(MAKE) -C ../kernel
|
||||||
|
|
||||||
servers: includes
|
servers: includes
|
||||||
$(MAKE) -C ../servers all install
|
$(MAKE) -C ../servers all
|
||||||
|
|
||||||
drivers: includes servers
|
drivers: includes servers
|
||||||
$(MAKE) -C ../drivers all install
|
$(MAKE) -C ../drivers all install
|
||||||
|
|
Loading…
Reference in a new issue