You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "James Peach (JIRA)" <ji...@apache.org> on 2013/09/03 17:27:52 UTC

[jira] [Comment Edited] (TS-2172) Explicitly use subdir-objects in automake init

    [ https://issues.apache.org/jira/browse/TS-2172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13756697#comment-13756697 ] 

James Peach edited comment on TS-2172 at 9/3/13 3:27 PM:
---------------------------------------------------------

As per TS-2068, this fails during {{make distclean}}:

{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}
                
      was (Author: jamespeach):
    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