|
From: | Kirill A. Korinsky |
Subject: | Re: posix_spawn |
Date: | Sun, 24 Dec 2023 23:52:04 +0100 |
Hello,
And I've discovered one more missed place: diff --git a/gcl/makefile b/gcl/makefile index 79301325a..a3c8cc12b 100644 --- a/gcl/makefile +++ b/gcl/makefile @@ -391,7 +391,7 @@ $(HDIR)new_decl.h: $(HDIR)mcompdefs.h: $(HDIR)compdefs.h $(HDIR)new_decl.h $(AWK) 'BEGIN {print "#include \"include.h\"";print "#include \"page.h\"";print "---"} {a=$$1;gsub("\\.\\.\\.","",a);print "\"#define " $$1 "\" " a}' $< |\ - $(CC) -E -P -I./$(HDIR) - |\ + $(CC) $(CFLAGS) -E -P -I./$(HDIR) - |\ $(AWK) '/^\-\-\-$$/ {i=1;next} {if (!i) next} {gsub("\"","");print}' >$@ $(HDIR)cmpinclude.h: $(HDIR)mcompdefs.h $(CMPINCLUDE_FILES) $(HDIR)config.h $(HDIR)cmponly_last.h -- wbr, Kirill |
signature.asc
Description: Message signed with OpenPGP
[Prev in Thread] | Current Thread | [Next in Thread] |