Changeset 864 for git


Ignore:
Timestamp:
Sep 10, 2014, 3:31:32 PM (11 years ago)
Author:
dmik
Message:

git: Create .exe symlinks for perl scripts. Addon to r364.

This is necessary so that LIBC execvp can find the scripts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified git/branches/2.0/Makefile

    r856 r864  
    23452345        $(MAKE) -C templates DESTDIR='$(DESTDIR_SQ)' install
    23462346        # symlink script files to exe, so execvp can find them
    2347         for p in $(patsubst %.sh,%,$(SCRIPT_SH)); do \
     2347        for p in $(patsubst %.sh,%,$(SCRIPT_SH)) $(patsubst %.perl,%,$(SCRIPT_PERL)); do \
    23482348                ln -s $$p $(DESTDIR_SQ)$(gitexec_instdir_SQ)/$$p.exe; \
    23492349        done
Note: See TracChangeset for help on using the changeset viewer.