remove-autotool.sh

来自「scim 修改过的可以在手机上运行的代码」· Shell 代码 · 共 46 行

SH
46
字号
#!/bin/shif [ -f Makefile ]; then	if [ -f test/Makefile ]; then		make -C test distclean	fi	make distcleanfirm -rf autom4te.cachefind -name Makefile | xargs rm -f find -name Makefile.in | xargs rm -ffind -name .deps | xargs rm -rffind -name '*.gmo' | xargs rm -frm -rf \	aclocal.m4 \	config.sub \	config.guess \	configure \	install-sh \	autom4te.cache \	config.log \	depcomp \	libtool \	config.status \	ltmain.sh \	missing \	config.h.in \	intltool-* \	po/boldquot.sed \	po/insert-header.sin \	po/Makevars.template \	po/remove-potcdate.sin \	po/stamp-po \	po/Makefile.in.in  \	po/Rules-quot \	po/Makevars \	po/quot.sed           LINK_KEY=src/tools/key2pho.cif [ -f $LINK_KEY ]; then	rm -f $LINK_KEYfi

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?