[bug #63307] make 4.4 passes ignored SIGPIPE on to children

2023-01-16 Thread Eric Blake
Follow-up Comment #20, bug #63307 (project make): For reference, another failure caused by make's change in behavior: https://listman.redhat.com/archives/libguestfs/2023-January/030474.html ___ Reply to this item at:

POSIX ruling on up-to-date vs. identical timestamps

2014-08-21 Thread Eric Blake
manual/autoconf.html#Timestamps-and-Make -- Eric Blake eblake redhat com+1-919-301-3266 Libvirt virtualization library http://libvirt.org signature.asc Description: OpenPGP digital signature ___ Bug-make mailing list Bug-make@gnu.org https://lists.gnu.

.ONESHELL enhancements

2013-11-14 Thread Eric Blake
ice in order that we could revisit http://austingroupbugs.net/view.php?id=770 with an actual wording proposal for the next version of POSIX? -- Eric Blake eblake redhat com+1-919-301-3266 Libvirt virtualization library http://libvirt.org signature.asc Description: OpenPGP digital signa

bug in $(wildcard) with trailing slash

2012-03-02 Thread Eric Blake
countered this while writing a macro for libvirt; as a workaround, I ended up using a trailing /. to force just directories, then using $(patsubst) to strip things back to what I wanted in the first place. cross_dirs=$(patsubst $(srcdir)/src/%.,%,$(wildcard $(srcdir)/src/*/.)) -- Eric Blake ebl

Re: High-Precision NFS Timestamps

2011-01-12 Thread Eric Blake
k dealing with timestamp skew across NFS (including code to ignore relatively close timestamps, rather than insist that sub-millisecond differences represent skew); some of that may be worth incorporating into the make code base if it isn't there already. -- Eric Blake ebl...@redhat

Re: Porting make to HP NonStop

2010-09-09 Thread Eric Blake
config-patc...@gnu.org (not autoconf-patches), as documented in 'config.sub --help'. The next Autoconf release will automatically pick up the latest upstream config.sub. -- Eric Blake ebl...@redhat.com+1-801-349-2682 Libvirt virtualization library http://l

Re: GNU make 3.82 is now available

2010-07-28 Thread Eric Blake
it invokes recipes. By default the value will be "-c" > (or "-ec" if .POSIX is set). Given that recent POSIX ruling, I'm not sure what impact it should have on .SHELLFLAGS. -- Eric Blake ebl...@redhat.com+1-801-

Re: autoconf-2.62: `make install' fails if file system is case insensitive

2008-06-03 Thread Eric Blake
g: INSTALL: $(abs_srcdir)/INSTALL to autoconf's Makefile.am will be making the problem any worse (at least it fixes the 'make dist' regression when using the normal case-sensitive GNU make). Maybe the short answer is that on MSYS (or anywhere else with case-insensitive GNU make), you