Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBert Freudenberg <bert@freudenbergs.de>2010-09-06 18:29:26 (GMT)
committer Bert Freudenberg <bert@freudenbergs.de>2010-09-06 18:29:26 (GMT)
commita6608322ef47b3704d743bac0c09e9e303fadcc3 (patch)
treeb4bd4a7e116250389c2ea08e51ce4702422ed02b
parentf8e858d3b3dfa798552a42986283c9c6c678bb3c (diff)
Force autoconfiguring squeak by deleting the Makefile from tarball
-rw-r--r--config/modulesets/patches/squeak-makefile.patch20
1 files changed, 12 insertions, 8 deletions
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 :