Skip to content

Commit

Permalink
Remove obsolete commented-out lines from makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
berwynhoyt committed Nov 14, 2023
1 parent ecea1cc commit 9c1a7da
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,6 @@ testall: fetchall
echo ; \
echo "*** Testing with Lua $$lua ***" ; \
$(MAKE) clean-lua-yottadb LUA_BUILD=$$lua --no-print-directory || exit 1; \
#Next line also tests lua-yottadb but don't need if it is tested by that project \
#$(MAKE) test-lua-yottadb LUA_BUILD=$$lua --no-print-directory || exit 1; \
$(MAKE) LUA_BUILD=$$lua all test || { rm -f _yottadb.so yottadb.lua; exit 1; }; \
done
$(MAKE) clean-lua-yottadb --no-print-directory # ensure not built with any Lua version lest it confuse future builds with default Lua
Expand Down

0 comments on commit 9c1a7da

Please sign in to comment.