From owner-cvs-all Thu Sep 17 09:32:27 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA07039 for cvs-all-outgoing; Thu, 17 Sep 1998 09:32:27 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA06964; Thu, 17 Sep 1998 09:32:20 -0700 (PDT) (envelope-from andreas@FreeBSD.org) From: Andreas Klemm Received: (from andreas@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA14283; Thu, 17 Sep 1998 09:32:01 -0700 (PDT) Date: Thu, 17 Sep 1998 09:32:01 -0700 (PDT) Message-Id: <199809171632.JAA14283@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src Makefile.inc0 Makefile.inc1 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk andreas 1998/09/17 09:32:00 PDT Modified files: . Makefile.inc0 Makefile.inc1 Log: Purely cosmetic but useful change. Make output of make world more readable for grep. Now a grep '>>>' world.log shows you the single stages through which the bootstrap process went as discussed on -current. Could be used to debug the bootstrap mechanism in case of trouble more easily. Would be fine if any further @echo "..." messages containing a description, what's going on, could use the new format: @echo ">>> ..." Revision Changes Path 1.8 +5 -5 src/Makefile.inc0 1.17 +36 -36 src/Makefile.inc1