From: Arun Thomas Date: Wed, 2 Nov 2011 17:46:06 +0000 (+0100) Subject: Install servers in GCC/clang case X-Git-Tag: v3.2.0~279 X-Git-Url: http://zhaoyanbai.com/repos//%22http:/www.isc.org/%22?a=commitdiff_plain;h=d134121b09aa04aa5cd43a9c4d30566617eefd9c;p=minix.git Install servers in GCC/clang case --- diff --git a/tools/Makefile b/tools/Makefile index 1a09c09d6..d8991b713 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -93,8 +93,13 @@ services: includes kernel servers .WAIT drivers kernel: includes $(MAKE) -C ../kernel +.if ${COMPILER_TYPE} == "gnu" +servers: includes + $(MAKE) -C ../servers all install +.else servers: includes $(MAKE) -C ../servers all +.endif drivers: includes servers $(MAKE) -C ../drivers all install