patch for .SHELLFLAGS and .POSIX

David Boyce <[email protected]>
Newsgroups gmane.comp.gnu.make.devel
Message-ID <[email protected]>
The attached little patch appears to add the .SHELLFLAGS feature with
.POSIX interaction as previously discussed:

% cat MF
.PHONY: all
.POSIX:
all:
        @echo SHELLFLAGS=$(.SHELLFLAGS)
        @false; echo NOT POSIX BEHAVIOR

% ./make -f MF
SHELLFLAGS=-ec
make: *** [all] Error 255

Please let me know if and where it falls short.

Thanks,
-DSB

_______________________________________________
Make-alpha mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/make-alpha
shellflags.patch.gz (application/x-gzip, 1.4 KB) - not displayed
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.