Follow-up Comment #1, bug #32307 (project make):
This seems especially important since new features are often added in versions
which do not, based on their version numbers, seem particularly significant.
I myself was confused about why .ONESHELL (added in v.3.82) wasn't working. I
guess I shoul
> I'm trying to find an easy way to detect inside of a makefile if
> we're running as a parallel make or not.
See
5.7.3 Communicating Options to a Sub-`make'
and, particularly, the MAKEFLAGS variable.
Not sure of details, but I expect any -j option to appear in it.
Eddy.
__
Signed-off-by: Michael Witten
---
doc/make.texi |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/doc/make.texi b/doc/make.texi
index 091e098..9ab0ae2 100644
--- a/doc/make.texi
+++ b/doc/make.texi
@@ -5219,7 +5219,7 @@ Here, the innermost @samp{$(x)} expands to @samp{y},
Signed-off-by: Michael Witten
---
doc/make.texi |9 +
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/doc/make.texi b/doc/make.texi
index a3eb642..7460963 100644
--- a/doc/make.texi
+++ b/doc/make.texi
@@ -5189,7 +5189,7 @@ in its name might have strange results.
Var
Signed-off-by: Michael Witten
---
doc/make.texi |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/make.texi b/doc/make.texi
index 13cecbd..efc28f7 100644
--- a/doc/make.texi
+++ b/doc/make.texi
@@ -5183,7 +5183,7 @@ sets @samp{bar} to @samp{a.c b.c c.c}.
@cindex d
Signed-off-by: Michael Witten
---
doc/make.texi |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/doc/make.texi b/doc/make.texi
index 6feae91..069941d 100644
--- a/doc/make.texi
+++ b/doc/make.texi
@@ -5344,7 +5344,7 @@ This restriction could be removed in the future if th
In particular, the `will' is not the correct tense for the
expressions of some sort of universal fact; therefore, the
language has been changed to mirror that of previous examples.
Signed-off-by: Michael Witten
---
doc/make.texi |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
di
Signed-off-by: Michael Witten
---
doc/make.texi |4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/doc/make.texi b/doc/make.texi
index efc28f7..a3eb642 100644
--- a/doc/make.texi
+++ b/doc/make.texi
@@ -5185,9 +5185,7 @@ sets @samp{bar} to @samp{a.c b.c c.c}.
Computed va
Signed-off-by: Michael Witten
---
doc/make.texi |8
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/make.texi b/doc/make.texi
index 7460963..091e098 100644
--- a/doc/make.texi
+++ b/doc/make.texi
@@ -5199,7 +5199,7 @@ a := $($(x))
@noindent
defines @code{a} as
I recently read through that section, and here are a few
modifications that I made along the way.
Michael Witten (7):
Docs: Offset modifiers with commas
Docs: Remove unnecessary rambling
Docs: Add `the following' to improve flow after the example
Docs: add comma before `which'
Docs: Move
Signed-off-by: Michael Witten
---
doc/make.texi |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/doc/make.texi b/doc/make.texi
index 298d0ce..13cecbd 100644
--- a/doc/make.texi
+++ b/doc/make.texi
@@ -7554,7 +7554,7 @@ Here the redefinition takes place if @samp{$(origin
11 matches
Mail list logo