Path: csiph.com!goblin1!goblin.stu.neva.ru!usenet.stanford.edu!not-for-mail From: Vladimir Marek 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: References: 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 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: 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com gnu.bash.bug:15009 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