<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>Makefile</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -2,7 +2,6 @@ build
 .waf*
 tags
 .lock-wscript
-Makefile
 *.pyc
 node
 node_g</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -1,20 +1,5 @@
 #! /bin/sh
 
-# waf configure wrapper
-
-# Fancy colors used to beautify the output a bit.
-#
-NORMAL=&quot;&quot;
-BOLD=&quot;&quot;
-RED=&quot;&quot;
-YELLOW=&quot;&quot;
-GREEN=&quot;&quot;
-
-EXIT_SUCCESS=0
-EXIT_FAILURE=1
-EXIT_ERROR=2
-EXIT_BUG=10
-
 CUR_DIR=$PWD
 
 #possible relative path
@@ -26,130 +11,6 @@ cd $CUR_DIR
 
 WAF=&quot;${WORKINGDIR}/tools/waf-light&quot;
 
-# Checks for WAF. Honours $WAF if set. Stores path to 'waf' in $WAF.
-# Requires that $PYTHON is set.
-#
-checkWAF()
-{
-	printf &quot;Checking for WAF\t\t\t:  &quot;
-	#installed miniwaf in sourcedir
-	if [ -z &quot;$WAF&quot; ] ; then
-	    if [ -f &quot;${WORKINGDIR}/waf&quot; ] ; then
-		WAF=&quot;${WORKINGDIR}/waf&quot;
-		if [ ! -x &quot;$WAF&quot; ] ; then
-		    chmod +x $WAF
-		fi
-	    fi
-	fi
-	if [ -z &quot;$WAF&quot; ] ; then
-	    if [ -f &quot;${WORKINGDIR}/waf-light&quot; ] ; then
-		${WORKINGDIR}/waf-light --make-waf
-	        WAF=&quot;${WORKINGDIR}/waf&quot;
-	    fi
-	fi
-	#global installed waf with waf-&gt;waf.py link
-	if [ -z &quot;$WAF&quot; ] ; then
-	    WAF=`which waf 2&gt;/dev/null`
-	fi
-	# neither waf nor miniwaf could be found
-	if [ ! -x &quot;$WAF&quot; ] ; then
-	    printf $RED&quot;not found&quot;$NORMAL&quot;\n&quot;
-	    echo &quot;Go to http://code.google.com/p/waf/&quot;
-	    echo &quot;and download a waf version&quot;
-	    exit $EXIT_FAILURE
-	else
-	  printf $GREEN&quot;$WAF&quot;$NORMAL&quot;\n&quot;
-	fi
-}
-
-# Generates a Makefile. Requires that $WAF is set.
-#
-generateMakefile()
-{
-	cat &gt; Makefile &lt;&lt; EOF
-#!/usr/bin/make -f
-# Waf Makefile wrapper
-WAF_HOME=$CUR_DIR
-
-all:
-	@$WAF build
-
-all-debug:
-	@$WAF -v build
-
-all-progress:
-	@$WAF -p build
-
-install:
-	if test -n &quot;\$(DESTDIR)&quot;; then \\
-	    $WAF install --destdir=&quot;\$(DESTDIR)&quot; ; \\
-	else \\
-	    $WAF install ; \\
-	fi;
-
-uninstall:
-	@if test -n &quot;\$(DESTDIR)&quot;; then \\
-	    $WAF uninstall --destdir=&quot;\$(DESTDIR)&quot; ; \\
-	else \\
-	    $WAF uninstall ; \\
-	fi;
- 
-test: all
-	python tools/test.py --mode=release
-  
-test-all: all
-	python tools/test.py --mode=debug,release
-
-test-debug: all
-	python tools/test.py --mode=debug
-
-benchmark: all
-	build/default/node benchmark/run.js
-
-doc: doc/node.1 doc/api.html doc/index.html
-
-doc/api.html: doc/api.txt
-	asciidoc --unsafe              \\
-		-a theme=pipe                \\
-		-a toc                       \\
-		-a linkcss                   \\
-		-o doc/api.html doc/api.txt
-
-doc/api.xml: doc/api.txt
-	asciidoc -b docbook -d manpage -o doc/api.xml doc/api.txt
-
-doc/node.1: doc/api.xml
-	xsltproc --output doc/node.1                \\
-		--nonet /etc/asciidoc/docbook-xsl/manpage.xsl \\
-		doc/api.xml
-
-website-upload: doc
-	scp doc/* linode:~/tinyclouds/node/
-
-clean:
-	@$WAF clean
-
-distclean:
-	@$WAF distclean
-	@-rm -rf _build_
-	@-rm -f Makefile
-	@-rm -f *.pyc
-
-check:
-	@$WAF check
-
-dist:
-	@$WAF dist
-
-.PHONY: benchmark clean dist distclean check uninstall install all test test-all website-upload
-
-EOF
-}
-
-checkWAF
-
-generateMakefile
-
 &quot;${WAF}&quot; configure $*
 
 exit $?</diff>
      <filename>configure</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6f17ca51c3303e86450206dee77c6969538b44a2</id>
    </parent>
  </parents>
  <author>
    <name>Ryan Dahl</name>
    <email>ry@tinyclouds.org</email>
  </author>
  <url>http://github.com/ry/node/commit/861f28f37a2db115f598fc61553ac6e71853c495</url>
  <id>861f28f37a2db115f598fc61553ac6e71853c495</id>
  <committed-date>2009-10-03T12:46:59-07:00</committed-date>
  <authored-date>2009-10-03T12:46:59-07:00</authored-date>
  <message>Don't unnecessarily output the makefile from the configure script.</message>
  <tree>641e8a570883fe82c5fd2abe856068923e48a20c</tree>
  <committer>
    <name>Ryan Dahl</name>
    <email>ry@tinyclouds.org</email>
  </committer>
</commit>
