NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: bin/49987 (pkgsrc libtool-base /usr/bin/make install-recursive NL true --help-option=--help-all libtool)
Synopsis: pkgsrc libtool-base /usr/bin/make install-recursive NL true --help-option=--help-all libtool
State-Changed-From-To: open->closed
State-Changed-By: soda%NetBSD.org@localhost
State-Changed-When: Fri, 19 Jun 2015 12:35:53 +0000
State-Changed-Why:
This was caused by the following commit:
> Module Name: src
> Committed By: christos
> Date: Wed Jun 17 17:43:23 UTC 2015
>
> Modified Files:
> src/usr.bin/make: Makefile compat.c var.c
>
> Log Message:
> Centralize the "is a meta char" test, instead of using two different arrays.
>
>
> To generate a diff of this commit:
> cvs rdiff -u -r1.57 -r1.58 src/usr.bin/make/Makefile
> cvs rdiff -u -r1.96 -r1.97 src/usr.bin/make/compat.c
> cvs rdiff -u -r1.192 -r1.193 src/usr.bin/make/var.c
And fixed by:
> Module Name: src
> Committed By: mlelstv
> Date: Fri Jun 19 08:03:35 UTC 2015
>
> Modified Files:
> src/usr.bin/make: compat.c metachar.c var.c
>
> Log Message:
> Adjust metachar handling to previous behaviour:
> - space and tab are no shell metachars, remove them from generic
> metachar function
> - add space and tab as to-be-quoted characters for :Q modifier
> - add = and : as characters that require command handling by the shell
>
>
> To generate a diff of this commit:
> cvs rdiff -u -r1.97 -r1.98 src/usr.bin/make/compat.c
> cvs rdiff -u -r1.4 -r1.5 src/usr.bin/make/metachar.c
> cvs rdiff -u -r1.193 -r1.194 src/usr.bin/make/var.c
Home |
Main Index |
Thread Index |
Old Index