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

📄 mkinstall.test

📁 LINUX下的源码工具,可自己分析,或者直接装在系统上作为应用
💻 TEST
字号:
#! /bin/sh# Test for bug where mkinstalldirs variable can be set incorrectly.. $srcdir/defs || exit 1cat > Makefile.am << 'END'pkgdata_DATA =END# The "././" prefix confuses Automake into thinking it is doing a# subdir build.  Yes, this is hacky.$AUTOMAKE ././Makefile || exit 1grep ' /mkinstalldirs' Makefile.in && exit 1exit 0

⌨️ 快捷键说明

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