Home
last modified time | relevance | path

Searched refs:SED_ARGS (Results 1 - 1 of 1) sorted by relevance

/third_party/musl/scripts/build_lite/
H A DMakefile46 SED_ARGS = -e '/install-libs:/s/if/and/g' macro
152 musl_install_for_liteos_a_user: SED_ARGS += -e 's,$$(AR) rc $$@ $$(AOBJS)$$,cp $$(shell $$(CC) -print-file-name=libunwind.a) $$@ \&\& &,g'
154 musl_install_for_liteos_a_user: SED_ARGS += -e 's,CFLAGS_ALL += -DCRT$$,& -fno-unwind-tables -fno-asynchronous-unwind-tables,g'
169 sed $(SED_ARGS) Makefile | make -sj install-headers
179 sed $(SED_ARGS) Makefile | make -f- -sj install
226 musl_install_for_linux_user: SED_ARGS += -e 's,$$(AR) rc $$@ $$(AOBJS)$$,cp $$(shell $$(CC) -print-file-name=libunwind.a) $$@ \&\& &,g'
239 sed $(SED_ARGS) Makefile | make -f- -sj install

Completed in 1 milliseconds