Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 0 additions & 61 deletions GNUmakefile

This file was deleted.

23 changes: 9 additions & 14 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,20 @@
# instead of this file. This provides compatability on systems where GNU make is
# not the system 'make' (eg. most non-linux UNIXes).

REBAR ?= $(shell which rebar 2>/dev/null || which ./rebar)

all:
@gmake all
$(REBAR) compile

verbose:
@gmake verbose
$(REBAR) compile verbose=1

test:
@gmake test
check: test
test: all
$(REBAR) eunit

docs:
@gmake docs

c_src: FORCE
@gmake c_src

FORCE:

c_src_clean:
@gmake c_src_clean
$(REBAR) doc

clean:
@gmake clean
$(REBAR) clean
4 changes: 0 additions & 4 deletions build_docs.sh

This file was deleted.

62 changes: 0 additions & 62 deletions c_src/Makefile

This file was deleted.

11 changes: 0 additions & 11 deletions c_src/build_driver_deps.sh

This file was deleted.

Binary file removed c_src/js-1.8.0-rc1.tar.gz
Binary file not shown.
Binary file removed c_src/nsprpub-4.8.tar.gz
Binary file not shown.
11 changes: 0 additions & 11 deletions c_src/patches/js-src-Makefile.in.OS_RELEASE.patch

This file was deleted.

14 changes: 0 additions & 14 deletions c_src/patches/js-src-Makefile.ref.LIB_ASFILES.patch

This file was deleted.

11 changes: 0 additions & 11 deletions c_src/patches/js-src-Makefile.ref.jscpucfg.patch

This file was deleted.

97 changes: 0 additions & 97 deletions c_src/patches/js-src-config-DragonFly.mk.patch

This file was deleted.

Loading