Tweaked a comment.
[rsync/rsync.git] / prepare-source
1 #!/bin/sh
2 # Use autoconf, autoheader, yodl, etc. to ready the generated files
3 # in the release.  This is typically used after applying a diff from
4 # "patches" directory in CVS.
5 #
6 # NOTE:  if you use a diff from the "patches" directory in a release
7 # tar, this is not needed (but doesn't hurt anything).
8 dir=`dirname $0`
9 if test x"$dir" = x -o x"$dir" = x.; then
10     make -f prepare-source.mak
11 else
12     make -C "$dir" -f prepare-source.mak
13 fi