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


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

The loadables are built during install

Started byChristian Weisgerber <naddy@mips.inka.de>
First post2018-09-07 22:39 +0200
Last post2018-09-07 22:39 +0200
Articles 1 — 1 participant

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


Contents

  The loadables are built during install Christian Weisgerber <naddy@mips.inka.de> - 2018-09-07 22:39 +0200

#14559 — The loadables are built during install

FromChristian Weisgerber <naddy@mips.inka.de>
Date2018-09-07 22:39 +0200
SubjectThe loadables are built during install
Message-ID<mailman.507.1536352949.1284.bug-bash@gnu.org>
There is an issue in the build framework of bash 4.4.23 (and 5.0-alpha):
"make all" does not build examples/loadables.
"make install" however recurses into examples/loadables and, since
the loadable modules aren't there, proceeds to build them before
installation.

Shouldn't the ".made" target have "loadables" as a prerequisite?

-- 
Christian "naddy" Weisgerber                          naddy@mips.inka.de

[toc] | [standalone]


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


csiph-web