File: prepare-source

package info (click to toggle)
rsync 2.6.9-2etch2
  • links: PTS
  • area: main
  • in suites: etch
  • size: 3,720 kB
  • ctags: 2,572
  • sloc: ansic: 26,590; sh: 4,331; perl: 1,320; makefile: 203; python: 83; awk: 59
file content (12 lines) | stat: -rwxr-xr-x 461 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
# Use autoconf, autoheader, yodl, etc. to ready the generated files in the
# release.  This is typically used after applying a diff from the "patches"
# directory in a CVS-checked-out version.
#
# NOTE:  if you use a diff from the "patches" directory of a *release tar*
# (as opposed to from CVS), this is not needed (but doesn't hurt anything).
dir=`dirname $0`
if test x"$dir" != x -a x"$dir" != x.; then
    cd "$dir"
fi
make -f prepare-source.mak