Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Adapt to repository move of dist from external/bsd/bzip2 to



details:   https://anonhg.NetBSD.org/src/rev/7f66a565ca09
branches:  trunk
changeset: 779160:7f66a565ca09
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon May 07 08:51:47 2012 +0000

description:
Adapt to repository move of dist from external/bsd/bzip2 to
external/bsd/bzip2/dist.

diffstat:

 lib/libbz2/Makefile           |  4 ++--
 tests/usr.bin/bzip2/Makefile  |  4 ++--
 usr.bin/bzip2/Makefile        |  4 ++--
 usr.bin/bzip2recover/Makefile |  4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diffs (72 lines):

diff -r 4f57247fd864 -r 7f66a565ca09 lib/libbz2/Makefile
--- a/lib/libbz2/Makefile       Mon May 07 02:32:09 2012 +0000
+++ b/lib/libbz2/Makefile       Mon May 07 08:51:47 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.16 2012/05/07 00:35:26 wiz Exp $
+#      $NetBSD: Makefile,v 1.17 2012/05/07 08:51:47 wiz Exp $
 
 USE_FORT?= yes # data driven bugs?
 
@@ -7,7 +7,7 @@
 .include <bsd.own.mk>
 
 LIB=           bz2
-DIST=          ${NETBSDSRCDIR}/external/bsd/bzip2
+DIST=          ${NETBSDSRCDIR}/external/bsd/bzip2/dist
 .PATH:         ${DIST}
 
 SRCS=          blocksort.c huffman.c crctable.c randtable.c compress.c \
diff -r 4f57247fd864 -r 7f66a565ca09 tests/usr.bin/bzip2/Makefile
--- a/tests/usr.bin/bzip2/Makefile      Mon May 07 02:32:09 2012 +0000
+++ b/tests/usr.bin/bzip2/Makefile      Mon May 07 08:51:47 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2012/05/07 00:35:26 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2012/05/07 08:51:47 wiz Exp $
 
 NOMAN=         # defined
 
@@ -8,7 +8,7 @@
 
 TESTS_SH=      t_bzip2
 
-DIST=           ${NETBSDSRCDIR}/external/bsd/bzip2
+DIST=           ${NETBSDSRCDIR}/external/bsd/bzip2/dist
 .PATH:         ${DIST}
 
 FILESDIR=      ${TESTSDIR}
diff -r 4f57247fd864 -r 7f66a565ca09 usr.bin/bzip2/Makefile
--- a/usr.bin/bzip2/Makefile    Mon May 07 02:32:09 2012 +0000
+++ b/usr.bin/bzip2/Makefile    Mon May 07 08:51:47 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.11 2012/05/07 00:35:26 wiz Exp $
+#      $NetBSD: Makefile,v 1.12 2012/05/07 08:51:47 wiz Exp $
 
 .include <bsd.own.mk>          # for MKDYNAMICROOT definition
 
@@ -17,7 +17,7 @@
 CPPFLAGS+=     -DSMALL
 .endif
 
-DIST=     ${NETBSDSRCDIR}/external/bsd/bzip2
+DIST=     ${NETBSDSRCDIR}/external/bsd/bzip2/dist
 .PATH:    ${DIST}
 
 MLINKS+=   bzip2.1 bunzip2.1\
diff -r 4f57247fd864 -r 7f66a565ca09 usr.bin/bzip2recover/Makefile
--- a/usr.bin/bzip2recover/Makefile     Mon May 07 02:32:09 2012 +0000
+++ b/usr.bin/bzip2recover/Makefile     Mon May 07 08:51:47 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.9 2012/05/07 00:35:26 wiz Exp $
+#      $NetBSD: Makefile,v 1.10 2012/05/07 08:51:48 wiz Exp $
 
 USE_FORT?= yes # data-driven bugs?
 NOMAN=    # defined
@@ -11,7 +11,7 @@
 LDSTATIC?= -static
 .endif
 
-DIST=     ${NETBSDSRCDIR}/external/bsd/bzip2
+DIST=     ${NETBSDSRCDIR}/external/bsd/bzip2/dist
 .PATH:    ${DIST}
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index