[haiku-commits] Change in ...haiku[master]: HaikuDepot: Fix Code-Generation Jam Logic

  • From: Gerrit <review@xxxxxxxxxxxxxxxxxxx>
  • To: waddlesplash <waddlesplash@xxxxxxxxx>, haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 19 Feb 2019 21:18:00 +0000

From Andrew Lindesay <apl@xxxxxxxxxxxxxx>:

Andrew Lindesay has uploaded this change for review. ( 
https://review.haiku-os.org/c/haiku/+/1070


Change subject: HaikuDepot: Fix Code-Generation Jam Logic
......................................................................

HaikuDepot: Fix Code-Generation Jam Logic

The Jam build logic for HaikuDepot was potentially creating
a dummy file that was newer than the generated .cpp/.h files.
This then, in turn, caused the dependent .o files to be
considered needing to be re-built.  This change will ensure
that the dummy file is touched first so it is not newer than
the generated sources and also if the dummy does end up
being newer then the generated sources will be touched.

trac #14853
---
M src/apps/haikudepot/build/jam/HdsSchemaGenRules
1 file changed, 7 insertions(+), 3 deletions(-)



  git pull ssh://git.haiku-os.org/haiku refs/changes/70/1070/1
--
To view, visit https://review.haiku-os.org/c/haiku/+/1070
To unsubscribe, or for help writing mail filters, visit 
https://review.haiku-os.org/settings

Gerrit-Project: haiku
Gerrit-Branch: master
Gerrit-Change-Id: Ieefb0b2aa14bf43b7cbbdfee4228c215cad5b6fa
Gerrit-Change-Number: 1070
Gerrit-PatchSet: 1
Gerrit-Owner: Andrew Lindesay <apl@xxxxxxxxxxxxxx>
Gerrit-MessageType: newchange

Other related posts:

  • » [haiku-commits] Change in ...haiku[master]: HaikuDepot: Fix Code-Generation Jam Logic - Gerrit