|
|
890868 |
diff --git a/star/Makefile b/star/Makefile
|
|
|
890868 |
index e868c62..c47e81d 100644
|
|
|
890868 |
--- a/star/all.mk
|
|
|
890868 |
+++ b/star/all.mk
|
|
|
890868 |
@@ -12,7 +12,7 @@ include $(SRCROOT)/$(RULESDIR)/rules.top
|
|
|
890868 |
# and copy star_fat.mk to Makefile.
|
|
|
890868 |
#
|
|
|
890868 |
|
|
|
890868 |
-MK_FILES= star.mk pax.mk suntar.mk gnutar.mk cpio.mk
|
|
|
890868 |
+MK_FILES= star.mk pax.mk cpio.mk
|
|
|
890868 |
|
|
|
890868 |
###########################################################################
|
|
|
890868 |
include $(SRCROOT)/$(RULESDIR)/rules.mks
|
|
|
890868 |
diff --git a/star/cpio.mk b/star/cpio.mk
|
|
|
890868 |
index 37a6dd2..0391239 100644
|
|
|
890868 |
--- a/star/cpio.mk
|
|
|
890868 |
+++ b/star/cpio.mk
|
|
|
890868 |
@@ -22,15 +22,16 @@ CPPOPTS += -DUSE_FFLAGS
|
|
|
890868 |
CPPOPTS += -DSCHILY_PRINT
|
|
|
890868 |
CFILES= cpio.c header.c cpiohdr.c xheader.c xattr.c \
|
|
|
890868 |
list.c extract.c create.c append.c diff.c restore.c \
|
|
|
890868 |
- remove.c star_unix.c acl_unix.c acltext.c fflags.c \
|
|
|
890868 |
+ remove.c star_unix.c lpath_unix.c \
|
|
|
890868 |
+ acl_unix.c acltext.c fflags.c \
|
|
|
890868 |
buffer.c dirtime.c lhash.c \
|
|
|
890868 |
hole.c longnames.c \
|
|
|
890868 |
movearch.c table.c props.c \
|
|
|
890868 |
unicode.c \
|
|
|
890868 |
subst.c volhdr.c \
|
|
|
890868 |
chdir.c match.c defaults.c dumpdate.c \
|
|
|
890868 |
- fifo.c device.c checkerr.c \
|
|
|
890868 |
- findinfo.c pathname.c
|
|
|
890868 |
+ fifo.c device.c checkerr.c paxopts.c \
|
|
|
890868 |
+ findinfo.c pathname.c version.c
|
|
|
890868 |
HFILES= star.h starsubs.h dirtime.h xtab.h xutimes.h \
|
|
|
890868 |
movearch.h table.h props.h fifo.h diff.h \
|
|
|
890868 |
checkerr.h dumpdate.h bitstring.h pathname.h
|
|
|
890868 |
diff --git a/star/pax.mk b/star/pax.mk
|
|
|
890868 |
index 73c6bc1..bd71e9b 100644
|
|
|
890868 |
--- a/star/pax.mk
|
|
|
890868 |
+++ b/star/pax.mk
|
|
|
890868 |
@@ -23,18 +23,19 @@ CPPOPTS += -DPAX
|
|
|
890868 |
CPPOPTS += -DSCHILY_PRINT
|
|
|
890868 |
CFILES= pax.c header.c cpiohdr.c xheader.c xattr.c \
|
|
|
890868 |
list.c extract.c create.c append.c diff.c restore.c \
|
|
|
890868 |
- remove.c star_unix.c acl_unix.c acltext.c fflags.c \
|
|
|
890868 |
+ remove.c star_unix.c lpath_unix.c \
|
|
|
890868 |
+ acl_unix.c acltext.c fflags.c \
|
|
|
890868 |
buffer.c dirtime.c lhash.c \
|
|
|
890868 |
hole.c longnames.c \
|
|
|
890868 |
movearch.c table.c props.c \
|
|
|
890868 |
unicode.c \
|
|
|
890868 |
subst.c volhdr.c \
|
|
|
890868 |
chdir.c match.c defaults.c dumpdate.c \
|
|
|
890868 |
- fifo.c device.c checkerr.c \
|
|
|
890868 |
- findinfo.c pathname.c
|
|
|
890868 |
+ fifo.c device.c checkerr.c paxopts.c \
|
|
|
890868 |
+ findinfo.c pathname.c version.c
|
|
|
890868 |
HFILES= star.h starsubs.h dirtime.h xtab.h xutimes.h \
|
|
|
890868 |
- movearch.h table.h props.h fifo.h diff.h \
|
|
|
890868 |
- checkerr.h dumpdate.h bitstring.h pathname.h
|
|
|
890868 |
+ movearch.h table.h props.h fifo.h diff.h restore.h \
|
|
|
890868 |
+ checkerr.h dumpdate.h bitstring.h
|
|
|
890868 |
LIBS= -ldeflt -lrmt -lfind -lschily $(LIB_ACL) $(LIB_ATTR) $(LIB_SOCKET) $(LIB_INTL) $(LIB_CAP)
|
|
|
890868 |
XMK_FILE= spaxman.mk
|
|
|
890868 |
|