[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Feature request: server,client,proxy binaries seperation.



I like to suggest in the future version hobbit, the configure and makefile should be design
to generate server,client and proxy binaries into different paths.


Example like following,

/opt/hobbit-server
     bin
     doc
     man
     etc
/opt/hobbit-client
    bin
    man
    doc
/opt/hobbit-proxy
    bin
    man
    doc

This will help software packagers to create packages for different OS platforms.


T.J. Yang