Apply PRINT_PLIST_AWK and _PLIST_PLIST_AWK_SUBST in the same order
for both files and directories.
This commit is contained in:
parent
b0b0cc32f7
commit
c43654731a
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: print-plist.mk,v 1.6 2006/04/17 06:12:46 jlam Exp $
|
||||
# $NetBSD: print-plist.mk,v 1.7 2006/05/09 21:37:33 minskim Exp $
|
||||
|
||||
###
|
||||
### Automatic PLIST generation
|
||||
|
@ -126,6 +126,7 @@ print-PLIST:
|
|||
| ${AWK} ' \
|
||||
{ sub("${PREFIX}/\\./", ""); } \
|
||||
${_PRINT_PLIST_AWK_IGNORE} { next; } \
|
||||
${PRINT_PLIST_AWK} \
|
||||
${_PRINT_PLIST_AWK_SUBST} \
|
||||
/^@/ { print $$0; next } \
|
||||
/.*\/lib[^\/]+\.so\.[0-9]+\.[0-9]+\.[0-9]+$$/ { \
|
||||
|
@ -146,7 +147,6 @@ print-PLIST:
|
|||
if ('$$genlinks') print $$0; \
|
||||
next; \
|
||||
} \
|
||||
${PRINT_PLIST_AWK} \
|
||||
{ print $$0; }'
|
||||
${_PKG_SILENT}${_PKG_DEBUG}\
|
||||
for i in `${_PRINT_PLIST_DIRS_CMD} \
|
||||
|
|
Loading…
Reference in a new issue