Re[2]: stupid C language question

From: Nickolay A. Kritsky (nkritsky_at_star-sw.com)
Date: 10/30/03

  • Next message: John Baldwin: "RE: 5.x kernel config changes?"
    Date: Thu, 30 Oct 2003 22:55:30 +0300
    To: Tim Kientzle <kientzle@acm.org>
    
    

    Hello Tim & -hackers,

    zillion thanks to all who answered. Now I think that I understand :)

    Thursday, October 30, 2003, 10:45:42 PM, you wrote:

    TK> Nickolay A. Kritsky wrote:
    >> When
    >> I change some .c files in src/sys/net directory, do I need to do 'make
    >> depend && make kernel' or I can just 'make kernel'?

    TK> You should only need to 'make depend' if you change
    TK> the dependencies, for example, if you add or remove
    TK> a #include somewhere.

    TK> Usually, 'make kernel' suffices.

    -- 
    Best regards,
    ;  Nickolay A. Kritsky
    ; SysAdmin STAR Software LLC
    ; mailto:nkritsky@star-sw.com
    _______________________________________________
    freebsd-hackers@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
    To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
    

  • Next message: John Baldwin: "RE: 5.x kernel config changes?"