Skip to content

Commit

Permalink
clear all things about contrib/build_executable.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
KDr2 committed Dec 4, 2015
1 parent a2b53b3 commit 1282a86
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -371,8 +371,6 @@ endif
$(INSTALL_M) $(build_private_libdir)/sys-debug.$(SHLIB_EXT) $(DESTDIR)$(private_libdir)
# Copy in system image build script
$(INSTALL_M) $(JULIAHOME)/contrib/build_sysimg.jl $(DESTDIR)$(datarootdir)/julia/
# Copy in standalone executable build script
$(INSTALL_M) $(JULIAHOME)/contrib/build_executable.jl $(DESTDIR)$(datarootdir)/julia/
# Copy in standalone julia-config script
$(INSTALL_M) $(JULIAHOME)/contrib/julia-config.jl $(DESTDIR)$(datarootdir)/julia/
# Copy in all .jl sources as well
Expand Down
1 change: 0 additions & 1 deletion contrib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ Installation

| Name | Description |
| ---------------------------- | --------------------------------------------------------- |
|[ build_executable.jl ](https://github.com/JuliaLang/julia/blob/master/contrib/build_executable.jl) | Support building standalone executables |
|[ build_sysimg.jl ](https://github.com/JuliaLang/julia/blob/master/contrib/build_sysimg.jl) | Build a system image binary |
|[ check-whitespace.sh ](https://github.com/JuliaLang/julia/blob/master/contrib/check-whitespace.sh) | Check for trailing white space |
|[ commit-name.sh ](https://github.com/JuliaLang/julia/blob/master/contrib/commit-name.sh) | Computes a version name for a commit |
Expand Down

0 comments on commit 1282a86

Please sign in to comment.