summaryrefslogtreecommitdiff
path: root/usr.bin/make/extern.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/extern.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/extern.h')
-rw-r--r--usr.bin/make/extern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/extern.h b/usr.bin/make/extern.h
index 4ea798093aa..ecc63e023ce 100644
--- a/usr.bin/make/extern.h
+++ b/usr.bin/make/extern.h
@@ -2,7 +2,7 @@
#define EXTERN_H
/* $OpenPackages$ */
-/* $OpenBSD: extern.h,v 1.41 2007/09/17 12:42:09 espie Exp $ */
+/* $OpenBSD: extern.h,v 1.42 2010/07/19 19:30:37 espie Exp $ */
/* $NetBSD: nonints.h,v 1.12 1996/11/06 17:59:19 christos Exp $ */
/*-