Skip to content

Commit

Permalink
Stop installing two unneeded files, including perf suite
Browse files Browse the repository at this point in the history
Perf suite contains many files with dubious licensing and is
typically not useful in normal use. Since ed38447 it's no longer
needed to run tests.
  • Loading branch information
nalimilan committed Oct 18, 2014
1 parent f4cc46f commit 027e808
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -259,10 +259,11 @@ endif
$(INSTALL_M) $(build_private_libdir)/sys.$(SHLIB_EXT) $(DESTDIR)$(private_libdir)
# Copy in all .jl sources as well
cp -R -L $(build_datarootdir)/julia $(DESTDIR)$(datarootdir)/
# Remove git repository of juliadoc
-rm -rf $(DESTDIR)$(datarootdir)/julia/doc/juliadoc/.git
-rm -f $(DESTDIR)$(datarootdir)/julia/doc/juliadoc/.gitignore
# Copy in beautiful new man page!
# Remove perf suite
-rm -rf $(DESTDIR)$(datarootdir)/julia/test/perf/
# Remove various files which should not be installed
-rm -f $(DESTDIR)$(datarootdir)/julia/base/version_git.sh
-rm -f $(DESTDIR)$(datarootdir)/julia/test/Makefile
$(INSTALL_F) $(build_datarootdir)/man/man1/julia.1 $(DESTDIR)$(datarootdir)/man/man1/
# Copy icon and .desktop file
mkdir -p $(DESTDIR)$(datarootdir)/icons/hicolor/scalable/apps/
Expand Down

0 comments on commit 027e808

Please sign in to comment.