mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 20:03:02 +01:00
Remove firebird_super target from makefile, when super is chosen firebird
target will be the super edition. Configure.in changed to build some install files from new locations.
This commit is contained in:
parent
12864bd997
commit
986e31bba7
@ -2,5 +2,5 @@
|
|||||||
|
|
||||||
all: firebird
|
all: firebird
|
||||||
|
|
||||||
firebird firebird_super install package packages dist clean clobber:
|
firebird install package packages dist clean clobber:
|
||||||
$(MAKE) -C src $@
|
$(MAKE) -C src $@
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
dnl $Id: configure.in,v 1.90 2002-11-16 02:17:13 skywalker Exp $
|
dnl $Id: configure.in,v 1.91 2002-11-18 02:57:39 skywalker Exp $
|
||||||
|
|
||||||
dnl ############################# INITIALISATION ###############################
|
dnl ############################# INITIALISATION ###############################
|
||||||
|
|
||||||
@ -589,6 +589,7 @@ dnl EKU: handle platform specific installation and packaging
|
|||||||
case $PLATFORM in
|
case $PLATFORM in
|
||||||
LINUX)
|
LINUX)
|
||||||
mkdir -p gen/install/scripts
|
mkdir -p gen/install/scripts
|
||||||
|
mkdir -p gen/install/misc
|
||||||
INSTALL_SRC_DIR=src/install/arch-specific/linux/${FIREBIRD_ARCH_TYPE}
|
INSTALL_SRC_DIR=src/install/arch-specific/linux/${FIREBIRD_ARCH_TYPE}
|
||||||
AC_CONFIG_FILES([
|
AC_CONFIG_FILES([
|
||||||
gen/install/makeInstallImage.sh:${INSTALL_SRC_DIR}/makeInstallImage.sh.in
|
gen/install/makeInstallImage.sh:${INSTALL_SRC_DIR}/makeInstallImage.sh.in
|
||||||
@ -602,11 +603,15 @@ case $PLATFORM in
|
|||||||
gen/install/scripts/postuninstall.sh:${INSTALL_SRC_DIR}/postuninstall.sh.in
|
gen/install/scripts/postuninstall.sh:${INSTALL_SRC_DIR}/postuninstall.sh.in
|
||||||
gen/install/scripts/rpmheader.txt:${INSTALL_SRC_DIR}/rpmheader.txt.in
|
gen/install/scripts/rpmheader.txt:${INSTALL_SRC_DIR}/rpmheader.txt.in
|
||||||
gen/install/scripts/rpmfiles.txt:${INSTALL_SRC_DIR}/rpmfiles.txt.in
|
gen/install/scripts/rpmfiles.txt:${INSTALL_SRC_DIR}/rpmfiles.txt.in
|
||||||
|
gen/install/misc/firebird.xinetd:src/install/arch-specific/linux/misc/firebird.xinetd.in
|
||||||
|
gen/install/misc/changeDBAPassword.sh:src/install/arch-specific/linux/misc/changeDBAPassword.sh.in
|
||||||
],[
|
],[
|
||||||
chmod a+x gen/install/scripts/*.sh gen/install/*sh 2>/dev/null
|
chmod a+x gen/install/scripts/*.sh gen/install/*sh 2>/dev/null
|
||||||
])
|
])
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
SINIX-Z)
|
SINIX-Z)
|
||||||
AC_CONFIG_FILES([
|
AC_CONFIG_FILES([
|
||||||
gen/install/pkginfo:src/install/arch-specific/sinixz/pkginfo.in
|
gen/install/pkginfo:src/install/arch-specific/sinixz/pkginfo.in
|
||||||
|
Loading…
Reference in New Issue
Block a user