From 3661251b0f9f72be80b78d24aa2882ab8bd6a728 Mon Sep 17 00:00:00 2001 From: Marc Espie Date: Mon, 19 Jul 2010 19:30:39 +0000 Subject: 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} ... --- usr.bin/make/stats.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/make/stats.h') diff --git a/usr.bin/make/stats.h b/usr.bin/make/stats.h index f1f8520889c..26b4b08a222 100644 --- a/usr.bin/make/stats.h +++ b/usr.bin/make/stats.h @@ -1,7 +1,7 @@ #ifndef STAT_H #define STAT_H /* $OpenPackages$ */ -/* $OpenBSD: stats.h,v 1.4 2004/05/05 09:10:47 espie Exp $ */ +/* $OpenBSD: stats.h,v 1.5 2010/07/19 19:30:37 espie Exp $ */ /* * Copyright (c) 1999 Marc Espie. -- cgit v1.2.3