This is an automated notification sent by LCG Savannah.
It relates to:
                bugs #56861, project CDS Invenio

==============================================================================
 LATEST MODIFICATIONS of bugs #56861:
==============================================================================

Follow-up Comment #1, bug #56861 (project cdsware):

IIRC, $(wildcard ...) is a GNU extension, it should work fine with GNU
make and friends.

It may be dangerous to use * in the way you suggest, in case the build
is being done outside of the source directory.  (Although building
outside of the source directory would most probably fail anyway due to
other modules; it has not been used in years.)

Ideally, the proper way to write GIFS is to list all the filenames
there.  A bit tedious, but better than wildcards.

==============================================================================
 OVERVIEW of bugs #56861:
==============================================================================

URL:
  <http://savannah.cern.ch/bugs/?56861>

                 Summary: automake 11 complains about wildcard
                 Project: CDS Invenio
            Submitted by: man
            Submitted on: 2009-10-12 14:29
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________



modules/webstyle/img/Makefile.am : 20 non-POSIX variable name

This can be fixed by replacing the GIFS line with:

GIFS = $(srcdir)/*.gif $(srcdir)/*.jpg $(srcdir)/*.png


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: 2009-10-12 15:34              By: Tibor Simko <simko>
IIRC, $(wildcard ...) is a GNU extension, it should work fine with GNU
make and friends.

It may be dangerous to use * in the way you suggest, in case the build
is being done outside of the source directory.  (Although building
outside of the source directory would most probably fail anyway due to
other modules; it has not been used in years.)

Ideally, the proper way to write GIFS is to list all the filenames
there.  A bit tedious, but better than wildcards.





    _______________________________________________________

Carbon-Copy List:

CC Address                          | Comment
------------------------------------+-----------------------------
1576                                | -COM-
3346                                | -SUB-




==============================================================================

This item URL is:
  <http://savannah.cern.ch/bugs/?56861>

_______________________________________________
  Message sent via/by LCG Savannah
  http://savannah.cern.ch/

Reply via email to