⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 remove-autotool.sh

📁 scim 修改过的可以在手机上运行的代码
💻 SH
字号:
#!/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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -