[bug #48070] "make update" fails at wget of translationproject translations

2016-05-31 Thread Josh Triplett
Follow-up Comment #2, bug #48070 (project make): I managed to work around it for now by running "make scm-update". You may want to consider pointing to that from README.git. ___ Reply to this item at:

[bug #48070] "make update" fails at wget of translationproject translations

2016-05-31 Thread Josh Triplett
URL: Summary: "make update" fails at wget of translationproject translations Project: make Submitted by: joshtriplett Submitted on: Tue 31 May 2016 12:37:34 PM PDT Severity: 3 -

Make, MAKE_TERMOUT, color escape sequences, TTYs, and PTYs

2016-05-28 Thread Josh Triplett
uld then make its output *not* a TTY, so that case would work automatically as well. Does this sound like a plausible solution? - Josh Triplett ___ Bug-make mailing list Bug-make@gnu.org https://lists.gnu.org/mailman/listinfo/bug-make

Re: [bug #33034] Makefile:23: *** mixed implicit and normal rules. Stop. for Linux kernel out of source builds

2013-10-21 Thread Josh Triplett
years old. When doing archaeology on old kernels via git, you don't normally apply *any* patches if you can help it, because they're a pain to keep re-applying to each kernel you want to examine. Anyway. It will work for now, apparently. Thanks! - Josh Triplett

[bug #33034] Makefile:23: *** mixed implicit and normal rules. Stop. for Linux kernel out of source builds

2013-10-12 Thread Josh Triplett
Follow-up Comment #17, bug #33034 (project make): If it turns out that simply changing the fatal() to an error() is sufficient to resolve this, I'm willing to make that change (I won't add a flag for it; the message will simply say the syntax is unsupported and should be updated). Thank you.

Re: [bug #40225] Deterministic output ordering

2013-10-10 Thread Josh Triplett
. With deterministic ordering: make clean ; make --deterministic-ordering -j$(ncpus) before.log 21 # change something make clean ; make --deterministic-ordering -j$(ncpus) after.log 21 diff -u before.log after.log - Josh Triplett ___ Bug-make mailing list