summaryrefslogtreecommitdiffstats
path: root/rules/uclibc.make
diff options
context:
space:
mode:
authorLadislav Michl <ladis@linux-mips.org>2008-01-13 19:57:09 +0000
committerLadislav Michl <ladis@linux-mips.org>2008-01-13 19:57:09 +0000
commit809071de6fce55bcc20c39861a3be7e60a2e3361 (patch)
treea7f29442454ae25398e616d8655bbc965a5bbd19 /rules/uclibc.make
parentc4f6a4973a4b6cc2ff9e31f709ab00e70062579e (diff)
downloadOSELAS.Toolchain-809071de6fce55bcc20c39861a3be7e60a2e3361.tar.gz
OSELAS.Toolchain-809071de6fce55bcc20c39861a3be7e60a2e3361.tar.xz
Use sed, not perl to process .config
git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@5192 f8d472c7-5700-0410-ac5a-87979cec3adf
Diffstat (limited to 'rules/uclibc.make')
-rw-r--r--rules/uclibc.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/uclibc.make b/rules/uclibc.make
index 1e5a937..d3202de 100644
--- a/rules/uclibc.make
+++ b/rules/uclibc.make
@@ -77,8 +77,8 @@ UCLIBC_MAKEVARS := \
$(STATEDIR)/uclibc.prepare:
@$(call targetinfo, $@)
- grep -e PTXCONF_UC_ $(PTXDIST_WORKSPACE)/ptxconfig > $(UCLIBC_DIR)/.config
- perl -i -p -e 's/PTXCONF_UC_//g' $(UCLIBC_DIR)/.config
+ grep -e PTXCONF_UC_ $(PTXDIST_WORKSPACE)/ptxconfig | \
+ sed -e 's/PTXCONF_UC_//g' > $(UCLIBC_DIR)/.config
@$(call uclibc_fix_config, $(UCLIBC_DIR)/.config)
yes "" | $(UCLIBC_PATH) $(MAKE) -C $(UCLIBC_DIR) \
$(UCLIBC_MAKEVARS) \