From a6608322ef47b3704d743bac0c09e9e303fadcc3 Mon Sep 17 00:00:00 2001 From: Bert Freudenberg Date: Mon, 06 Sep 2010 18:29:26 +0000 Subject: Force autoconfiguring squeak by deleting the Makefile from tarball --- diff --git a/config/modulesets/patches/squeak-makefile.patch b/config/modulesets/patches/squeak-makefile.patch index 043dc7d..4642d47 100644 --- a/config/modulesets/patches/squeak-makefile.patch +++ b/config/modulesets/patches/squeak-makefile.patch @@ -1,11 +1,15 @@ ---- Makefile.orig 2010-09-02 22:11:03.702191222 +0200 -+++ Makefile 2010-09-02 22:21:14.580177789 +0200 -@@ -1,7 +1,5 @@ - all : .force +--- Makefile 2010-04-13 03:35:04.000000000 +0200 ++++ /dev/null 2010-09-06 17:11:30.077743323 +0200 +@@ -1,12 +0,0 @@ +-all : .force - test -d bld || mkdir bld - (cd bld; ../unix/cmake/configure) - (cd bld; make) -+ @test -d bld || (echo ERROR: run autogen.sh first; exit 1) - - install : all - (cd bld; make install) +- +-install : all +- (cd bld; make install) +- +-clean : .force +- /bin/rm -rf bld +- +-.force : -- cgit v0.9.1