recipe line order not honored for $(foreach)

2019-06-27 Thread Jannick
Hi everybody, it appears that a $(foreach) statement appearing in any recipe line is evaluated before all remaining lines regardless where in the recipe it appears, then all remaining recipe lines are executed. I would expect the lines to be executed in the order of appearance. A simple culprit

[PATCH] doc: escape @ in sample code

2019-06-27 Thread Jannick
Hi, this patch essentially escapes '@' in sample code such that '$@' (instead of '$') is printed. Patch file attached. diff --git a/doc/make.texi b/doc/make.texi index 01bcec7..75c8834 100644 --- a/doc/make.texi +++ b/doc/make.texi @@ -11275,7 +11275,6 @@ function in a file @file{mk_temp.c}: @ex