summaryrefslogtreecommitdiffstats
path: root/usr.bin/tar/Makefile
diff options
context:
space:
mode:
authorcperciva <cperciva@FreeBSD.org>2008-05-18 06:24:47 +0000
committercperciva <cperciva@FreeBSD.org>2008-05-18 06:24:47 +0000
commit62fbb839584ccf0862199f020dd0e780e05a486e (patch)
tree1b5dbb3aaefee767b02f45a0a1c021a1d1841cf0 /usr.bin/tar/Makefile
parenta8f81206ad84b1ab64280e9138a55223f038fc54 (diff)
downloadFreeBSD-src-62fbb839584ccf0862199f020dd0e780e05a486e.zip
FreeBSD-src-62fbb839584ccf0862199f020dd0e780e05a486e.tar.gz
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
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 fb13745..b4fe8b5 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
OpenPOWER on IntegriCloud