Menu

How to pass variable which is not file to a make rule

boost-bugs
Yan Gao
2017-12-01
2022-10-13
  • Yan Gao

    Yan Gao - 2017-12-01

    I want to generate a file based on some other files and a flag, so I have below code in Jamfile:

    make generated file
    : source.txt, $(flag) ;

    However, when running, it complains $(flag) is not target or file. So how to generate fle with some files and some configuration flags?

    Thanks.

     
  • Camden

    Camden - 2022-10-13

    Have you found solution for the following issue. As we have tried multiple methods to do the same for https://apkspike.com/mega-mod-apk/ but not finding the exact results. If you have did it so kindly share the proper procedure with me so that I could do it and give it as a surprise to my boss.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.