由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - question about Makefile
相关主题
Re: [转载] 求教:如何把自己的头文件目录加到系统默认的路径里?关于man的小问题
makefile 文件是不是可以看作一种shell?how to compress several file under unix
提示我 too many ('s 怎么办?How to mv files to another directory under ftp> ?
cxterm compile新手求助:"Disc quota exceeded" 什么意思?
大家都是用什么机子装UNIX?请问unix/Linux中设置共享目录
新手unix shell script debugging help![转载] 再来一份UNIX的题。
I am crazy about this!!Re: [转载] How can I mount local HD from S
不好意思,问个问题[转载] 分特,一个弱问题
相关话题的讨论汇总
话题: makefile话题: question话题: exists话题: directory话题: about
进入Unix版参与讨论
1 (共1页)
g***y
发帖数: 11
1
I want to test if a directory exists. If no, will create it.
How can I do it in Makefile?
Thanks.
D**e
发帖数: 10169
2
it cant be done by makefile, you have to write scripts
and call the scripts from your makefile.

【在 g***y 的大作中提到】
: I want to test if a directory exists. If no, will create it.
: How can I do it in Makefile?
: Thanks.

p**********g
发帖数: 187
3
I think at least GNU make supports [ -d dir ] || mkdir dir
as command

【在 D**e 的大作中提到】
: it cant be done by makefile, you have to write scripts
: and call the scripts from your makefile.

1 (共1页)
进入Unix版参与讨论
相关主题
[转载] 分特,一个弱问题大家都是用什么机子装UNIX?
问题:mount remote filesystem新手unix shell script debugging help!
Re: [转载] Solaris 10网络安装问题I am crazy about this!!
问个SHELL SCIPT的问题不好意思,问个问题
Re: [转载] 求教:如何把自己的头文件目录加到系统默认的路径里?关于man的小问题
makefile 文件是不是可以看作一种shell?how to compress several file under unix
提示我 too many ('s 怎么办?How to mv files to another directory under ftp> ?
cxterm compile新手求助:"Disc quota exceeded" 什么意思?
相关话题的讨论汇总
话题: makefile话题: question话题: exists话题: directory话题: about