zoukankan      html  css  js  c++  java
  • Makefile中怎么使用Shell if判断

    /*********************************************************************
     *                Makefile中怎么使用Shell if判断
     * 说明:
     *     譬如可能会在Makfile中需要判断文件、文件夹的存在,使用shell语法
     * 输出一些信息,等等。
     *
     *                                   2017-8-21 深圳 龙华樟坑村 曾剑锋
     ********************************************************************/
    
    一、参考文档:
        1. Test whether a directory exists inside a makefile
            https://stackoverflow.com/questions/20763629/test-whether-a-directory-exists-inside-a-makefile
        
    二、解决办法:
        if a shell command, must be in one line, or be on multiple lines using a backslash for line extension. 
  • 相关阅读:
    数据库查找
    关于购买功能的相关学习
    信息登记功能例子
    总结
    团队作业
    团队作业
    团队作业
    团队作业
    团队作业
    第一节:库的管理
  • 原文地址:https://www.cnblogs.com/zengjfgit/p/7404057.html
Copyright © 2011-2022 走看看