Issue 77247 - TAR_EXCLUDE broken for solaris tar
Summary: TAR_EXCLUDE broken for solaris tar
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: solenv (show other issues)
Version: current
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: hjs
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-11 14:11 UTC by hjs
Modified: 2013-08-07 15:34 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description hjs 2007-05-11 14:11:38 UTC
TAR_EXLCUDE feature (tg_ext.mk) doesn't work on solaris when using non-gnu tar
command as the --exclude switch is unknown.
workaround used to get afms/makefile.mk going...
Comment 1 hjs 2007-06-12 15:25:33 UTC
even with -X (exclude from file) there is no common syntax between solaris and
gnu tar:

gnu tar
tar -X excludes -xf Adobe-Core35_AFMs-314.tar

solaris
tar -xXf excludes Adobe-Core35_AFMs-314.tar

as the tar command used on a solaris system may also be a gnu one, detecting
which type of tar is present seems to be mandatory.
Comment 2 hjs 2010-03-01 13:52:35 UTC
making gnu tar a prerequisite obsoletes this issue
Comment 3 kurt.zenker 2010-03-22 17:33:13 UTC
verified
Comment 4 hjs 2010-04-15 11:20:42 UTC
.