|
@@ -3515,6 +3515,7 @@ makefiles: fpc_makefiles
|
|
ifneq ($(wildcard fpcmake.loc),)
|
|
ifneq ($(wildcard fpcmake.loc),)
|
|
include fpcmake.loc
|
|
include fpcmake.loc
|
|
endif
|
|
endif
|
|
|
|
+.NOTPARALLEL:
|
|
include $(INC)/makefile.inc
|
|
include $(INC)/makefile.inc
|
|
SYSINCDEPS=$(addprefix $(INC)/,$(SYSINCNAMES))
|
|
SYSINCDEPS=$(addprefix $(INC)/,$(SYSINCNAMES))
|
|
include $(PROCINC)/makefile.cpu
|
|
include $(PROCINC)/makefile.cpu
|
|
@@ -3536,7 +3537,7 @@ strings$(PPUEXT) : $(INC)/strings.pp $(INC)/stringsi.inc \
|
|
$(SYSTEMUNIT)$(PPUEXT)
|
|
$(SYSTEMUNIT)$(PPUEXT)
|
|
unixtype$(PPUEXT) : $(UNIXINC)/unixtype.pp ptypes.inc $(UNIXINC)/ctypes.inc $(SYSTEMUNIT)$(PPUEXT)
|
|
unixtype$(PPUEXT) : $(UNIXINC)/unixtype.pp ptypes.inc $(UNIXINC)/ctypes.inc $(SYSTEMUNIT)$(PPUEXT)
|
|
$(COMPILER) $(UNIXINC)/unixtype.pp
|
|
$(COMPILER) $(UNIXINC)/unixtype.pp
|
|
-baseunix$(PPUEXT) : baseunix.pp $(UNIXINC)/unixtype.pp $(SYSTEMUNIT)$(PPUEXT)
|
|
|
|
|
|
+baseunix$(PPUEXT) : baseunix.pp unixtype$(PPUEXT) $(SYSTEMUNIT)$(PPUEXT)
|
|
$(COMPILER) -Fi$(UNIXINC) -Fu$(UNIXINC) baseunix.pp
|
|
$(COMPILER) -Fi$(UNIXINC) -Fu$(UNIXINC) baseunix.pp
|
|
syscall$(PPUEXT) : $(UNIXINC)/syscall.pp $(SYSNRINC) $(SYSTEMUNIT)$(PPUEXT)
|
|
syscall$(PPUEXT) : $(UNIXINC)/syscall.pp $(SYSNRINC) $(SYSTEMUNIT)$(PPUEXT)
|
|
$(COMPILER) $(UNIXINC)/syscall.pp
|
|
$(COMPILER) $(UNIXINC)/syscall.pp
|