weird make behaviour



Hello,

I have grabbed today a copy of garnome for gnome 2.8.0, wanted to
compile it, but make is behaving "a bit weird" after launching make
paranoid-install
in dekstop subdirectory:

$ make paranoid-install

[...installing bug-buddy here, everything's ok...]
make[1]: Leaving directory `/home/eleven/gnome/garnome-2.8.0/desktop/bug-buddy'
make: *** category.mk/: Permission denied.  Stop.
make: *** [paranoid-install] Error 2

I've straced make - it really wants to chdir("category.mk/").
Moreover:

$ touch aaa
$ make paranoid-install
make: *** aaa/: Permission denied.  Stop.
make: *** [paranoid-install] Error 2

This partition has reiser4 filesystem. Maybe that's causing
such weird make behaviour?  I've made some "workaround" for this,
changed ../category.mk:

paranoid-%:
        @for i in $(filter-out CVS/,$(wildcard */)) ; do \

to:

paranoid-%:
        @for i in $(filter-out category.mk/ CVS/,$(wildcard */)) ; do \

and it works, but... what the hell? :) 
Any hints?

PS. I'd appreciate CC: as I am not subscribed.

-- 
wr



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