Re: make install failure

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

 



Roman Joost (Donnerstag, 11. Oktober 2007, 13:44):
> Usually no. It would be much better if you could attach your patch to
> the bug. In the meantime I talked to Sven who suggested to handle the
> image files recursivly.

If we don't want this nice output when copying, we can consider 
something like

        tar -cf- foo | (cd bar && tar -xf-)
or (GNU tar)
        tar -cf- --exclude='*/.svn' foo | tar -xf- -C bar
 or
        find ... | xargs cpio -pdm bar
or
        for dir in `find foo -type d`; do copy_image_files; done

> Ulf, lets do it that way: I'll attach my patch to the bug, which
> fixes the dist target. Could you check if you could fix the install
> procedure with a find, xargs command?

I've attached my patch to bug #481338 (did you mean that?).

BTW, if possible we should replace ':=' with '=' when defining the 
IMAGE_* macros, so that they are only expanded when needed.

Bye,
Ulf


Attachment: pgpbrSefjGA7d.pgp
Description: PGP signature

_______________________________________________
Gimp-docs mailing list
Gimp-docs@xxxxxxxxxxxxxxxxxxxxxx
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-docs

[Index of Archives]     [Video For Linux]     [Yosemite News]     [gtk]     [GIMP for Windows]     [KDE]     [Scanners]     [GEGL]     [Gimp's Home]     [Gimp on Windows]     [Steve's Art]     [Webcams]

  Powered by Linux