[
https://issues.apache.org/jira/browse/TS-2172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13756697#comment-13756697
]
James Peach commented on TS-2172:
---------------------------------
As per TS-2068, this fails during {{make distlcean}}:
{code}
make[2]: Leaving directory `/home/vagrant/trafficserver.git/proxy'
rm -rf ./.deps
rm -f Makefile
make[1]: Leaving directory `/home/vagrant/trafficserver.git/proxy'
Making distclean in mgmt
make[1]: Entering directory `/home/vagrant/trafficserver.git/mgmt'
Makefile:665: ../proxy/.deps/DiagsConfig.Po: No such file or directory
Makefile:666: ../proxy/.deps/Error.Po: No such file or directory
make[1]: *** No rule to make target `../proxy/.deps/Error.Po'. Stop.
make[1]: Leaving directory `/home/vagrant/trafficserver.git/mgmt'
make: *** [distclean-recursive] Error 1
{code}
> Explicitly use subdir-objects in automake init
> ----------------------------------------------
>
> Key: TS-2172
> URL: https://issues.apache.org/jira/browse/TS-2172
> Project: Traffic Server
> Issue Type: Improvement
> Components: Build
> Reporter: Li-Wen Hsu
> Assignee: Yunkai Zhang
> Fix For: 4.1.0
>
>
> This avoids warnings from automake 1.14:
> warning: source file 'foo/bar.c' is in a subdirectory,
> but option 'subdir-objects' is disabled
> and generates correct configure script.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira