mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 18:30:32 +02:00
* also build the packages in the builddirs target, because fv needs
to be build to do the auto detection of fvision/fv
This commit is contained in:
parent
cba82c202e
commit
92f5cbb21e
@ -1246,7 +1246,7 @@ fakegdbclean :
|
||||
$(MAKE) -C fakegdb clean
|
||||
fakegdbinfo:
|
||||
@$(ECHO) Using FakeGDB, IDE has no Debugger support
|
||||
builddirs: compilerunits fakegdbunits
|
||||
builddirs: fpc_packages compilerunits fakegdbunits
|
||||
buildfp: fpc_all
|
||||
gdb:
|
||||
$(MAKE) builddirs
|
||||
|
@ -163,12 +163,12 @@ fakegdbinfo:
|
||||
#
|
||||
# Build targets
|
||||
#
|
||||
# building happends in 2 steps, first the compiler and fakegdb
|
||||
# building happends in 2 steps, first the packages, compiler and fakegdb
|
||||
# dirs are build. In the second step the IDE is build. This is
|
||||
# required because it needs to detect which compiler version
|
||||
# to use.
|
||||
#
|
||||
builddirs: compilerunits fakegdbunits
|
||||
builddirs: fpc_packages compilerunits fakegdbunits
|
||||
|
||||
buildfp: fpc_all
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user