On Wed, Jul 24, 2019 at 03:46:51AM +0200, أحمد المحمودي wrote:
> On Sun, Jul 21, 2019 at 04:06:17PM +0200, Matthias Klose wrote:
> >    dh_auto_test -a
> >     make -j1 check VERBOSE=1
> > make[1]: Entering directory '/<<PKGBUILDDIR>>'
> > mv parse.cc.h parse.h 2>/dev/null || mv parse.hh parse.h
> > mv: cannot stat 'parse.hh': No such file or directory
> > make[1]: *** [Makefile:259: parse.h] Error 1
> ---end quoted text---
> 
>  suspect a problem in toolchain, because previously the build didn't 
>  attempt to do this during 'make check':
>  mv parse.cc.h parse.h 2>/dev/null || mv parse.hh parse.h
---end quoted text---
The Makefile has this rule:

parse.h: parse.cc
  mv parse.cc.h $@ 2>/dev/null || mv parse.hh $@

for some reason I don't understand, 'make check' runs this rule although 
parse.h is recent relatively to parse.cc !

-- 
‎أحمد المحمودي (Ahmed El-Mahmoudy)
 Digital design engineer
GPG KeyIDs: 4096R/A7EF5671 2048R/EDDDA1B7
GPG Fingerprints:
 6E2E E4BB 72E2 F417 D066  6ABF 7B30 B496 A7EF 5761
 8206 A196 2084 7E6D 0DF8  B176 BC19 6A94 EDDD A1B7

Attachment: signature.asc
Description: PGP signature

Reply via email to