Ticket #1719 (closed bug: fixed)

Opened 11 years ago

Last modified 11 years ago

Addition to config/gen/makefiles/root.in at r48140 causes multiple re-builds

Reported by: mikehh Owned by: darbelo
Priority: normal Milestone:
Component: build Version: trunk
Severity: medium Keywords:
Cc: Language:
Patch status: Platform:

Description (last modified by mikehh) (diff)

The changes to config/gen/makefiles/root.in in r48140 cause src/extra_nci_thunks.c to be re-generated every time the all target in make is invoked.

At the moment I have commented the lines out and assigned the ticket to darbelo who committed it based on a patch be cxreg

The file is re-generated in make test (after make which also regenerates it), and in make smoke, make fulltest and make install, for example.

Change History

follow-up: ↓ 2   Changed 11 years ago by mikehh

  • description modified (diff)

in reply to: ↑ 1   Changed 11 years ago by doughera

Replying to mikehh:

Yes. This should be two separate rules, because there are two separate targets, namely src/extra_nci_thunks.c and src/nci/extra_thunks.c.

Of course why there are two almost-identical-but-differently-named generated files is a different mystery.

  Changed 11 years ago by mikehh

  • description modified (diff)

The commenting out of the two lines (with additional comment) was committed at r48185

lines 2475 - 2480 of config/gen/makefiles/root.in

  Changed 11 years ago by Vasily Chekalkin

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

Add special target to bootstrap NCI. Closes #1719.

Changeset: f7e3a1130cf14e312b1be73924a2b934fa27bcaf

Note: See TracTickets for help on using tickets.