giellalt / lang-kpv

Finite state and Constraint Grammar based analysers and proofing tools, and language resources for the Komi-Zyrian language
https://giellalt.uit.no
GNU Lesser General Public License v3.0
8 stars 0 forks source link

Makefile is not date-sensitive ( #5

Closed albbas closed 16 years ago

albbas commented 16 years ago

This issue was created automatically with bugzilla2github

Bugzilla Bug 681

Date: 2008-04-21T10:30:21+02:00 From: Trond Trosterud <> To: Saara Huhmarniemi <> CC: trond.trosterud

Last updated: 2008-05-03T12:29:26+02:00

albbas commented 16 years ago

Comment 2668

Date: 2008-04-21 10:30:21 +0200 From: Trond Trosterud <>

There is a strange bug in the Komi Makefile (kt/kom/src/Makefile). When you, in kt/kom/src/, write "make", it will compile the lexica from the xml lexicon into the bin catalogue. So far so good. But if you then write "make" again, it will not tell you that the analyser is up-to-date, rather, it will compile the lexica again.

I have looked at the Makefile, but it looks perfectly fine to me, with unbroken dependencies from top to bottom.

albbas commented 16 years ago

Comment 2679

Date: 2008-05-03 10:30:09 +0200 From: Trond Trosterud <>

On the face of it, one might think this was linked to bug #684, the failure of compiling Komi at all. But it is not. Even on G5, where Komi just compiled fine, it runs the xml-to-lexc extraction again.

albbas commented 16 years ago

Comment 2683

Date: 2008-05-03 12:29:26 +0200 From: Saara Huhmarniemi <>

I reorganized the prerequisites, so this is now fixed.