Skip to content
This repository has been archived by the owner on Jun 9, 2018. It is now read-only.

Commit

Permalink
remove target lua@exe@
Browse files Browse the repository at this point in the history
avoid conflict (on linux) with directory lua
  • Loading branch information
fperrad committed Sep 20, 2009
1 parent bdd0d56 commit 52d9285
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Expand Up @@ -6,8 +6,6 @@ Makefile
*.obj
*.exe
*.iss
lua
luap
installable_lua
installable_luap

Expand Down
13 changes: 2 additions & 11 deletions config/makefiles/root.in
Expand Up @@ -122,8 +122,6 @@ BUILD_CLEANUPS := \
Test \
"*.c" \
"*$(O)" \
lua@exe@ \
luap@exe@ \
#IF(win32): "parrot-*.exe" \
#IF(win32): parrot-lua.iss \
#IF(win32): "setup-parrot-*.exe" \
Expand Down Expand Up @@ -167,7 +165,7 @@ build_core: \
$(GEN_PBC) \
src/yapp/Lua/parser.pm

all: build lua@exe@ luap@exe@ installable
all: build installable

src/lua51_testlex_gen.pir: src/lua51_testlex.pg
$(PGE) --output=src/lua51_testlex_gen.pir src/lua51_testlex.pg
Expand All @@ -190,18 +188,12 @@ lua/lua.pbc: $(SOURCES)
lua.pbc: lua.pir
$(PARROT) $(PARROT_ARGS) -o lua.pbc lua.pir

lua@exe@: lua.pbc
$(PBC_TO_EXE) lua.pbc

lua/luad.pbc: luad.pir
$(PARROT) -o lua/luad.pbc --output-pbc luad.pir

luap.pbc: luap.pir
$(PARROT) -o luap.pbc --output-pbc luap.pir

luap@exe@: luap.pbc
$(PBC_TO_EXE) luap.pbc

$(LUA_GROUP): $(PMC_DEPS)
$(MAKE) $(PMC_DIR)

Expand Down Expand Up @@ -344,8 +336,7 @@ help:
@echo ""
@echo " build: lua.pbc"
@echo " This is the default."
@echo " lua@exe@ Self-hosting binary not to be installed."
@echo " all: lua.pbc lua@exe@ installable"
@echo " all: lua.pbc installable"
@echo " installable: Create libs and self-hosting binaries to be installed."
@echo " install: Install the installable targets and docs."
@echo ""
Expand Down

0 comments on commit 52d9285

Please sign in to comment.