projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5091a9f
)
ethtool: don't specify STRIPPROG
author
Peter Korsgaard
<jacmet@sunsite.dk>
Mon, 4 Aug 2008 19:08:26 +0000
(19:08 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Mon, 4 Aug 2008 19:08:26 +0000
(19:08 -0000)
The correct strip program gets picked up at configure time, so no need to
specify it at target install time.
package/ethtool/ethtool.mk
patch
|
blob
|
history
diff --git
a/package/ethtool/ethtool.mk
b/package/ethtool/ethtool.mk
index d1dd2c7ef8fec625f95ac1b52d24b17ae13ad0bc..876bbc7c230564c12455eadd6ebc92ffb5c7e153 100644
(file)
--- a/
package/ethtool/ethtool.mk
+++ b/
package/ethtool/ethtool.mk
@@
-10,7
+10,7
@@
ETHTOOL_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/gk
ETHTOOL_AUTORECONF:=no
ETHTOOL_INSTALL_STAGING:=NO
ETHTOOL_INSTALL_TARGET:=YES
-ETHTOOL_INSTALL_TARGET_OPT:=DESTDIR=$(TARGET_DIR)
STRIPPROG='$(STRIPCMD)'
install-strip
+ETHTOOL_INSTALL_TARGET_OPT:=DESTDIR=$(TARGET_DIR) install-strip
ETHTOOL_UNINSTALL_TARGET_OPT:=DESTDIR=$(TARGET_DIR) uninstall
ETHTOOL_DEPENDENCIES:=uclibc