[bug #64543] Fix "make -j" for Docker container

2023-08-17 Thread INVALID.NOREPLY
Follow-up Comment #1, bug #64543 (project make): [comment #0 original submission:] > The problem is in fact, that the Make probably uses: > ``` > cat /proc/cpuinfo > ``` > > mechanism to detect the number of CPUs available to Make. > > > However this way will not always work correctly inside of

[bug #64543] Fix "make -j" for Docker container

2023-08-11 Thread INVALID.NOREPLY
URL: Summary: Fix "make -j" for Docker container Group: make Submitter: qwertytmp1 Submitted: Fri 11 Aug 2023 11:45:10 AM UTC Severity: 3 - Normal Item Group: Bu

[bug #56701] Do not allow -j without a number

2021-06-23 Thread INVALID.NOREPLY
Follow-up Comment #6, bug #56701 (project make): For some reason I always assumed -j without an argument was equivalent to -j $(nproc). It certainly can't be made illegal without breaking compatibility with existing systems that execute make. Making it equivalent to any number other than unlimit

[bug #56019] Decreased parallelization vs. Make 3.82

2019-03-28 Thread INVALID.NOREPLY
URL: Summary: Decreased parallelization vs. Make 3.82 Project: make Submitted by: qwertial Submitted on: Thu 28 Mar 2019 09:55:55 AM UTC Severity: 3 - Normal Item Group:

[bug #25460] make -n better documentation

2009-02-01 Thread INVALID.NOREPLY
URL: Summary: make -n better documentation Project: make Submitted by: jidanni Submitted on: Mon Feb 2 01:24:45 2009 Severity: 3 - Normal Item Group: Documentation

[bug #22434] Consider a dependancy as target file and try to make the file

2008-02-27 Thread INVALID.NOREPLY
Follow-up Comment #4, bug #22434 (project make): Sorry for the poor description. I will try to explain. I added an example to reproduce it: autoreconf -f -i ./configure make touch src/Viewer.cpp make -> an error occur here and it should not while i ran make -d at this stage i deduce (maybe i am

[bug #22434] Consider a dependancy as target file and try to make the file

2008-02-27 Thread INVALID.NOREPLY
Follow-up Comment #1, bug #22434 (project make): sorry the log is wrong here the god one: Considering target file `Viewer'. File `Viewer' does not exist. Looking for an implicit rule for `Viewer'. Trying pattern rule with stem `Viewer'. Trying implicit

[bug #22434] Consider a dependancy as target file and try to make the file

2008-02-27 Thread INVALID.NOREPLY
URL: Summary: Consider a dependancy as target file and try to make the file Project: make Submitted by: mornifle Submitted on: Wednesday 02/27/2008 at 18:49 Severity: 3 - Normal