diff options
author | 2010-07-19 19:30:37 +0000 | |
---|---|---|
committer | 2010-07-19 19:30:37 +0000 | |
commit | dba68890dc2f821a2767fe1773a14cfff3b41f2a (patch) | |
tree | c2b22239eed0f69ef711a169791bbd26b05398da /usr.bin/make/dir.c | |
parent | implement the ic_ampdu_rx_{start,stop} callbacks (not used yet). (diff) | |
download | wireguard-openbsd-dba68890dc2f821a2767fe1773a14cfff3b41f2a.tar.xz wireguard-openbsd-dba68890dc2f821a2767fe1773a14cfff3b41f2a.zip |
two small changes:
- allow variables in SysV modifiers, as requested by matthieu@
(since recursive variables are an extension, this just extends the
extension)
- variation on :Q called :QL (quote list), which does quote every character
EXCEPT for whitespace. e.g.,
toto:
@for i in ${VAR:QL} ...
Diffstat (limited to 'usr.bin/make/dir.c')
-rw-r--r-- | usr.bin/make/dir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/dir.c b/usr.bin/make/dir.c index 822cd1446a6..0574d2b697d 100644 --- a/usr.bin/make/dir.c +++ b/usr.bin/make/dir.c @@ -1,5 +1,5 @@ /* $OpenPackages$ */ -/* $OpenBSD: dir.c,v 1.57 2009/08/16 09:53:43 espie Exp $ */ +/* $OpenBSD: dir.c,v 1.58 2010/07/19 19:30:37 espie Exp $ */ /* $NetBSD: dir.c,v 1.14 1997/03/29 16:51:26 christos Exp $ */ /* |