Skip to content

Commit

Permalink
Ldir check..
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxd3v committed Feb 11, 2019
1 parent 3128f0d commit 6217a08
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ $(info ** ARCH = $(ARCH) **)
TUNE :=$(shell ${PWD}/aarch mtune)
TUNE :=$(if $(findstring nil,$(TUNE)),,$(TUNE))
else ifeq ($(LONG_BIT),64)
$(info ** I am here :$(LONG_BIT) **)
ARCH :=$(shell ${PWD}/aarch march)
ARCH :=$(if $(findstring x86,$(MACHINE)),x86-64,$(ARCH))
ARCH :=$(if $(findstring android,$(MACHINE)),armv7,$(ARCH))
Expand Down Expand Up @@ -89,9 +88,9 @@ ifndef LDIR
LDIR := /usr/local/lib/lua/5.3
endif
ifeq (,$(wildcard $(LDIR)/.))
$(LDIR):
@mkdir -pv $(LDIR)
$(info ATS Module Folder: $(LDIR),created..)
#$(LDIR):
$(shell mkdir -pv $(LDIR) )
$(info ATS Module Folder: $(LDIR),created..)
endif
endif

Expand Down
1 change: 1 addition & 0 deletions aarch
Original file line number Diff line number Diff line change
Expand Up @@ -244,4 +244,5 @@ local switch = {
}

switch[ arg[ 1 ] ]()
os.exit( 0 )

Binary file added ats.o
Binary file not shown.
Binary file added ats.so.0.9
Binary file not shown.
Binary file added debug.o
Binary file not shown.

0 comments on commit 6217a08

Please sign in to comment.