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/targ.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/targ.h')
-rw-r--r-- | usr.bin/make/targ.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/targ.h b/usr.bin/make/targ.h index a061a3c0994..c4a3d17024b 100644 --- a/usr.bin/make/targ.h +++ b/usr.bin/make/targ.h @@ -1,7 +1,7 @@ #ifndef TARG_H #define TARG_H /* $OpenPackages$ */ -/* $OpenBSD: targ.h,v 1.7 2008/11/04 07:22:36 espie Exp $ */ +/* $OpenBSD: targ.h,v 1.8 2010/07/19 19:30:38 espie Exp $ */ /* * Copyright (c) 2001 Marc Espie. |