You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Propose to change the tar file that gets created from the top level being "address_table, bit, ..." to NAME/address_table, etc, where NAME is the makefile target that was called in the original make invocation. can easily be done by something like
tar --transform 's,^,'%',' ...
this would allow these files to be untarred directly in /fw/CM without needing to make the parent directory.
The text was updated successfully, but these errors were encountered:
Propose to change the tar file that gets created from the top level being "address_table, bit, ..." to NAME/address_table, etc, where NAME is the makefile target that was called in the original make invocation. can easily be done by something like
tar --transform 's,^,'%',' ...
this would allow these files to be untarred directly in /fw/CM without needing to make the parent directory.
The text was updated successfully, but these errors were encountered: