projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fine tune package, add example conf
[openwrt.git]
/
obsolete-buildroot
/
make
/
binutils-uclibc.mk
diff --git
a/obsolete-buildroot/make/binutils-uclibc.mk
b/obsolete-buildroot/make/binutils-uclibc.mk
index
ae2e528
..
aec830c
100644
(file)
--- a/
obsolete-buildroot/make/binutils-uclibc.mk
+++ b/
obsolete-buildroot/make/binutils-uclibc.mk
@@
-46,15
+46,15
@@
$(STAGING_DIR)/$(REAL_GNU_TARGET_NAME)/bin/ld: $(BINUTILS_DIR1)/binutils/objdump
$(MAKE) $(JLEVEL) -C $(BINUTILS_DIR1) install
binutils-dependancies:
$(MAKE) $(JLEVEL) -C $(BINUTILS_DIR1) install
binutils-dependancies:
- @if [
! -x /usr/bin/bison
] ; then \
+ @if [
-z "`which bison`"
] ; then \
echo -e "\n\nYou must install 'bison' on your build machine\n"; \
exit 1; \
fi;
echo -e "\n\nYou must install 'bison' on your build machine\n"; \
exit 1; \
fi;
- @if [
! -x /usr/bin/flex
] ; then \
+ @if [
-z "`which flex`"
] ; then \
echo -e "\n\nYou must install 'flex' on your build machine\n"; \
exit 1; \
fi;
echo -e "\n\nYou must install 'flex' on your build machine\n"; \
exit 1; \
fi;
- @if [
! -x /usr/bin/msgfmt
] ; then \
+ @if [
-z "`which msgfmt`"
] ; then \
echo -e "\n\nYou must install 'gettext' on your build machine\n"; \
exit 1; \
fi;
echo -e "\n\nYou must install 'gettext' on your build machine\n"; \
exit 1; \
fi;
This page took
0.020917 seconds
and
4
git commands to generate.