From owner-cvs-all Sun Aug 15 21:11:41 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EDF1314E64; Sun, 15 Aug 1999 21:11:38 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA07245; Sun, 15 Aug 1999 21:10:49 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199908160410.VAA07245@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 15 Aug 1999 21:10:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/cc Makefile Makefile.inc src/gnu/usr.bin/cc/c++ Makefile src/gnu/usr.bin/cc/c++filt Makefile src/gnu/usr.bin/cc/cc Makefile src/gnu/usr.bin/cc/cc1 Makefile src/gnu/usr.bin/cc/cc1obj Makefile ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/08/15 21:10:48 PDT Modified files: gnu/usr.bin/cc Makefile Makefile.inc gnu/usr.bin/cc/c++ Makefile gnu/usr.bin/cc/c++filt Makefile gnu/usr.bin/cc/cc Makefile gnu/usr.bin/cc/cc1 Makefile gnu/usr.bin/cc/cc1obj Makefile gnu/usr.bin/cc/cc1plus Makefile gnu/usr.bin/cc/cc_drv Makefile gnu/usr.bin/cc/cc_int Makefile gnu/usr.bin/cc/cc_tools Makefile gnu/usr.bin/cc/doc Makefile gnu/usr.bin/cc/f77 Makefile gnu/usr.bin/cc/f771 Makefile gnu/usr.bin/cc/f77doc Makefile Log: Purely cosmetic cleanups. - Id tag layout wrong. - "FOO =" -> "FOO=". - 4 space indention on continuation lines rather than a Basic idea checked by: bde Revision Changes Path 1.15 +1 -3 src/gnu/usr.bin/cc/Makefile 1.37 +1 -3 src/gnu/usr.bin/cc/Makefile.inc 1.12 +3 -5 src/gnu/usr.bin/cc/c++/Makefile 1.9 +3 -5 src/gnu/usr.bin/cc/c++filt/Makefile 1.16 +5 -7 src/gnu/usr.bin/cc/cc/Makefile 1.14 +3 -5 src/gnu/usr.bin/cc/cc1/Makefile 1.7 +4 -6 src/gnu/usr.bin/cc/cc1obj/Makefile 1.19 +7 -9 src/gnu/usr.bin/cc/cc1plus/Makefile 1.3 +2 -3 src/gnu/usr.bin/cc/cc_drv/Makefile 1.21 +2 -3 src/gnu/usr.bin/cc/cc_int/Makefile 1.36 +8 -6 src/gnu/usr.bin/cc/cc_tools/Makefile 1.9 +2 -2 src/gnu/usr.bin/cc/doc/Makefile 1.8 +1 -3 src/gnu/usr.bin/cc/f77/Makefile 1.2 +1 -1 src/gnu/usr.bin/cc/f771/Makefile 1.2 +1 -1 src/gnu/usr.bin/cc/f77doc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message