Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

Commit

Permalink
Fix windows/makes/tree inclusion of gcc-install (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJohnson authored Sep 21, 2018
1 parent 15219ac commit 3883c79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions windows/makes/tree
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/zsh

rm -rf tree-install
mkdir tree-install
sh -c 'cd gcc-install/ && tar cf - c' | sh -c 'cd tree-install/ && tar xf -'
mkdir -p tree-install/c/Users/Public
sh -c 'cd gcc-install/ && tar cf - .' | sh -c 'cd tree-install/c/Users/Public && tar xf -'
sh -c 'cd binutils-install/ && tar cf - c' | sh -c 'cd tree-install/ && tar xf -'
sh -c 'cd sysroot-install/ && tar cf - c' | sh -c 'cd tree-install/ && tar xf -'
sh -c 'cd gdb-install/ && tar cf - c' | sh -c 'cd tree-install/ && tar xf -'
Expand Down

0 comments on commit 3883c79

Please sign in to comment.