PERFORCE change 179154 for review

Garrett Cooper gcooper at FreeBSD.org
Thu Jun 3 19:09:33 UTC 2010


http://p4web.freebsd.org/@@179154?ac=10

Change 179154 by gcooper at gcooper-bayonetta on 2010/06/03 19:08:36

	Improve style of last commit; this has nothing to do with
	style.Makefile(9).

Affected files ...

.. //depot/projects/soc2007/gcooper-pkg_install-enhancements-simplified/lib/Makefile#5 edit

Differences ...

==== //depot/projects/soc2007/gcooper-pkg_install-enhancements-simplified/lib/Makefile#5 (text+ko) ====

@@ -132,14 +132,8 @@
 _bind=		bind
 .endif
 
-_libarchive_deps=liblzma libz
-_libstand_deps=	liblzma libz
-
 .if ${MK_BZIP2} != "no"
 _libbz2=	libbz2
-
-_libarchive_deps+=libbz2
-_libstand_deps+=libbz2
 .endif
 
 .if ${MK_BLUETOOTH} != "no"
@@ -234,6 +228,9 @@
 _libusb=	libusb
 .endif
 
+_libarchive_deps=${_libbz2} liblzma libz
+_libstand_deps=	${_libbz2} liblzma libz
+
 libarchive: ${_libarchive_deps}
 libmagic: libz
 libpkg: ${_libpkg_deps}


More information about the p4-projects mailing list