Revision: 7852 http://sourceforge.net/p/ipcop/svn/7852 Author: owes Date: 2015-02-02 10:41:21 +0000 (Mon, 02 Feb 2015) Log Message: ----------- Do not mangle man directories when (re-)building toolchain.
Modified Paths: -------------- ipcop/trunk/lfs/perl Modified: ipcop/trunk/lfs/perl =================================================================== --- ipcop/trunk/lfs/perl 2015-02-01 21:22:15 UTC (rev 7851) +++ ipcop/trunk/lfs/perl 2015-02-02 10:41:21 UTC (rev 7852) @@ -150,11 +150,12 @@ # lib/Benchmark can fail if machine load changes during test -cd $(DIR_APP) && make -j 1 test &> $(DIR_TEST)/$(THISAPP)-$(STAGE_ORDER).log endif -endif # remove manpages to keep the rootfile smaller rm -rf /usr/share/man/perl # readd man1, man3 directory to avoid noise in module rootfiles mkdir -p /usr/share/man/perl/{man1,man3} +endif + @rm -rf $(DIR_APP) @$(POSTBUILD) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn