Jonathan GF wrote: > Hi, > > i have a reasonable question: when we do "svn up", and this command > updates or adds a file to the sources, when i exec "time nice -n21 > make", is the package that has been modified re-compiled? > > Exactly the same question for make menuconfig/oldconfig/config. If i > change something are the changes tracked automatically and then > recompiled the affected packages?
No this is not automatic. If you update ( especially if there were major changes) your safest bet is to rm -rf build_i586, then make oldconfig, make menuconfig and finally make (which your time nice -n21 if so desired). If you know specifically that only packageX changed (excluding the kernel and zaptel which are both special cases) you can do a make packageX-clean then remake packageX. The kernel and zaptel (and perhaps a few others that I am not thinking of at the moment) have other packages that depend on them in a way that it is not safe to rebuild those without recompiling several others. (which should answer your other question). Darrick -- Darrick Hartman DJH Solutions, LLC http://www.djhsolutions.com ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Astlinux-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to [EMAIL PROTECTED]
