pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/39715: bmake: bug in bsd.files.mk ?
>Number: 39715
>Category: pkg
>Synopsis: bmake: bug in bsd.files.mk ?
>Confidential: no
>Severity: serious
>Priority: high
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Wed Oct 08 09:30:00 +0000 2008
>Originator: Aleksey Cheusov
>Release: linux
>Organization:
home
>Environment:
Doesn't matter
>Description:
Typescript is below. FILES variable is probably reassigned
somewhere in bsd.files.mk.
MK scripts from bootstrap-mk-files are used.
NetBSD-4 make + NetBSD native mk scripts work just fine.
0 ~>cat Makefile
FILES= 1 2 3 4 5
MORE_FILES= 6 7 8 9 0
.PHONY : print-vars
print-vars :
.for v in ${VARS}
@printf "%s=%s\n" "${v}" "${${v}}"
.endfor
.include <bsd.files.mk>
0 ~>bmake print-vars VARS='FILES MORE_FILES'
FILES=
MORE_FILES=6 7 8 9 0
0 ~>
>How-To-Repeat:
>Fix:
Home |
Main Index |
Thread Index |
Old Index