This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#9280 - fix "make tar" for BSD tar compatibility
Attached to Project:
Rockbox
Opened by Geert Hendrickx (ghen) - Thursday, 14 August 2008, 15:27 GMT+2
Last edited by Jens Arnold (amiconn) - Wednesday, 27 August 2008, 01:23 GMT+2
Opened by Geert Hendrickx (ghen) - Thursday, 14 August 2008, 15:27 GMT+2
Last edited by Jens Arnold (amiconn) - Wednesday, 27 August 2008, 01:23 GMT+2
|
DetailsThe "make tar" target uses tar -u to update an existing tarfile. This doesn't work however with BSD tar if the tarfile doesn't exist yet, and the Makefile explicitly removes the tarfile initially (so why use -u anyway?). Changing -u (update) into -c (create) makes this compatible with both GNU and BSD tar (tested on NetBSD with both versions of tar).
|
This task depends upon
Closed by Jens Arnold (amiconn)
Wednesday, 27 August 2008, 01:23 GMT+2
Reason for closing: Fixed
Additional comments about closing: Fix committed to SVN, including the necessary buildzip.pl changes.
Wednesday, 27 August 2008, 01:23 GMT+2
Reason for closing: Fixed
Additional comments about closing: Fix committed to SVN, including the necessary buildzip.pl changes.
As agreed on IRC, it would be better to modify buildzip.pl to call $ziptool only once.