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

📄 else.test

📁 这是一个自动生成MAKEFILE的工具。相信大家都听说过。在LINUX工程项目里是很好的帮手。希望对大家有点帮助。
💻 TEST
字号:
#! /bin/sh# Test to make sure line numbers are correct in some error reports.. $srcdir/defs || exit 1echo 'AM_CONDITIONAL(FOO, true)' >> configure.incat > Makefile.am << 'END'# flag to tell us if apache dir is a source distributionAPACHE_DIR_IS_SRC = @APACHE_DIR_IS_SRC@# we only need to descend into the c dir if we're doing a 1.3 DSO configurationifeq ("${APACHE_DIR_IS_SRC}","yes")SUBDIRS = java elseSUBDIRS = c javaendifEND$AUTOMAKE > out 2>&1 && exit 1grep :7: out

⌨️ 快捷键说明

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