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/suff.h | |
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/suff.h')
-rw-r--r-- | usr.bin/make/suff.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/suff.h b/usr.bin/make/suff.h index de1df279a00..c3d2525b1e0 100644 --- a/usr.bin/make/suff.h +++ b/usr.bin/make/suff.h @@ -1,7 +1,7 @@ #ifndef SUFF_H #define SUFF_H /* $OpenPackages$ */ -/* $OpenBSD: suff.h,v 1.4 2007/11/24 15:41:01 espie Exp $ */ +/* $OpenBSD: suff.h,v 1.5 2010/07/19 19:30:37 espie Exp $ */ /* * Copyright (c) 2001 Marc Espie. |