Skip to content

Commit

Permalink
Makefile: use symlinks rather than copies of the binutils-gdb source
Browse files Browse the repository at this point in the history
  • Loading branch information
pipcet committed Feb 11, 2021
1 parent 27f2961 commit 9c500f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ wasm32/cross/stamp/build: | wasm32/cross/stamp
# binutils-gdb requires source tree modification, so we copy the source.
wasm32/cross/src/binutils-gdb: | wasm32/cross/src
$(MKDIR) $@T
(cd subrepos/binutils-gdb; tar c --exclude .git .) | (cd $@T; tar x)
cp -as $(PWD)/subrepos/binutils-gdb/* $@T/
mv $@T $@

wasm32/cross/stamp/configure/binutils-gdb: | wasm32/cross/src/binutils-gdb wasm32/cross/build/binutils-gdb wasm32/cross/stamp/configure
Expand Down

0 comments on commit 9c500f6

Please sign in to comment.