| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | rkpatch.sh | 37 sed -i 's/^CONFIG_BOOTDELAY=5/CONFIG_BOOTDELAY=0/g' .config 41 sed -i 's/\<debug\>/printf/g' lib/initcall.c 42 sed -i 's/ifdef DEBUG/if 1/g' lib/initcall.c 46 sed -i 's/\<debug\>/printf/g' ./common/board_f.c 47 sed -i 's/\<debug\>/printf/g' ./common/board_r.c 51 sed -i '$i \#define DEBUG\' include/configs/rockchip-common.h 59 sed -i 's/^CONFIG_BOOTDELAY=0/CONFIG_BOOTDELAY=5/g' .config 63 …sed -i 's/\# CONFIG_BOOTSTAGE_PRINTF_TIMESTAMP is not set/CONFIG_BOOTSTAGE_PRINTF_TIMESTAMP=y/g' .… 67 …sed -i '/save_boot_params_ret:/a\ldr r0, =CONFIG_DEBUG_UART_BASE\nmov r1, #100\nloop:\nmov r2, #0x… 72 …sed -i '/save_boot_params_ret:/a\ldr x0, =CONFIG_DEBUG_UART_BASE\nmov x1, #100\nloop:\nmov x2, #0x… [all …]
|
| H A D | fit-unpack.sh | 81 VALUE=`echo " "${VALUE} | sed "s/ / 0x/g"` 121 sed -i "s/\"\/INCBIN\/(\(.*\))\"/\/incbin\/(\"\1\")/" ${ITS} 124 sed -i "/memreserve/d" ${ITS} 125 sed -i "/timestamp/d" ${ITS} 126 sed -i "/data-size/d" ${ITS} 127 sed -i "/data-position/d" ${ITS} 128 sed -i "/value/d" ${ITS} 129 sed -i "/hashed-strings/d" ${ITS} 130 sed -i "/hashed-nodes/d" ${ITS} 131 sed -i "/signer-version/d" ${ITS} [all …]
|
| H A D | spl.sh | 59 MAGIC=`sed -n '/NAME=/s/NAME=//p' ${INI}` 78 sed -i "1s/^/${MAGIC:0:4}/" tmp/tpl.bin 82 sed -i "s/FlashData=.*$/FlashData=.\/tmp\/tpl.bin/" ${TMP_INI} 83 sed -i "0,/Path1=.*/s/Path1=.*$/Path1=.\/tmp\/tpl.bin/" ${TMP_INI} 84 sed -i "s/FlashBoot=.*$/FlashBoot=.\/tmp\/u-boot-spl.bin/" ${TMP_INI} 92 sed -i "1s/^/${MAGIC:0:4}/" tmp/tpl.bin 94 sed -i "s/FlashData=.*$/FlashData=.\/tmp\/tpl.bin/" ${TMP_INI} 95 sed -i "0,/Path1=.*/s/Path1=.*$/Path1=.\/tmp\/tpl.bin/" ${TMP_INI} 99 sed -i "s/FlashBoot=.*$/FlashBoot=.\/tmp\/u-boot-spl.bin/" ${TMP_INI}
|
| /OK3568_Linux_fs/buildroot/dl/stressapptest/git/ |
| H A D | depcomp | 69 sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} 70 tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} 142 sed -e 's/^[^:]*: / /' \ 157 sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile" 193 | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \ 201 | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ 218 dir=`echo "$object" | sed -e 's|/[^/]*$|/|'` 220 base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` 248 sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile" 250 sed -e 's,^.*\.[a-z]*:[ ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile" [all …]
|
| H A D | missing | 166 files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` 172 sed -e 's/^[^:]*://' -e 's/:.*//'`;; 186 sed 's/\.am$/.in/' | 198 file=`echo "$*" | sed -n "$sed_output"` 199 test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` 224 SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` 228 SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` 254 SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` 273 file=`echo "$*" | sed -n "$sed_output"` 274 test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` [all …]
|
| H A D | config.guess | 35 me=`echo "$0" | sed -e 's,.*/,,'` 152 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'` 182 arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'` 183 endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'` 214 abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"` 227 release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2` 236 UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'` 240 UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` 244 UNAME_MACHINE_ARCH=`arch | sed 's/^.*BSD\.//'` 281 …ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head … [all …]
|
| H A D | config.sub | 53 me=`echo "$0" | sed -e 's,.*/,,'` 115 maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` 123 basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` 127 basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown 130 basic_machine=`echo $1 | sed 's/-[^-]*$//'` 132 then os=`echo $1 | sed 's/.*-/-/'` 181 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` 185 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` 189 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` 192 os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` [all …]
|
| /OK3568_Linux_fs/rkbin/scripts/ |
| H A D | checkpatch.sh | 19 DOC=`git log ${ARG_COMMIT} -1 --name-only | sed -n "/_EN\.md/p"` 24 DOC=`git log ${ARG_COMMIT} -1 --name-only | sed -n "/_CN\.md/p"` 30 git show ${ARG_COMMIT} -1 ${DOC} | sed -n "/^+/p" > ${DIFF_DOC_ALL} 31 git show ${ARG_COMMIT} -1 ${DOC} | sed -n "/^+/p" > ${DIFF_DOC_ALL}.dos 40 TITLE=`sed -n "/^+## /p" ${DIFF_DOC_ALL} | tr -d " +#"` 41 DATE=`sed -n "/^+| 20[0-9][0-9]-/p" ${DIFF_DOC_ALL} | tr -d " " | awk -F "|" '{ print $2 }'` 42 …YEAR=`sed -n "/^+| 20[0-9][0-9]-/p" ${DIFF_DOC_ALL} | tr -d " " | awk -F "|" '{ print $2 }' | awk … 43 …MON=`sed -n "/^+| 20[0-9][0-9]-/p" ${DIFF_DOC_ALL} | tr -d " " | awk -F "|" '{ print $2 }' | awk -… 44 FILE=`sed -n "/^+| 20[0-9][0-9]-/p" ${DIFF_DOC_ALL} | tr -d " " | awk -F "|" '{ print $3 }'` 45 COMMIT=`sed -n "/^+| 20[0-9][0-9]-/p" ${DIFF_DOC_ALL} | tr -d " " | awk -F "|" '{ print $4 }'` [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/ |
| H A D | makefile.patch | 7 rm -f $(DESTDIR)/$(bindir)/`echo lsb | sed -e '$(transform)'` 8 ln $(DESTDIR)/$(bindir)/`echo lsz |sed -e '$(transform)'` \ 9 $(DESTDIR)/$(bindir)/`echo lsb |sed -e '$(transform)'` 10 - rm -f $(bindir)/`echo lsx | sed -e '$(transform)'` 11 + rm -f $(DESTDIR)/$(bindir)/`echo lsx | sed -e '$(transform)'` 12 ln $(DESTDIR)/$(bindir)/`echo lsz |sed -e '$(transform)'` \ 13 $(DESTDIR)/$(bindir)/`echo lsx |sed -e '$(transform)'` 14 - rm -f $(bindir)/`echo lrb | sed -e '$(transform)'` 15 + rm -f $(DESTDIR)/$(bindir)/`echo lrb | sed -e '$(transform)'` 16 ln $(DESTDIR)/$(bindir)/`echo lrz |sed -e '$(transform)'` \ [all …]
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | depcomp | 65 */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;; 74 base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` 98 { sed -e "s,^.*\.[$lower]*:,$object:," < "$tmpdepfile" 99 sed -e "s,^.*\.[$lower]*:[$tab ]*,," -e 's,$,:,' < "$tmpdepfile" 126 sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} 127 tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} 227 sed -e 's/^[^:]*: / /' \ 242 | sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \ 243 | sed -e 's/$/ :/' >> "$depfile" 276 | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' \ [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/sed/ |
| H A D | sed_4.8.bb | 2 HOMEPAGE = "http://www.gnu.org/software/sed/" 3 DESCRIPTION = "sed (stream editor) is a non-interactive command-line text editor." 6 file://sed/sed.h;beginline=1;endline=15;md5=fb3c7e6fbca6f66943859153d4be8efe \ 10 SRC_URI = "${GNU_MIRROR}/sed/sed-${PV}.tar.xz \ 31 mv ${D}${bindir}/sed ${D}${base_bindir}/sed 36 ALTERNATIVE:${PN} = "sed" 37 ALTERNATIVE_LINK_NAME[sed] = "${base_bindir}/sed" 51 …sed -e 's/^Makefile:/_Makefile:/' -e 's/^srcdir = \(.*\)/srcdir = ./' -e 's/bash/sh/' -i ${D}${PTE… 52 for i in `grep -rl "sed/sed" ${D}${PTEST_PATH}`; do sed -e 's/..\/sed\/sed/sed/' -i $i; done 54 sed -e 's,--sysroot=${STAGING_DIR_TARGET},,g' \ [all …]
|
| /OK3568_Linux_fs/kernel/security/apparmor/ |
| H A D | Makefile | 28 sed $< >>$@ -r -n -e "/AF_MAX/d" -e "/AF_LOCAL/d" -e "/AF_ROUTE/d" -e \ 32 sed -r -n -e "/AF_MAX/d" -e "/AF_LOCAL/d" -e "/AF_ROUTE/d" -e \ 34 $< | tr '\n' ' ' | sed -e 's/ $$/"\n/' >> $@ 43 sed $^ >>$@ -r -n \ 54 sed $< >>$@ -r -n -e '/CAP_FS_MASK/d' \ 58 sed $< -r -n -e '/CAP_FS_MASK/d' \ 60 tr '\n' ' ' | sed -e 's/ $$/"\n/' >> $@ 87 sed $< >> $@ -r -n \ 91 sed -r -n "s/^\# ?define[ \t]+(RLIMIT_[A-Z0-9_]+).*/\1,/p" $< >> $@ ;\ 94 sed -r -n 's/^\# ?define[ \t]+RLIMIT_([A-Z0-9_]+).*/\L\1/p' $< | \ [all …]
|
| /OK3568_Linux_fs/buildroot/package/python3/ |
| H A D | 0010-Misc-python-config.sh.in-ensure-sed-invocations-only.patch | 4 Subject: [PATCH] Misc/python-config.sh.in: ensure sed invocations only match 7 The build/real prefix handling using sed breaks if build != real and the 17 the double sed invocation (prefix is already expanded). Work around it by 38 # Use sed to fix paths from their built-to locations to their installed-to 44 +prefix=$(echo "$prefix_build" | sed "s#^$prefix_build#$prefix_real#") 45 +exec_prefix=$(echo "$exec_prefix_build" | sed "s#^$exec_prefix_build#$prefix_real#") 47 -includedir=$(echo "@includedir@" | sed "s#$prefix#$prefix_real#") 48 -libdir=$(echo "@libdir@" | sed "s#$prefix#$prefix_real#") 49 -CFLAGS=$(echo "@CFLAGS@" | sed "s#$prefix#$prefix_real#") 50 +includedir=$(echo "@includedir@" | sed "s#^$prefix_build#$prefix_real#") [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/scripts/ |
| H A D | partition-helper | 126 } | sed "=" | sed "N;s/\n/: /" 156 done < "$PART_TABLE" | sed 's/)\([^$]\)/),\1/g' 168 sed -i "/^CMDLINE:/s/0x.*/$PARTS/" "$PARAMETER" 177 sed -i '1i # name size' "$PART_TABLE" 179 sed -i '/#/d' "$PART_TABLE" 213 PART_NAME=$(sed -n "$(($IDX + 1))s/\(^[^ ]*\) .*/\1/p" "$PART_TABLE") 221 sed -i "/^$PART_NAME /d" "$PART_TABLE" 237 sed -i "s/^$PART_NAME /$2 /" "$PART_TABLE" 250 PART=$(sed -n "/^$PART_NAME /p" "$PART_TABLE") 263 sed -i "/^$PART$/d" "$PART_TABLE" [all …]
|
| H A D | mk-kbuild.sh | 69 sed -i 's/\(-lcrypto$\)/\1 -ldl -lpthread/' debian/rules.d/scripts/Makefile 72 sed -i -e '/_shipped/,$d' \ 77 sed -i -e '/lex.c:/,$d' \ 81 sed -i -e '/parse.tab.c:/,$d' \ 85 sed -i '/bin2c/d' debian/rules.d/scripts/Makefile 86 sed -i 's/\(.*fixdep\)\(.*\)/\1 bin2c\2/' \ 89 sed -i '/autoconf.h/d' scripts/mod/modpost.c
|
| /OK3568_Linux_fs/buildroot/support/dependencies/ |
| H A D | dependencies.sh | 84 MAKE_VERSION=$($MAKE --version 2>&1 | sed -e 's/^.* \([0-9\.]\)/\1/g' -e 's/[-\ ].*//g' -e '1q') 90 MAKE_MAJOR=$(echo $MAKE_VERSION | sed -e "s/\..*//g") 91 MAKE_MINOR=$(echo $MAKE_VERSION | sed -e "s/^$MAKE_MAJOR\.//g" -e "s/\..*//g" -e "s/[a-zA-Z].*//g") 109 COMPILER_VERSION=$($COMPILER -v 2>&1 | sed -n '/^gcc version/p' | 110 sed -e 's/^gcc version \([0-9\.]\)/\1/g' -e 's/[-\ ].*//g' -e '1q') 116 COMPILER_MAJOR=$(echo $COMPILER_VERSION | sed -e "s/\..*//g") 117 COMPILER_MINOR=$(echo $COMPILER_VERSION | sed -e "s/^$COMPILER_MAJOR\.//g" -e "s/\..*//g") 135 CXXCOMPILER_VERSION=$($CXXCOMPILER -v 2>&1 | sed -n '/^gcc version/p' | 136 sed -e 's/^gcc version \([0-9\.]\)/\1/g' -e 's/[-\ ].*//g' -e '1q') 144 CXXCOMPILER_MAJOR=$(echo $CXXCOMPILER_VERSION | sed -e "s/\..*//g") [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-socfpga/ |
| H A D | qts-filter.sh | 8 sed -n ':next;s/\r$//;/[^\\]\\$/ {N;s/\\\n//;b next};p' $1 47 sed -n '/^const/ !b; :next {/^const/ s/(.*)//;p;n;b next}' 84 sed -n '/^unsigned/ !b; :next {/^unsigned/ {s/\[.*\]/[]/;s/unsigned long/const u8/};p;n;b next}' 121 sed -n '/CONFIG_HPS/ !b; :next {/CONFIG_HPS/ s/[()]//g;/endif/ b;p;n;b next}' 166 sed -n "/\\\\$/ {N;s/ \\\\\n/\t/};p" | 167 sed -n '/CONFIG_HPS/ !b; :next {/CONFIG_HPS/ s/[()]//g;/endif/ b;p;n;b next}' | 174 sed -n "/__RW_MGR/ {s/__//;s/ \+\([^ ]\+\)$/\t\1/p}" | 181 sed -n "/^#define [^_]/ {s/__//;s/ \+\([^ ]\+\)$/\t\1/p}" | 188 …sed -n '/^const.*\[/ !b; :next {/^const.*\[/ {N;s/\n//;s/alt_u32/u32/;s/\[.*\]/[]/};/endif/ b;p;n;… 194 …sed -n '/^const.*\[/ !b; :next {/^const.*\[/ {N;s/\n//;s/alt_u32/u32/;s/\[.*\]/[]/};/endif/ b;p;n;…
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/libexec/gcc/aarch64-none-linux-gnu/10.3.1/install-tools/ |
| H A D | fixinc.sh | 233 theselinks=`find $d/. -type l -print | sed -e 's@/./@/@g'` 283 dest=`ls -ld ${sym_link} | sed -n 's/.*-> //p'` 287 cd ./`echo ${sym_link} | sed 's;/[^/]*$;;'` 318 y=`echo ${full_dest_dir} | sed -n "s&${cinput}/&&p"` 321 sed -e 's@^./@@' -e 's@/./@/@g' -e 's@[^/][^/]*@..@g' -e 's@..$@@'` 343 component=`echo $dirname | sed -e 's|/.*$||'` 347 dirname=`echo $dirname | sed -e 's|[^/]*//*||'` 358 sed -n "s|^${sym_link}/||p"` 374 parent=`echo "${sym_link}" | sed -e 's@/[^/]*$@@'` 376 file2=`cd ${LIB}; cd $parent; ${PWDCMD} | sed -e "s@^${libabs}@@"` [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/libexec/gcc/arm-none-linux-gnueabihf/10.3.1/install-tools/ |
| H A D | fixinc.sh | 233 theselinks=`find $d/. -type l -print | sed -e 's@/./@/@g'` 283 dest=`ls -ld ${sym_link} | sed -n 's/.*-> //p'` 287 cd ./`echo ${sym_link} | sed 's;/[^/]*$;;'` 318 y=`echo ${full_dest_dir} | sed -n "s&${cinput}/&&p"` 321 sed -e 's@^./@@' -e 's@/./@/@g' -e 's@[^/][^/]*@..@g' -e 's@..$@@'` 343 component=`echo $dirname | sed -e 's|/.*$||'` 347 dirname=`echo $dirname | sed -e 's|[^/]*//*||'` 358 sed -n "s|^${sym_link}/||p"` 374 parent=`echo "${sym_link}" | sed -e 's@/[^/]*$@@'` 376 file2=`cd ${LIB}; cd $parent; ${PWDCMD} | sed -e "s@^${libabs}@@"` [all …]
|
| /OK3568_Linux_fs/buildroot/build/ |
| H A D | merge_config.sh | 72 OUTPUT=$(echo $2 | sed 's/\/*$//') 122 cat $INITFILE | sed -e "$SED_CLEAR_EXP1" -e "$SED_CLEAR_EXP2" >> $TMP_FILE 131 CFG_LIST=$(sed -n -e "$SED_CONFIG_EXP1" -e "$SED_CONFIG_EXP2" \ 150 sed "s/^.*=\"\(.*\)\"/\1/") 152 sed "s/^.*=\"\(.*\)\"/\1/") 170 sed -i "s#\<$CFG\>.*#$NEW_VAL#" $TMP_MERGE_FILE 188 sed -i "/\<$CFG[ =]/d" $TMP_FILE 190 cat $TMP_MERGE_FILE | sed -e "$SED_CLEAR_EXP1" \ 217 for CFG in $(sed -n -e "$SED_CONFIG_EXP1" -e "$SED_CONFIG_EXP2" $TMP_FILE); do
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | generate-cmdlist.sh | 13 sed -n -e 's/^perf-\([^ ]*\)[ ].* common.*/\1/p' command-list.txt | 17 sed -n ' 27 sed -n -e 's/^perf-\([^ ]*\)[ ].* full.*/\1/p' command-list.txt | 31 sed -n ' 42 sed -n -e 's/^perf-\([^ ]*\)[ ].* audit*/\1/p' command-list.txt | 46 sed -n '
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/initrdscripts/files/ |
| H A D | init-install-efi-testfs.sh | 72 disk_size=$(parted /dev/${device} unit mb print | grep '^Disk .*: .*MB' | cut -d" " -f 3 | sed -e "… 162 sed -i "/menuentry 'install'/,/^}/d" $GRUBCFG 164 sed -i "/initrd /d" $GRUBCFG 166 sed -i "s/ LABEL=[^ ]*/ /" $GRUBCFG 168 sed -i "s/ root=[^ ]*/ /" $GRUBCFG 170 sed -i "s@linux /vmlinuz *@linux /vmlinuz root=$rootfs rw $rootwait quiet @" $GRUBCFG 180 sed -i "/initrd /d" $SYSTEMDBOOT_CFGS 182 sed -i "s/ LABEL=[^ ]*/ /" $SYSTEMDBOOT_CFGS 184 sed -i "s/ root=[^ ]*/ /" $SYSTEMDBOOT_CFGS 186 sed -i "s@options *@options root=$rootfs rw $rootwait quiet @" $SYSTEMDBOOT_CFGS
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | mkimg | 165 sed -i "s/\"\/INCBIN\/(\(.*\))\"/\/incbin\/(\"\1\")/" ${ITS} 168 sed -i "/memreserve/d" ${ITS} 169 sed -i "/timestamp/d" ${ITS} 170 sed -i "/data-size/d" ${ITS} 171 sed -i "/data-position/d" ${ITS} 172 sed -i "/value/d" ${ITS} 173 sed -i "/hashed-strings/d" ${ITS} 174 sed -i "/hashed-nodes/d" ${ITS} 175 sed -i "/signer-version/d" ${ITS} 176 sed -i "/signer-name/d" ${ITS} [all …]
|
| H A D | gen_autoksyms.sh | 64 sed 's/ko$/mod/' $modlist | xargs -n1 sed -n -e '2p' 67 } | sed -e 's/ /\n/g' | sed -n -e '/^$/!p' | 70 sed -e 's/^\.//' | 72 sed -e 's/\(.*\)/#define __KSYM_\1 1/' >> "$output_file"
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/ |
| H A D | mk-kbuild.sh | 69 sed -i 's/\(-lcrypto$\)/\1 -ldl -lpthread/' debian/rules.d/scripts/Makefile 72 sed -i -e '/_shipped/,$d' \ 77 sed -i -e '/lex.c:/,$d' \ 81 sed -i -e '/parse.tab.c:/,$d' \ 85 sed -i '/bin2c/d' debian/rules.d/scripts/Makefile 86 sed -i 's/\(.*fixdep\)\(.*\)/\1 bin2c\2/' \ 89 sed -i '/autoconf.h/d' scripts/mod/modpost.c
|