how do I build a single app?

Jason Hellenthal jhellenthal at dataix.net
Tue Jun 18 15:14:41 UTC 2013


make obj
make depends
make includes
make

Includes and depends may not be needed in all cases but its certainly recommended to use obj 

-- 
 Jason Hellenthal
 Inbox: jhellenthal at DataIX.net
 Voice: +1 (616) 953-0176
 JJH48-ARIN


On Jun 18, 2013, at 10:14, Wojciech Puchar <wojtek at wojtek.tensor.gdynia.pl> wrote:

>> 
>> I installed FreeBSD into a VirtualBox VM in January and started playing with the code. I must complement you people on the clarity of your code. I've enjoyed examining it.
>> 
>> I wanted to try some code changes to some of the apps in the /bin directory, but can't figure out how to build a single app, or even build a single set of apps, like /usr/src/bin, /usr/src/sbin, /usr/src/usr.bin, or /usr/src/usr.sbin. Is there a way to do this, or do I just have to create my own Makefiles for each app I am experimenting on?
> 
> cd /usr/src/bin/program
> make
> 
> _______________________________________________
> freebsd-hackers at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
> To unsubscribe, send any mail to "freebsd-hackers-unsubscribe at freebsd.org"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2529 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-hackers/attachments/20130618/2ca1202f/attachment.bin>


More information about the freebsd-hackers mailing list