diff options
Diffstat (limited to 'Porting/makerel')
-rwxr-xr-x | Porting/makerel | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/makerel b/Porting/makerel index 2f845487a0..39730b3d60 100755 --- a/Porting/makerel +++ b/Porting/makerel @@ -34,7 +34,7 @@ usage: $0 [ -r rootdir ] [-s suffix ] [ -b ] [ -n ] -r rootdir directory under which to create the build dir and tarball defaults to '..' -s suffix suffix to append to to the perl-x.y.z dir and tarball name - defaults to the concatenaion of the local_patches entry + defaults to the concatenation of the local_patches entry in patchlevel.h (or blank, if none) -b make a .bz2 file in addtion to a .gz file -n do not make any tarballs, just the directory |