mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 10:39:18 +02:00
* change destzipdir to dist_destdir
This commit is contained in:
parent
a1c19a463c
commit
31ef386dca
@ -79,8 +79,8 @@ override RELEASE=1
|
|||||||
export RELEASE
|
export RELEASE
|
||||||
|
|
||||||
# We want to have the resulting .zips in the current dir
|
# We want to have the resulting .zips in the current dir
|
||||||
ifndef DESTZIPDIR
|
ifndef DIST_DESTDIR
|
||||||
export DESTZIPDIR:=$(BASEDIR)
|
export DIST_DESTDIR:=$(BASEDIR)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Temporary path to pack a file
|
# Temporary path to pack a file
|
||||||
@ -251,8 +251,6 @@ installersrc:
|
|||||||
.PHONY: all clean distclean build install installbase zipinstall zipinstallbase zipinstallfcl \
|
.PHONY: all clean distclean build install installbase zipinstall zipinstallbase zipinstallfcl \
|
||||||
zipinstallpackages
|
zipinstallpackages
|
||||||
|
|
||||||
export RELEASE DESTZIPDIR
|
|
||||||
|
|
||||||
all: build
|
all: build
|
||||||
|
|
||||||
clean: $(addsuffix _distclean,$(TARGET_DIRS))
|
clean: $(addsuffix _distclean,$(TARGET_DIRS))
|
||||||
|
Loading…
Reference in New Issue
Block a user