]> Zhao Yanbai Git Server - minix.git/commitdiff
aal - don't install yourself as ar; must invoke aal explicitly for ack archives.
authorBen Gras <ben@minix3.org>
Fri, 16 Jul 2010 15:40:04 +0000 (15:40 +0000)
committerBen Gras <ben@minix3.org>
Fri, 16 Jul 2010 15:40:04 +0000 (15:40 +0000)
To make switching to 'ar' for gcc/clang archives smoother in the future.

commands/aal/Makefile
share/mk/sys.mk

index 81ada2bf533ddaabf1e8217f0bfc566f2e480126..44c35dc1d7595f790410626a1b7332011a79c4e0 100644 (file)
@@ -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 <bsd.prog.mk>
index 61af9f2d0852ca9c3fe0327beb3830565a35a889..75b8bcceaec5e335c7b1cfb51245340e43b73a1a 100644 (file)
@@ -7,7 +7,7 @@ unix?=          We run MINIX.
 
 .LIBS:         .a
 
-AR?=           ar
+AR?=           aal
 ARFLAGS?=      rl
 RANLIB?=       ranlib