mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 15:29:25 +02:00
* fixed typos
This commit is contained in:
parent
74854653a8
commit
48e7eb291c
@ -1324,16 +1324,8 @@ doc_install:
|
||||
# Packaging targets
|
||||
#######################################
|
||||
|
||||
idezips: clean ide_allzip ide_gdbzip ide_fullzip ide_fullgdbzip
|
||||
idezips: ide_fullzip ide_fullgdbzip optcompinstall optcompzip
|
||||
|
||||
ide_allzip:
|
||||
$(MAKE) ide_clean
|
||||
$(MAKE) ide_all
|
||||
$(MAKE) -C ide/text zipinstall ZIPNAME=ide-fake-$(PACKAGESUFFIX)
|
||||
ide_gdbzip:
|
||||
$(MAKE) ide_clean
|
||||
$(MAKE) ide_gdb
|
||||
$(MAKE) -C ide/text zipinstall ZIPNAME=ide-gdb-$(PACKAGESUFFIX)
|
||||
ide_compzip:
|
||||
$(MAKE) compiler_clean
|
||||
$(MAKE) ide_clean
|
||||
@ -1344,6 +1336,13 @@ ide_fullgdbzip:
|
||||
$(MAKE) ide_fullgdb
|
||||
$(MAKE) -C ide/text zipinstall ZIPNAME=ide-full-$(PACKAGESUFFIX)
|
||||
|
||||
optcompinstall:
|
||||
$(MAKE) compiler_cycle OPT=-dNEWOPTIMIZATIONS
|
||||
$(MAKE) compiler_install
|
||||
|
||||
optcompzip:
|
||||
$(MAKE) fpc_zipinstall PACKAGENAME=optcomp ZIPTARGET=optcompinstall
|
||||
|
||||
|
||||
##########################################################################
|
||||
# Install
|
||||
@ -1372,7 +1371,7 @@ installersrc:
|
||||
# Packaging
|
||||
##########################################################################
|
||||
|
||||
.PHONY: all clean build installbase zipinstall zipinstallbase zipinstallfcl \
|
||||
.PHONY: all clean distclean build installbase zipinstall zipinstallbase zipinstallfcl \
|
||||
zipinstallpackages
|
||||
|
||||
export RELEASE DESTZIPDIR
|
||||
@ -1388,7 +1387,7 @@ distclean: clean
|
||||
build: build-stamp
|
||||
build-stamp:
|
||||
# create new compiler
|
||||
ifeq $($(OS_TARGET),win32)
|
||||
ifeq ($(OS_TARGET),win32)
|
||||
-$(MAKE) compiler_cycle
|
||||
else
|
||||
$(MAKE) compiler_cycle
|
||||
@ -1419,7 +1418,7 @@ installbase: build-stamp
|
||||
$(MKDIR) $(BASEINSTALLDIR)
|
||||
$(MKDIR) $(DOCINSTALLDIR)
|
||||
$(MKDIR) $(BININSTALLDIR)
|
||||
#ifndef SNAPSHOT
|
||||
ifndef SNAPSHOT
|
||||
# readme & whatsnew and docs
|
||||
$(COPY) $(CVSINSTALL)/doc/*.txt $(CVSINSTALL)/doc/copying* $(CVSINSTALL)/doc/faq.* $(DOCINSTALLDIR)
|
||||
# bingo32 (cwsdpmi,wmemu387.dxe)
|
||||
|
@ -199,16 +199,8 @@ doc_install:
|
||||
# Packaging targets
|
||||
#######################################
|
||||
|
||||
idezips: clean ide_allzip ide_gdbzip ide_fullzip ide_fullgdbzip
|
||||
idezips: ide_fullzip ide_fullgdbzip optcompinstall optcompzip
|
||||
|
||||
ide_allzip:
|
||||
$(MAKE) ide_clean
|
||||
$(MAKE) ide_all
|
||||
$(MAKE) -C ide/text zipinstall ZIPNAME=ide-fake-$(PACKAGESUFFIX)
|
||||
ide_gdbzip:
|
||||
$(MAKE) ide_clean
|
||||
$(MAKE) ide_gdb
|
||||
$(MAKE) -C ide/text zipinstall ZIPNAME=ide-gdb-$(PACKAGESUFFIX)
|
||||
ide_compzip:
|
||||
$(MAKE) compiler_clean
|
||||
$(MAKE) ide_clean
|
||||
@ -219,6 +211,13 @@ ide_fullgdbzip:
|
||||
$(MAKE) ide_fullgdb
|
||||
$(MAKE) -C ide/text zipinstall ZIPNAME=ide-full-$(PACKAGESUFFIX)
|
||||
|
||||
optcompinstall:
|
||||
$(MAKE) compiler_cycle OPT=-dNEWOPTIMIZATIONS
|
||||
$(MAKE) compiler_install
|
||||
|
||||
optcompzip:
|
||||
$(MAKE) fpc_zipinstall PACKAGENAME=optcomp ZIPTARGET=optcompinstall
|
||||
|
||||
|
||||
##########################################################################
|
||||
# Install
|
||||
@ -247,7 +246,7 @@ installersrc:
|
||||
# Packaging
|
||||
##########################################################################
|
||||
|
||||
.PHONY: all clean build installbase zipinstall zipinstallbase zipinstallfcl \
|
||||
.PHONY: all clean distclean build installbase zipinstall zipinstallbase zipinstallfcl \
|
||||
zipinstallpackages
|
||||
|
||||
export RELEASE DESTZIPDIR
|
||||
@ -263,7 +262,7 @@ distclean: clean
|
||||
build: build-stamp
|
||||
build-stamp:
|
||||
# create new compiler
|
||||
ifeq $($(OS_TARGET),win32)
|
||||
ifeq ($(OS_TARGET),win32)
|
||||
-$(MAKE) compiler_cycle
|
||||
else
|
||||
$(MAKE) compiler_cycle
|
||||
@ -294,7 +293,7 @@ installbase: build-stamp
|
||||
$(MKDIR) $(BASEINSTALLDIR)
|
||||
$(MKDIR) $(DOCINSTALLDIR)
|
||||
$(MKDIR) $(BININSTALLDIR)
|
||||
#ifndef SNAPSHOT
|
||||
ifndef SNAPSHOT
|
||||
# readme & whatsnew and docs
|
||||
$(COPY) $(CVSINSTALL)/doc/*.txt $(CVSINSTALL)/doc/copying* $(CVSINSTALL)/doc/faq.* $(DOCINSTALLDIR)
|
||||
# bingo32 (cwsdpmi,wmemu387.dxe)
|
||||
|
Loading…
Reference in New Issue
Block a user