projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fab2cb7
)
there are quite a lot of package using ln -sf in their Makefile, so this patch adds
author
Travis Kemen
<thepeople@openwrt.org>
Fri, 5 Mar 2010 20:26:14 +0000
(20:26 +0000)
committer
Travis Kemen
<thepeople@openwrt.org>
Fri, 5 Mar 2010 20:26:14 +0000
(20:26 +0000)
LN:=ln -sf
to rules.mk
-Raphael
SVN-Revision: 19998
rules.mk
patch
|
blob
|
history
diff --git
a/rules.mk
b/rules.mk
index 942c7b416f66aead39ed372681360783f3e61dcd..a7d7a34d5537643393e91cd62197458c5e76b018 100644
(file)
--- a/
rules.mk
+++ b/
rules.mk
@@
-1,5
+1,5
@@
#
-# Copyright (C) 2006-20
09
OpenWrt.org
+# Copyright (C) 2006-20
10
OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@
-142,6
+142,7
@@
TARGET_CXX:=$(if $(CONFIG_INSTALL_LIBSTDCPP),$(TARGET_CROSS)g++,no)
PATCH:=$(SCRIPT_DIR)/patch-kernel.sh
SED:=$(STAGING_DIR_HOST)/bin/sed -i -e
CP:=cp -fpR
+LN:=ln -sf
INSTALL_BIN:=install -m0755
INSTALL_DIR:=install -d -m0755