From: <abe...@us...> - 2013-01-01 22:09:18
|
Revision: 5848 http://astlinux.svn.sourceforge.net/astlinux/?rev=5848&view=rev Author: abelbeck Date: 2013-01-01 22:09:12 +0000 (Tue, 01 Jan 2013) Log Message: ----------- perl, also make 'unidatafiles' to generate 'unicore/Heavy.pl' then remove most of the unicore files Modified Paths: -------------- branches/1.0/package/perl/perl.mk Modified: branches/1.0/package/perl/perl.mk =================================================================== --- branches/1.0/package/perl/perl.mk 2012-12-30 17:35:55 UTC (rev 5847) +++ branches/1.0/package/perl/perl.mk 2013-01-01 22:09:12 UTC (rev 5848) @@ -86,7 +86,7 @@ # perlcross's miniperl_top forgets base, which is required by mktables. # Instead of patching, it's easier to just set PERL5LIB define PERL_BUILD_CMDS - PERL5LIB=$(@D)/dist/base/lib $(MAKE1) -C $(@D) perl modules + PERL5LIB=$(@D)/dist/base/lib $(MAKE1) -C $(@D) perl modules unidatafiles endef define PERL_INSTALL_STAGING_CMDS @@ -103,6 +103,9 @@ PERL5LIB=$(@D)/dist/base/lib $(MAKE1) -C $(@D) DESTDIR="$(TARGET_DIR)" $(PERL_INSTALL_TARGET_GOALS) # Remove all .pod files find $(TARGET_DIR)/usr/lib/perl/ -name "*.pod" | xargs rm -f + # Remove many unicore files + find $(TARGET_DIR)/usr/lib/perl/unicore/* -type d | xargs rm -rf + rm -f $(TARGET_DIR)/usr/lib/perl/unicore/Name.pl # ln -sf perl$(PERL_VERSION) $(TARGET_DIR)/usr/bin/perl endef This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |