Skip to content

Commit

Permalink
Remove "amalg" amalgamated build"
Browse files Browse the repository at this point in the history
  • Loading branch information
lukego committed Mar 16, 2017
1 parent aa188bc commit 84379d3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 107 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -154,13 +154,9 @@ uninstall:

##############################################################################

amalg:
@echo "Building LuaJIT $(VERSION)"
$(MAKE) -C src amalg

clean:
$(MAKE) -C src clean

.PHONY: all install amalg clean
.PHONY: all install clean

##############################################################################
6 changes: 1 addition & 5 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -571,10 +571,6 @@ E= @echo

default all: $(TARGET_T)

amalg:
@grep "^[+|]" ljamalg.c
$(MAKE) all "LJCORE_O=ljamalg.o"

clean:
$(HOST_RM) $(ALL_RM)

Expand All @@ -596,7 +592,7 @@ depend:
test -s $$file || $(HOST_RM) $$file; \
done

.PHONY: default all amalg clean libbc depend
.PHONY: default all clean libbc depend

##############################################################################
# Rules for generated files.
Expand Down
97 changes: 0 additions & 97 deletions src/ljamalg.c

This file was deleted.

0 comments on commit 84379d3

Please sign in to comment.