mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 20:19:25 +02:00
* disable SHAREDTARGETS
git-svn-id: branches/fixes_2_0@2492 -
This commit is contained in:
parent
29b475134f
commit
e7ce9e5ee3
2
Makefile
2
Makefile
@ -286,7 +286,7 @@ ifdef SNAPSHOT
|
||||
ALLTARGET=all
|
||||
else
|
||||
ifndef ALLTARGET
|
||||
SHAREDTARGETS=linux freebsd
|
||||
SHAREDTARGETS=
|
||||
SMARTTARGETS=win32 go32v2 linux freebsd netbsd openbsd netware netwlibc
|
||||
ifneq ($(findstring $(OS_TARGET),$(SHAREDTARGETS)),)
|
||||
ALLTARGET=shared
|
||||
|
@ -89,7 +89,7 @@ ifdef SNAPSHOT
|
||||
ALLTARGET=all
|
||||
else
|
||||
ifndef ALLTARGET
|
||||
SHAREDTARGETS=linux freebsd
|
||||
SHAREDTARGETS=
|
||||
SMARTTARGETS=win32 go32v2 linux freebsd netbsd openbsd netware netwlibc
|
||||
ifneq ($(findstring $(OS_TARGET),$(SHAREDTARGETS)),)
|
||||
ALLTARGET=shared
|
||||
|
Loading…
Reference in New Issue
Block a user