summaryrefslogtreecommitdiff
path: root/usr.bin/make/lst.h
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2010-07-19 19:30:39 +0000
committerMarc Espie <espie@cvs.openbsd.org>2010-07-19 19:30:39 +0000
commit3661251b0f9f72be80b78d24aa2882ab8bd6a728 (patch)
treec4178fde909ed0bc9626ea733b6b4be77d16b4bf /usr.bin/make/lst.h
parent7973fa7ae6ab4c14e686d2fe6091b16ef382b3af (diff)
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/lst.h')
-rw-r--r--usr.bin/make/lst.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/lst.h b/usr.bin/make/lst.h
index 789b49e3e20..f1c9b03f1f5 100644
--- a/usr.bin/make/lst.h
+++ b/usr.bin/make/lst.h
@@ -2,7 +2,7 @@
#define _LST_H_
/* $OpenPackages$ */
-/* $OpenBSD: lst.h,v 1.27 2008/01/12 13:08:59 espie Exp $ */
+/* $OpenBSD: lst.h,v 1.28 2010/07/19 19:30:37 espie Exp $ */
/* $NetBSD: lst.h,v 1.7 1996/11/06 17:59:12 christos Exp $ */
/*