Subject: CVS commit: src/tools/binutils
To: None <source-changes@NetBSD.org>
From: Masao Uebayashi <uebayasi@netbsd.org>
List: source-changes
Date: 11/19/2007 05:54:04
Module Name:	src
Committed By:	uebayasi
Date:		Mon Nov 19 05:54:04 UTC 2007

Modified Files:
	src/tools/binutils: Makefile

Log Message:
target:
	cmd1 && cmd2 && cmd3

|	|	|
v	v	v

target:
	cmd1
	cmd2
	cmd3

This makes the script (cmd1 && cmd2 && cmd3) slightly easier to debug.  No
functional change expected.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/tools/binutils/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.