Changeset 28574
- Timestamp:
- 2013-10-31T18:08:04+13:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
other-projects/cascade-make/trunk/lib/cascade-lib.bash
r28570 r28574 170 170 # does not point to the path where it was compiled when compiling wvware against a gnome-lib-minimal in a GS2 located elsewhere 171 171 # 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 173 174 mv $tarname.tar.gz $dirname/. 174 175
Note:
See TracChangeset
for help on using the changeset viewer.