summary refs log tree commit diff
path: root/src/bltin
diff options
context:
space:
mode:
authorJason Bowen <bowen.pi@gmail.com>2018-03-26 13:53:39 -0500
committerHerbert Xu <herbert@gondor.apana.org.au>2018-04-19 18:19:29 +0800
commite695774716a91b07234a3f531bde50f865cb206a (patch)
tree0c86023448d252cb0aaaa30bc53cabd7a2147181 /src/bltin
parenteval: Restore input files in evalcommand (diff)
downloaddash-e695774716a91b07234a3f531bde50f865cb206a.tar.gz
dash-e695774716a91b07234a3f531bde50f865cb206a.zip
shell: Add subdir-objects to AM_INIT_AUTOMAKE
I've attached a patch which adds the subdir-objects option to AM_INIT_AUTOMAKE.

For a while now when I've compiled dash I received a warning from
automake that there are source files in a subdirectory but that the
subdir-objects automake option was not supplied. I've just been adding
it myself, but I finally got around to submitting a patch. The code
still compiles for now (i'm using automake 1.15.1), but warning text
is rarely nice to see and, if the warning text is to be believed, then
the warning will eventually become an error.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'src/bltin')
0 files changed, 0 insertions, 0 deletions
'2014-06-28 15:57:02 +0200'>2014-06-28ui-log: ignore unhandled argumentsJohn Keeping 2014-06-28git: update for git 2.0Christian Hesse 2014-04-17remove trailing whitespaces from source filesChristian Hesse 2014-04-12git: update to 1.9.2Christian Hesse 2014-04-05Fix cgit_parse_url when a repo url is contained in another repo urlJulian Maurice 2014-03-20Makefile: use more reliable git tarball mirrorJason A. Donenfeld 2014-03-20git: update to 1.9.1Christian Hesse