We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b598ee commit f30e449Copy full SHA for f30e449
tools/Rules.release
@@ -24,6 +24,9 @@ release-bin:
24
@if test $(TOOLS_BIN) ; then \
25
$(PRINTF) 'Installing %s to %s\n' $(TOOLS_BIN) $(PS2SDK) ; \
26
cp -f $(TOOLS_BIN) $(RELEASE_TOOLS_DIRS) ; \
27
+ for file in $(TOOLS_BIN_ALTNAMES); do \
28
+ ln -sf $$(basename $(TOOLS_BIN)) $(RELEASE_TOOLS_DIRS)/$$file; \
29
+ done; \
30
fi;
31
32
release: release-dirs release-bin
0 commit comments