From owner-freebsd-questions Tue Jul 29 16:19:23 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA20413 for questions-outgoing; Tue, 29 Jul 1997 16:19:23 -0700 (PDT) Received: from limbo.senate.org (nathan@senate.org [204.141.125.38]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA20400 for ; Tue, 29 Jul 1997 16:19:16 -0700 (PDT) Received: (from nathan@localhost) by limbo.senate.org (8.8.6/8.8.6) id TAA17251 for freebsd-questions@FreeBSD.org; Tue, 29 Jul 1997 19:17:12 -0400 (EDT) Date: Tue, 29 Jul 1997 19:17:12 -0400 (EDT) From: Nathan Dorfman Message-Id: <199707292317.TAA17251@limbo.senate.org> To: freebsd-questions@FreeBSD.org Subject: make world minus unchanged? Sender: owner-freebsd-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Is it possible to recompile the world without touching binaries that are unchanged since the last make world? I.e., /bin/sh probably has little reason to change, why recompile it? Also, what affect will cvsup as a whole have on changes I've incorporated into the source tree? I.e. I want to modify my su so that an su to root reads class root's new path record (it's annoying otherwise). Would I have to make a diff patch and apply it after each cvsup? Danke sehr in advance, Nathan