Changeset c7bcb18012ebac706106e40b1d67ddd830e130e3

Show
Ignore:
Timestamp:
16/04/07 23:39:07 (2 years ago)
Author:
Christophe Mutricy <xtophe@videolan.org>
git-committer:
Christophe Mutricy <xtophe@videolan.org> 1176759547 +0000
git-parent:

[8b8a6842025e7fca0d9cfdd951f0077f53056e13]

git-author:
Christophe Mutricy <xtophe@videolan.org> 1176759547 +0000
Message:

Don't distribute .la files for win32

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • extras/contrib/Makefile

    r2f0f35f rc7bcb18  
    105105    done; 
    106106    ./change_prefix.sh tmp $(PREFIX) /$(DISTDIR) 
    107 #   Klugy kludge     
     107#   Remove unused and potentially harmful files  
     108    (cd tmp/$(DISTDIR)/lib; rm -f *.la) 
    108109    (cd tmp/$(DISTDIR)/bin; rm -f *.exe; chmod a+x *) 
     110 
    109111    (cd tmp; tar cf - $(DISTDIR)) | bzip2 -c > contrib-`date +%Y%m%d`-win32-bin-gcc-`$(CC) --version|head -n 1|cut -f 3 -d ' '`-only.tar.bz2 
    110112    rm -rf tmp