aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tar/Makefile
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2008-05-18 06:24:47 +0000
committerColin Percival <cperciva@FreeBSD.org>2008-05-18 06:24:47 +0000
commit06a047f0f12ef93fb96b15cb5f3182c902e71e92 (patch)
tree1b5dbb3aaefee767b02f45a0a1c021a1d1841cf0 /usr.bin/tar/Makefile
parent1ec1304bdb04575f37509b7a63b9124e428fe6ba (diff)
downloadsrc-06a047f0f12ef93fb96b15cb5f3182c902e71e92.tar.gz
src-06a047f0f12ef93fb96b15cb5f3182c902e71e92.zip
Add SIGINFO (and for portability to SIGINFO-lacking systems, SIGUSR1)
handling to bsdtar. When writing archives (including copying via the @archive directive) a line is output to stderr indicating what is being done (adding or copying), the path, and how far through the file we are; extracting currently does not report progress within each file, but this is likely to happen eventually. Discussed with: kientzle Obtained from: tarsnap
Notes
Notes: svn path=/head/; revision=179083
Diffstat (limited to 'usr.bin/tar/Makefile')
-rw-r--r--usr.bin/tar/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tar/Makefile b/usr.bin/tar/Makefile
index fb13745f1415..b4fe8b53257b 100644
--- a/usr.bin/tar/Makefile
+++ b/usr.bin/tar/Makefile
@@ -2,7 +2,7 @@
PROG= bsdtar
BSDTAR_VERSION_STRING=2.5.0b
-SRCS= bsdtar.c getdate.y matching.c read.c tree.c util.c write.c
+SRCS= bsdtar.c getdate.y matching.c read.c siginfo.c tree.c util.c write.c
WARNS?= 5
DPADD= ${LIBARCHIVE} ${LIBBZ2} ${LIBZ}
LDADD= -larchive -lbz2 -lz