Ignore:
Timestamp:
2013-10-31T18:08:04+13:00 (10 years ago)
Author:
ak19
Message:

Makeminimal target must remove the *.la files (in the OS/lib folder) since their presence causes compilation to fail on Lion (they contain hardcoded paths to where gnome-lib-min was compiled up). These files don't exist in the rata gnome-lib-minimal, so need to do the same for the Lion version of gnome-lib-min.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/cascade-make/trunk/lib/cascade-lib.bash

    r28570 r28574  
    170170  # does not point to the path where it was compiled when compiling wvware against a gnome-lib-minimal in a GS2 located elsewhere
    171171  # http://www.gnu.org/software/tar/manual/html_node/exclude.html and http://www.tldp.org/LDP/abs/html/comparison-ops.html
    172   tar cvzf $tarname.tar.gz --exclude=.fixed-prefix.awk $distlist
     172  # Also need to remove all the *.la files generated (in the OS/lib folder), as happens on darwin, since these contain fixed paths
     173  tar cvzf $tarname.tar.gz --exclude='.fixed-prefix.awk' --exclude='*.la' $distlist
    173174  mv $tarname.tar.gz $dirname/.
    174175
Note: See TracChangeset for help on using the changeset viewer.