From 7669f7f73082ce9eb1aef28495773492cc5bec90 Mon Sep 17 00:00:00 2001 From: John Keeping Date: Wed, 6 Mar 2013 21:22:09 +0000 Subject: cgit.mk: Use SHELL_PATH_SQ to run gen-version.sh On some platforms (notably Solaris) /bin/sh doesn't support enough of POSIX for gen-version.sh to run. Git's Makefile provides SHELL_PATH_SQ to address this issue so we just have to use it. Signed-off-by: John Keeping --- cgit.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgit.mk b/cgit.mk index c8ecd3a..e1aed63 100644 --- a/cgit.mk +++ b/cgit.mk @@ -9,7 +9,7 @@ CGIT_PREFIX = ../ # main Makefile - they are defined there. $(CGIT_PREFIX)VERSION: force-version - @cd $(CGIT_PREFIX) && ./gen-version.sh "$(CGIT_VERSION)" + @cd $(CGIT_PREFIX) && '$(SHELL_PATH_SQ)' ./gen-version.sh "$(CGIT_VERSION)" -include $(CGIT_PREFIX)VERSION .PHONY: force-version -- cgit v1.2.3-54-g00ecf ption> Portato - A Portage GUIRené 'Necoro' Neumann
summaryrefslogtreecommitdiff
Commit message (Expand)AuthorFilesLines
2009-07-05TypoRené 'Necoro' Neumann1-1/+1
2009-07-05Allow ':' in expression names. Thus removing the colon as an assignment operatorRené 'Necoro' Neumann2-6/+2
2009-07-05DocRené 'Necoro' Neumann1-1/+14
2009-07-05Install package_details.pyRené 'Necoro' Neumann1-1/+1
2009-07-05Sort plugins in the windowRené 'Necoro' Neumann2-13/+12
2009-07-05Port DependencyDetailRené 'Necoro' Neumann4-129/+118
2009-07-05Also port FilesDetailRené 'Necoro' Neumann3-43/+24
2009-07-05Also ported EbuildDetailRené 'Necoro' Neumann3-27/+14