Hi again,

here one corrections/clarifications (see inline comment).
But the ".chache problem" still exists here (although it sometimes works when I
want to show it to colleagues...as usual)

> Hi,
> 
> whenever I run 'make distclean', some files/paths are not removed (although
> they should)
> 
> When looking into the impl.mk I see several things I don't understand.
> I've attached the files I'm talking about as image, so we are talking about 
> the
> same line numbers and the text is not "corrupted" by any line-wrapping.
> 
> 1. Why do I still have the following files/paths in my working copy after
>    running 'make distclean'?
> 
>    * qooxdoo\frontend\framework\.cache
>    * qooxdoo\frontend\framework\tool\*.pyo [including subfolder 'modules']
>    * qooxdoo\frontend\framework\tool\*.pyc [including subfolder 'modules']

The latter two are clear! There is no line in the impl.mk that does this for
the framework. Something like line 62 is not done for the framework, just for
the application part. Is this done by purpose or by accident? ;)
-- end of inline comments; stop ---

> 
>    This is more the "result" than a question, but the next two should be "real
>    questions".
> 
> 2. Why are the two lines that should do the job (1) are issued twice in
>    impl.mk? (lines 65,66 and 70,71)
> 
> 3. Currently I added a 'mrpropper' target to my application's makefile (see 
> 2nd
>    attachment) which does the job. But the mystery is that both information
>    lines I added report the same:
>    * FRAMEWORK_CACHE_PATH :  ../qooxdoo/frontend/framework/.cache
>    * My PATH              :  ../qooxdoo/frontend/framework/.cache
>    ... I'm "out of my Latin" here ;)
> 
> 
> By the way, my system specification is:
> OS          : WindowsXP (SP3)
> Environment : cygwin
> framework   : qooxdoo 0.7.4-pre (more or less legacy_0_7_x, but with the HEAD
>                                  revision of legacy_0_7_x I do have the same
>                                  problems/results...)
> 
> 
> Any thoughts about that?
> 
> /Peter


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to