<div dir="ltr">Ok. Understood. And also is there a project list that i can get some small mini-projects to keep my hands on?</div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Feb 19, 2015 at 8:47 PM, Mike Frysinger <span dir="ltr"><<a href="mailto:vapier@gentoo.org" target="_blank">vapier@gentoo.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 19 Feb 2015 20:26, Alangi Derick wrote:<br>
>      I found out something when i built the latest version of Strace. I<br>
> notice that when i build the source, the object files are mixed with the<br>
> source codes them selves(.c files) but i thought of an idea that:<br>
> - When the source codes are built using: make, there should be a separate<br>
> folder that the object files can be generated and kept in so as to keep the<br>
> directory clean and not mixed with object files and source codes. This will<br>
> lead to ease in search of files.<br>
>      That is an idea i had in mind but if there is a special reason for<br>
> allowing the object files in the same directory as the source files, i will<br>
> like to know because i am planning on working on the build so as the object<br>
> files can be stored in a folder called:<br>
> strace_build which contains all the .o(binary) files generated by running<br>
> make.<br>
<br>
</span>you can already do this if you want:<br>
 make distclean<br>
 mkdir build<br>
 cd build<br>
 ../configure<br>
 make -j<br>
 ./strace<br>
<br>
each method has advantages<br>
<span class="HOEnZb"><font color="#888888">-mike<br>
</font></span><br>------------------------------------------------------------------------------<br>
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server<br>
from Actuate! Instantly Supercharge Your Business Reports and Dashboards<br>
with Interactivity, Sharing, Native Excel Exports, App Integration & more<br>
Get technology previously reserved for billion-dollar corporations, FREE<br>
<a href="http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk" target="_blank">http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk</a><br>_______________________________________________<br>
Strace-devel mailing list<br>
<a href="mailto:Strace-devel@lists.sourceforge.net">Strace-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/strace-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/strace-devel</a><br>
<br></blockquote></div><br></div>