This is the mail archive of the sid@sources.redhat.com mailing list for the SID project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[RFA] Cosmetic change to pregen-configs.in


I'd like to suggest the following change, to cut down on noisy output
during the build.  Okay to commit?  Any objections?


2001-07-02  Ben Elliston  <bje@redhat.com>

	* pregen-configs.in (mvic): Be silent if a file is unchanged.

Index: pregen-configs.in
===================================================================
RCS file: /cvs/cvsfiles/devo/sid/bsp/pregen/pregen-configs.in,v
retrieving revision 1.11
diff -u -c -r1.11 pregen-configs.in
*** pregen-configs.in	2001/07/02 05:40:26	1.11
--- pregen-configs.in	2001/07/02 05:52:14
***************
*** 31,38 ****
  	if [ "$sum1" != "$sum2" ]; then
  	    mv -f $1 $srcdir/$2
  	    echo "$2 updated."
- 	else
- 	    echo "$2 effectively unchanged."
  	fi
      fi
      rm -f $1
--- 31,36 ----


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]