From: Arun Thomas Date: Mon, 8 Aug 2011 12:04:58 +0000 (+0200) Subject: bsd.prog.mk: skip 'install -S' rule for GCC/clang X-Git-Tag: v3.2.0~380 X-Git-Url: http://zhaoyanbai.com/repos/man.dnssec-checkds.html?a=commitdiff_plain;h=4dece73bf0df2ce0fb19c0928f6886d381fdff9d;p=minix.git bsd.prog.mk: skip 'install -S' rule for GCC/clang --- diff --git a/share/mk/bsd.prog.mk b/share/mk/bsd.prog.mk index 715d16fba..a1b30e1b7 100644 --- a/share/mk/bsd.prog.mk +++ b/share/mk/bsd.prog.mk @@ -381,7 +381,7 @@ cleanextra: .PHONY ${TARGETS}: # ensure existence ###### Minix rule to set up mem allocations for boot image services -.if defined(INSTALLFLAGS) +.if defined(INSTALLFLAGS) && ${COMPILER_TYPE} == "ack" all: .PHONY memalloc memalloc: realall