Skip to content

Commit a8a7879

Browse files
committed
Removed superfluous jbuilder directory change support
1 parent a5a5f45 commit a8a7879

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ TARGETS = sqlite3.cma libsqlite3_stubs.a
33
.PHONY: all clean
44

55
all:
6-
@echo jbuilder: Entering directory \`$(abspath $(dir $(lastword $(PWD))))\'
76
@jbuilder build --dev $(TARGETS)
87

98
clean:

src/config/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ JBUILDER_ROOT = ../..
44
.PHONY: all clean
55

66
all:
7-
@echo jbuilder: Entering directory \`$(realpath $(PWD)/$(JBUILDER_ROOT))\'
87
@jbuilder build --dev $(TARGETS)
98

109
clean:

test/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ TARGETS = \
44
.PHONY: all clean
55

66
all:
7-
@echo jbuilder: Entering directory \`$(abspath $(dir $(lastword $(PWD))))\'
87
@jbuilder build --dev $(TARGETS)
98

109
clean:

0 commit comments

Comments
 (0)