Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #15009
| Path | csiph.com!goblin1!goblin.stu.neva.ru!usenet.stanford.edu!not-for-mail |
|---|---|
| From | Vladimir Marek <Vladimir.Marek@oracle.com> |
| Newsgroups | gnu.bash.bug |
| Subject | Re: The usage of `cd builtins && $(MAKE) ...` |
| Date | Sun, 30 Dec 2018 14:37:35 +0100 |
| Lines | 19 |
| Approved | bug-bash@gnu.org |
| Message-ID | <mailman.6558.1546177074.1284.bug-bash@gnu.org> (permalink) |
| References | <CABrM6w=ok1d81KK8TFaZrwbbspA8AXc4QhT02OW+7JWwQF2T3Q@mail.gmail.com> |
| NNTP-Posting-Host | lists.gnu.org |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8 |
| X-Trace | usenet.stanford.edu 1546177075 10023 208.118.235.17 (30 Dec 2018 13:37:55 GMT) |
| X-Complaints-To | action@cs.stanford.edu |
| To | Peng Yu <pengyu.ut@gmail.com> |
| Envelope-to | bug-bash@gnu.org |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.com; h=date : from : to : subject : message-id : references : mime-version : content-type : in-reply-to; s=corp-2018-07-02; bh=NNjXQdBZsCe/fjO+PJrQuzLt++XW8rug1Fiuef7RoUA=; b=WN/s8bD/GSQNWx6Jhm6KMJa0HHcxLyfKjcN8hwNbpDb/VJa3g8PMpLPd/Z02eD/6WXWg kQEAGWVHeK2A56T07z8qaBWfRKesLBx+9raH8T4IpmCNRJcIldh9hdbbH4FCyQ5Gk2ax kxivS2Q9y61PQJ2TrhfyRZlnPtiUiECYskdLA51gRWnwVSsJv3XFUitoR8ZS651j+01M dKqfR9+QYMWAdiQWaXn/qyMgHPP3+TGTxFWh6dvRma/MEElo+IZV6LlA7YTiXjuQiOMl K/kCOacNwdbjJnY5otHcxWhPR9g0JJWSSqxdFl9WYLtmCpV5FKH4s+WVjhClNsK1Mn2i 0g== |
| Content-Disposition | inline |
| In-Reply-To | <CABrM6w=ok1d81KK8TFaZrwbbspA8AXc4QhT02OW+7JWwQF2T3Q@mail.gmail.com> |
| User-Agent | Mutt/1.5.22.1-rc1 (2013-10-16) |
| X-Proofpoint-Virus-Version | vendor=nai engine=5900 definitions=9121 signatures=668680 |
| X-Proofpoint-Spam-Details | rule=notspam policy=default score=0 suspectscore=0 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 mlxscore=0 mlxlogscore=541 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1810050000 definitions=main-1812300126 |
| X-detected-operating-system | by eggs.gnu.org: GNU/Linux 3.x [generic] [fuzzy] |
| X-Received-From | 156.151.31.85 |
| X-BeenThere | bug-bash@gnu.org |
| X-Mailman-Version | 2.1.21 |
| Precedence | list |
| List-Id | Bug reports for the GNU Bourne Again SHell <bug-bash.gnu.org> |
| List-Unsubscribe | <https://lists.gnu.org/mailman/options/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=unsubscribe> |
| List-Archive | <http://lists.gnu.org/archive/html/bug-bash/> |
| List-Post | <mailto:bug-bash@gnu.org> |
| List-Help | <mailto:bug-bash-request@gnu.org?subject=help> |
| List-Subscribe | <https://lists.gnu.org/mailman/listinfo/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=subscribe> |
| Xref | csiph.com gnu.bash.bug:15009 |
Show key headers only | View raw
Hi, > I see things like `cd builtins && $(MAKE) ...` in the Makefiles in > bash source code. GNU Make has the option of -C for entering a > directory and make. Is the reason to cd then make for compatibility > with other make's that don't support -C? Thanks. I'm afraid that you are in wrong mailing list. I'm putting this list on bcc. You can consider asking at one of autotools lists https://www.lrde.epita.fr/~adl/autotools.html I would choose automake one. But yes, I believe that it's because not every make clone has -C. Cheers -- Vlad
Back to gnu.bash.bug | Previous | Next | Find similar | Unroll thread
Re: The usage of `cd builtins && $(MAKE) ...` Vladimir Marek <Vladimir.Marek@oracle.com> - 2018-12-30 14:37 +0100
csiph-web