Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.bin/make



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

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index