Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/bzip2 Make this parallel make friendly.
details: https://anonhg.NetBSD.org/src/rev/7249fdf070c3
branches: trunk
changeset: 510946:7249fdf070c3
user: enami <enami%NetBSD.org@localhost>
date: Sun Jun 10 00:17:51 2001 +0000
description:
Make this parallel make friendly.
diffstat:
usr.bin/bzip2/Makefile | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (24 lines):
diff -r c7efd7aa0744 -r 7249fdf070c3 usr.bin/bzip2/Makefile
--- a/usr.bin/bzip2/Makefile Sat Jun 09 18:08:20 2001 +0000
+++ b/usr.bin/bzip2/Makefile Sun Jun 10 00:17:51 2001 +0000
@@ -1,16 +1,16 @@
-# $NetBSD: Makefile,v 1.5 2001/06/03 13:42:11 simonb Exp $
+# $NetBSD: Makefile,v 1.6 2001/06/10 00:17:51 enami Exp $
+
+.include <bsd.own.mk>
PROG= bzip2
LDSTATIC?= -static
-LDDIR!= cd ${.CURDIR}/../../lib/libbz2 ; make print-objdir
+LDDIR!= cd ${.CURDIR}/../../lib/libbz2 && ${PRINTOBJDIR}
LDADD+= -L${LDDIR} -lbz2
DPADD+= ${LIBBZ2}
DIST= ${.CURDIR}/../../dist/bzip2
.PATH: ${DIST}
-.include <bsd.own.mk>
-
MLINKS+= bzip2.1 bunzip2.1\
bzip2.1 bzcat.1\
bzip2.1 bzip2recover.1
Home |
Main Index |
Thread Index |
Old Index