Remove nix-related patches and files
Everything has now been moved to https://gitlab.redox-os.org/redox-os/redox-nix :)
This commit is contained in:
parent
40b94e5d3a
commit
99d181f13d
2 changed files with 0 additions and 23 deletions
|
@ -92,8 +92,6 @@ $(PREFIX)/gcc-install: $(PREFIX)/gcc-install.tar.gz
|
|||
rm -rf "$@.partial" "$@"
|
||||
mkdir -p "$@.partial"
|
||||
tar --extract --file "$<" --directory "$@.partial" --strip-components=1
|
||||
[ -n "$$NIX_INTERPRETER" ] && find "$@.partial" -executable -type f -exec \
|
||||
patchelf --set-interpreter "$$NIX_INTERPRETER" "{}" \;
|
||||
touch "$@.partial"
|
||||
mv "$@.partial" "$@"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue