47542eb173
Summary of changes (see NEWS and Changelog from the distribution for details): - don't allow absolute paths, and path containing ../ * New option --overwrite-dir * New option --recursion (the default) that is the inverse of --no-recursion. * New options --anchored, --ignore-case, --wildcards, --wildcards-match-slash, and their negations (e.g., --no-anchored). Along with --recursion and --no-recursion, these options control how exclude patterns are interpreted. * The default interpretation of exclude patterns is now --no-anchored --no-ignore-case --recursion --wildcards --wildcards-match-slash. * The --no-recursion option now affects extraction too. * New options --no-same-owner, --no-same-permissions. * New option -y or --bzip2 for bzip2 compression, by popular request.
22 lines
578 B
Text
22 lines
578 B
Text
$NetBSD: patch-aa,v 1.5 2002/11/20 16:57:55 bouyer Exp $
|
|
|
|
--- src/Makefile.in.orig Wed Sep 26 22:34:33 2001
|
|
+++ src/Makefile.in Sun Nov 17 18:04:11 2002
|
|
@@ -103,7 +103,7 @@
|
|
|
|
AUTOMAKE_OPTIONS = gnits
|
|
bin_PROGRAMS = tar
|
|
-libexec_PROGRAMS = @RMT@
|
|
+libexec_PROGRAMS =
|
|
EXTRA_PROGRAMS = rmt
|
|
|
|
noinst_HEADERS = arith.h common.h rmt.h system.h tar.h
|
|
@@ -127,7 +127,7 @@
|
|
CONFIG_CLEAN_FILES =
|
|
EXTRA_PROGRAMS = rmt$(EXEEXT)
|
|
bin_PROGRAMS = tar$(EXEEXT)
|
|
-libexec_PROGRAMS = @RMT@
|
|
+libexec_PROGRAMS =
|
|
PROGRAMS = $(bin_PROGRAMS) $(libexec_PROGRAMS)
|
|
|
|
am_rmt_OBJECTS = rmt.$(OBJEXT)
|