From 1f8530a08c0d7d8ccd7b3b4510eddceb231b11ce Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Mon, 11 Mar 2024 13:04:33 -0300 Subject: don't set up a "project environment" on make default target Fixes #1639. --- GNUmakefile | 2 +- smoke_test.sh | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index afb79cdf..3923a145 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -23,7 +23,7 @@ all: build # Base build # ---------------------------------------- -build: luarocks luarocks-admin $(builddir)/luarocks $(builddir)/luarocks-admin +build: config.unix $(builddir)/config-$(LUA_VERSION).lua $(builddir)/luarocks $(builddir)/luarocks-admin config.unix: @echo Please run the "./configure" script before building. diff --git a/smoke_test.sh b/smoke_test.sh index c8df2881..bb1a5984 100755 --- a/smoke_test.sh +++ b/smoke_test.sh @@ -15,11 +15,6 @@ tar zxvpf "$(basename "$tarball")" cd "$(basename "$tarball" .tar.gz)" ./configure --prefix=foobar make -./luarocks --verbose -./luarocks --verbose install inspect -./luarocks --verbose show inspect -./lua -e 'print(assert(require("inspect")(_G)))' -./luarocks --verbose remove inspect make install cd foobar bin/luarocks --verbose -- cgit v1.2.3-55-g6feb