[bug #49014] Zombies in parallel builds with pselect code

2019-09-09 Thread Kurt Miller
Follow-up Comment #24, bug #49014 (project make): Thank you for looking into this and showing the committed change. I'll update our port to include this. ___ Reply to this item at:

[bug #56875] subst failure for "$" character

2019-09-09 Thread anonymous
URL: Summary: subst failure for "$" character Project: make Submitted by: None Submitted on: Mon 09 Sep 2019 02:13:17 PM UTC Severity: 3 - Normal Item Group: Bug

[bug #56875] subst failure for "$" character

2019-09-09 Thread Andreas Schwab
Follow-up Comment #1, bug #56875 (project make): If you want to quote $ use $$. \$ only matches \$, nothing else. CVS_BASE_TAG_NAME = $(filter-out ame: ame $$,$(subst -,.,$Name: v1-1-1beta-1 $)) ___ Reply to this item at:

[bug #56875] subst failure for "$" character

2019-09-09 Thread Paul D. Smith
Update of bug #56875 (project make): Status:None => Not A Bug Open/Closed:Open => Closed ___ Follow-up Comment #2: Thanks Andreas. Closi

patch to fix features/archives test 10 on sunos

2019-09-09 Thread Dmitry Goncharov via Bug reports and discussion for GNU make
Good morning. ar add output is system dependent. This makes features/archives test 10 fail on sunos. This patch uses the output of `ar rv` rather than a hardcoded string. linux $ ar rv libxx.a 1234567890123456b a - 1234567890123456b sunos $ ar rv libxx.a 1234567890123456b a - 1234567890123456b a