Ticket #19 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

Rebuild processes -dc= options before -rf

Reported by: DRK Assigned to: somebody
Priority: major Milestone:
Component: DSSS Version:
Keywords: rebuild response file Cc:

Description

Description

Rebuild processes -dc= arguments, and then processes response files via -rf. The problem with this is that it means it is impossible to specify a compiler to use in the response file.

Steps to Reproduce

  • Ensure that programs do not compile with standard rebuild compiler settings.
  • Create or alter a compiler profile so that specifying it on the command-line to rebuild allows you to build programs (ie: sets up import path, lib path, etc.).
  • Now place the -dc=... option into a response file (say, compiler.rrf).
  • Verify that the program still compiles with rebuild cat compiler.rrf args, but will not build with rebuild -rfcompiler.rrf args.

Change History

03/28/07 20:14:29 changed by Gregor

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in revision 433, release 0.57. Closing.