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


Groups > gnu.bash.bug > #15008 > unrolled thread

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

Started byPeng Yu <pengyu.ut@gmail.com>
First post2018-12-30 07:09 -0600
Last post2018-12-30 07:09 -0600
Articles 1 — 1 participant

Back to article view | Back to gnu.bash.bug


Contents

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

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

FromPeng Yu <pengyu.ut@gmail.com>
Date2018-12-30 07:09 -0600
SubjectThe usage of `cd builtins && $(MAKE) ...`
Message-ID<mailman.6557.1546175409.1284.bug-bash@gnu.org>
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

[toc] | [standalone]


Back to top | Article view | gnu.bash.bug


csiph-web