bug-gv
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-gv] [bug #23896] case collision with src/GV and src/gv


From: Bernhard R. Link
Subject: Re: [bug-gv] [bug #23896] case collision with src/GV and src/gv
Date: Sun, 20 Jul 2008 17:50:36 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

* Markus Steinborn <address@hidden> [080720 15:58]:
> Building outside the tree seems to work now.

Great.

But the situation in src/ stays problematic, and make distcheck
still fails here.

I think the problem is that distributed files (or in the more
complicated cases their prerequisites) get cleaned (and thus
need recreation).

As gv_make_res.dat and gv_intern_res_unix.dat are system specific,
and thus not shipable, there is no use in shipping anything needing
regeneration when those are recreated.

Thus gv_user.ad, gv_system.ad, gc_class.ad need to move to the
build directory and from dist_pkgdata_DATA to pkgdata_DATA.

In other words: Things in CLEANFILES that are in $(srcdir) do not belong
there...

There there is only the problem left that in distcheck gv_class.ad
gets because of cp the read-only permissions from gv_copyright.dat,
which can be solved with replacing cp with cat.

And then make distcheck works here.

Hochachtungsvoll,
        Bernhard R. Link
-- 
"Never contain programs so few bugs, as when no debugging tools are available!"
        Niklaus Wirth

Attachment: distcheckworks.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]