Questions tagged [clearmake]
3 questions
1
vote
3 answers
clearmake doesn't like my MAKEFLAGS=j12 values
I use both GNU Make and - woe is me - ClearCase' clearmake.
Now, GNU make respect a flag named MAKEFLAGS, which for me is set to j20 on this multi-core machine I'm on. Unfortunately, clearmake also recognizes this option, yet doesn't except this…

einpoklum
- 118,144
- 57
- 340
- 684
1
vote
2 answers
How can I have clearmake default to GNU compatibility mode?
In a ClearCase codebase I am (unfortunately) working on, I use
clearmake -C gnu
to build. Can I somehow make GNU the default compatibility mode, so that I don't have to remember to type the extra argument?

einpoklum
- 118,144
- 57
- 340
- 684
1
vote
1 answer
Change Between GNU Make and Clearmake Compilers During a Build
Is it possible to switch from Clearmake to GNU make at a certain point in a build and then switch back? If so, how so?

J. Dough
- 33
- 4