SF.net SVN: gar:[23352] csw/mgar/pkg/sbcl/trunk/Makefile
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Sun Apr 6 12:47:28 CEST 2014
Revision: 23352
http://sourceforge.net/p/gar/code/23352
Author: wahwah
Date: 2014-04-06 10:47:27 +0000 (Sun, 06 Apr 2014)
Log Message:
-----------
sbcl/trunk: it builds on intel
Modified Paths:
--------------
csw/mgar/pkg/sbcl/trunk/Makefile
Modified: csw/mgar/pkg/sbcl/trunk/Makefile
===================================================================
--- csw/mgar/pkg/sbcl/trunk/Makefile 2014-04-06 10:10:18 UTC (rev 23351)
+++ csw/mgar/pkg/sbcl/trunk/Makefile 2014-04-06 10:47:27 UTC (rev 23352)
@@ -33,6 +33,10 @@
include gar/category.mk
+post-extract:
+ gfind "$(WORKSRC)" -name '*.sh' -exec gsed -e 's+#!/bin/sh+#!/opt/csw/bin/bash+' -i {} \;
+ @$(MAKECOOKIE)
+
build-sbcl:
(cd $(WORKSRC) && env -i INSTALL_ROOT=$(DESTDIR)$(prefix) $(BUILD_ENV) /opt/csw/bin/bash make.sh)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list