Changes in uspace/app/binutils/Makefile [8afa52c:bb285b4] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/binutils/Makefile
r8afa52c rbb285b4 36 36 # Information for obtaining specific binutils redistributable package. 37 37 # Might be subject to change in the future. 38 REDIST_VERSION = 2.21 .138 REDIST_VERSION = 2.21 39 39 REDIST_NAME = binutils-$(REDIST_VERSION) 40 40 REDIST_FILENAME = $(REDIST_NAME).tar.bz2 41 41 REDIST_SOURCE = ftp://ftp.gnu.org/gnu/binutils/ 42 REDIST_MIRROR = http://www.helenos.org/binutils/43 42 44 43 # Directory for the binutils source tree. … … 168 167 $(REDIST_FILENAME): 169 168 wget -c $(REDIST_SOURCE)$(REDIST_FILENAME) 170 if [ ! -e $(REDIST_FILENAME) ]; then \171 wget -c $(REDIST_MIRROR)$(REDIST_FILENAME); \172 fi173 169 174 170 # Extract binutils source tree.
Note:
See TracChangeset
for help on using the changeset viewer.