allow unlock to be called with SUBDIR=
This commit is contained in:
parent
096b389d71
commit
3468bf1fd7
@ -1,6 +1,6 @@
|
||||
#-*- mode: Makefile; tab-width: 4; -*-
|
||||
# ex:ts=4 sw=4 filetype=make:
|
||||
# $OpenBSD: bsd.port.mk,v 1.1201 2012/12/31 09:14:07 espie Exp $
|
||||
# $OpenBSD: bsd.port.mk,v 1.1202 2013/01/06 11:57:21 espie Exp $
|
||||
#
|
||||
# bsd.port.mk - 940820 Jordan K. Hubbard.
|
||||
# This file is in the public domain.
|
||||
@ -3353,7 +3353,6 @@ _all_phony = ${_recursive_depends_targets} \
|
||||
print-build-depends print-run-depends rebuild \
|
||||
regress-depends regress-depends-list run-depends run-depends-list \
|
||||
show-required-by subpackage uninstall _print-metadata \
|
||||
lock unlock \
|
||||
run-depends-args lib-depends-args all-lib-depends-args wantlib-args \
|
||||
port-wantlib-args fake-wantlib-args no-wantlib-args no-lib-depends-args \
|
||||
_recurse-show-run-depends show-run-depends
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: pkgpath.mk,v 1.50 2012/10/10 10:55:33 espie Exp $
|
||||
# $OpenBSD: pkgpath.mk,v 1.51 2013/01/06 11:57:21 espie Exp $
|
||||
# ex:ts=4 sw=4 filetype=make:
|
||||
# pkgpath.mk - 2003 Marc Espie
|
||||
# This file is in the public domain.
|
||||
@ -131,10 +131,10 @@ _recursive_targets = \
|
||||
describe dump-vars homepage-links print-plist print-plist-all \
|
||||
print-plist-contents print-plist-libs \
|
||||
show verbose-show show-size show-fake-size \
|
||||
check-register check-register-all
|
||||
check-register check-register-all lock unlock
|
||||
|
||||
_dangerous_recursive_targets = \
|
||||
makesum plist update-patches update-plist
|
||||
makesum plist update-patches update-plist
|
||||
|
||||
_recursive_depends_targets = \
|
||||
all-dir-depends build-dir-depends regress-dir-depends run-dir-depends
|
||||
|
Loading…
Reference in New Issue
Block a user