Skip to content

Commit e4b459a

Browse files
Add GPRBUILD_FLAGS to mimic GNAT Studio Makefile
When trying to change -j0 is caused a conflict between the definition of GPRBUILD env variable of ALS and GS Makefiles.
1 parent 165a085 commit e4b459a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ export ALS=$(ROOTDIR)/.obj/server/ada_language_server
1111
TESTER=$(ROOTDIR)/.obj/tester/tester-run
1212
CODEC_TEST=.obj/codec_test/codec_test
1313

14-
GPRBUILD=gprbuild -j0 -XSUPERPROJECT=
14+
GPRBUILD_FLAGS=-j0
15+
GPRBUILD=gprbuild $(GPRBUILD_FLAGS) -XSUPERPROJECT=
1516
GPRCLEAN=gprclean -XSUPERPROJECT=
1617

1718
# Installation directory

0 commit comments

Comments
 (0)