git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: garga@FreeBSD.org
To: git@vger.kernel.org
Cc: Renato Botelho <garga@FreeBSD.org>
Subject: [PATCH] Remove perl dependant commands if NO_PERL is set
Date: Thu,  3 Sep 2015 13:35:47 -0300	[thread overview]
Message-ID: <1441298147-83601-1-git-send-email-garga@FreeBSD.org> (raw)

From: Renato Botelho <garga@FreeBSD.org>

git-submodule and git-request-pull are written in sh but use perl
internally. Add them to be replaced by unimplemented.sh when NO_PERL
flag is set
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index e326fa0..4dae0ec 100644
--- a/Makefile
+++ b/Makefile
@@ -1795,7 +1795,7 @@ git-instaweb: git-instaweb.sh GIT-SCRIPT-DEFINES
 	chmod +x $@+ && \
 	mv $@+ $@
 else # NO_PERL
-$(SCRIPT_PERL_GEN) git-instaweb: % : unimplemented.sh
+$(SCRIPT_PERL_GEN) git-instaweb git-submodule git-request-pull: % : unimplemented.sh
 	$(QUIET_GEN)$(RM) $@ $@+ && \
 	sed -e '1s|#!.*/sh|#!$(SHELL_PATH_SQ)|' \
 	    -e 's|@@REASON@@|NO_PERL=$(NO_PERL)|g' \
-- 
2.5.1

             reply	other threads:[~2015-09-03 16:36 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-03 16:35 garga [this message]
2015-09-03 19:11 ` [PATCH] Remove perl dependant commands if NO_PERL is set Junio C Hamano
2015-09-03 19:39   ` Renato Botelho
2015-09-03 19:56     ` Junio C Hamano
2015-09-03 20:02       ` Renato Botelho
2015-09-03 20:15         ` Junio C Hamano
  -- strict thread matches above, loose matches on Subject: below --
2015-09-03 19:46 garga
2015-09-03 20:04 ` Junio C Hamano

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1441298147-83601-1-git-send-email-garga@FreeBSD.org \
    --to=garga@freebsd.org \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).