Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config/modulesets/patches/squeak-makefile.patch
blob: 4642d47291b1be24bdf7ac55d7b8c0df8d65823e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- 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)
-
-install : all
-	(cd bld; make install)
-
-clean : .force
-	/bin/rm -rf bld
-
-.force :