Remove last trace of scons
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/ed4a8760 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/ed4a8760 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/ed4a8760 Branch: refs/heads/1843-feature-bigcouch Commit: ed4a876021386c0379b6a2a2e05b9a8a7cf1532a Parents: 1e7a5f4 Author: Robert Newson <[email protected]> Authored: Thu Jan 30 18:42:36 2014 +0000 Committer: Robert Newson <[email protected]> Committed: Mon Feb 3 12:55:26 2014 +0000 ---------------------------------------------------------------------- Makefile | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/ed4a8760/Makefile ---------------------------------------------------------------------- diff --git a/Makefile b/Makefile index bd11842..8651369 100644 --- a/Makefile +++ b/Makefile @@ -14,12 +14,10 @@ all: compile compile: @echo "==> couchjs (compile)" -# @cd couchjs && python scons/scons.py $(couchjsflags) @rebar compile clean: @echo "==> couchjs (clean)" -# @cd couchjs && python scons/scons.py --clean @rebar clean dist: compile
