Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #15008

The usage of `cd builtins && $(MAKE) ...`

From Peng Yu <pengyu.ut@gmail.com>
Newsgroups gnu.bash.bug
Subject The usage of `cd builtins && $(MAKE) ...`
Date 2018-12-30 07:09 -0600
Message-ID <mailman.6557.1546175409.1284.bug-bash@gnu.org> (permalink)

Show all headers | 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.

-- 
Regards,
Peng

Back to gnu.bash.bug | Previous | Next | Find similar | Unroll thread


Thread

The usage of `cd builtins && $(MAKE) ...` Peng Yu <pengyu.ut@gmail.com> - 2018-12-30 07:09 -0600

csiph-web