From: Ben Gras Date: Fri, 16 Jul 2010 15:40:04 +0000 (+0000) Subject: aal - don't install yourself as ar; must invoke aal explicitly for ack archives. X-Git-Tag: v3.1.8~208 X-Git-Url: http://zhaoyanbai.com/repos/nslookup.html?a=commitdiff_plain;h=a46b8b84d4809cf10f580c60da110e2b81022805;p=minix.git aal - don't install yourself as ar; must invoke aal explicitly for ack archives. To make switching to 'ar' for gcc/clang archives smoother in the future. --- diff --git a/commands/aal/Makefile b/commands/aal/Makefile index 81ada2bf5..44c35dc1d 100644 --- a/commands/aal/Makefile +++ b/commands/aal/Makefile @@ -6,7 +6,6 @@ SRCS= archiver.c print.c rd.c rd_arhdr.c rd_unsig2.c sprint.c \ format.c rd_bytes.c system.c write.c long2str.c CPPFLAGS+= -I${.CURDIR} -DAAL -DSTB -DNDEBUG -DDISTRIBUTION -LINKS+= ${BINDIR}/aal ${BINDIR}/ar MAN= .include diff --git a/share/mk/sys.mk b/share/mk/sys.mk index 61af9f2d0..75b8bccea 100644 --- a/share/mk/sys.mk +++ b/share/mk/sys.mk @@ -7,7 +7,7 @@ unix?= We run MINIX. .LIBS: .a -AR?= ar +AR?= aal ARFLAGS?= rl RANLIB?= ranlib