add DISTDIR install to prospero
This commit is contained in:
parent
211e8efbc2
commit
529c0b496a
4
build.sh
4
build.sh
@ -23,7 +23,7 @@ export SYSTYPE=${SYSTYPE}
|
|||||||
export DISTDIR=${DISTDIR}
|
export DISTDIR=${DISTDIR}
|
||||||
export PATH=${DISTDIR}/bin:${PATH}
|
export PATH=${DISTDIR}/bin:${PATH}
|
||||||
|
|
||||||
mkdir -p ${DISTDIR}/bin
|
mkdir -p ${DISTDIR}/{bin,pfs}
|
||||||
|
|
||||||
echo " Build Root : ${WORLD_ROOT}"
|
echo " Build Root : ${WORLD_ROOT}"
|
||||||
echo " Archie Root : ${ARCHIE_ROOT}"
|
echo " Archie Root : ${ARCHIE_ROOT}"
|
||||||
@ -120,6 +120,6 @@ ln -sf Makefile.config.${SYSTYPE} Makefile.config
|
|||||||
cp Makefile.in Makefile
|
cp Makefile.in Makefile
|
||||||
make all_depend
|
make all_depend
|
||||||
make all
|
make all
|
||||||
make install
|
DISTDIR=${DISTDIR} make install
|
||||||
cd ${WORLD_ROOT}
|
cd ${WORLD_ROOT}
|
||||||
|
|
||||||
|
@ -160,7 +160,7 @@ OPTIONAL_LIB_SUBDIRS = lib/psrv/wais_gw lib/psrv/gopher_gw
|
|||||||
|
|
||||||
# These options are used only by 'make install' and 'make installbinaries'
|
# These options are used only by 'make install' and 'make installbinaries'
|
||||||
|
|
||||||
# DISTDIR =
|
DISTDIR =
|
||||||
|
|
||||||
#### TOPDIR
|
#### TOPDIR
|
||||||
# The top of the Prospero data files. You will only use this if you're
|
# The top of the Prospero data files. You will only use this if you're
|
||||||
|
@ -160,7 +160,7 @@ OPTIONAL_LIB_SUBDIRS =
|
|||||||
|
|
||||||
# These options are used only by 'make install' and 'make installbinaries'
|
# These options are used only by 'make install' and 'make installbinaries'
|
||||||
|
|
||||||
# DISTDIR =
|
DISTDIR =
|
||||||
|
|
||||||
#### TOPDIR
|
#### TOPDIR
|
||||||
# The top of the Prospero data files. You will only use this if you're
|
# The top of the Prospero data files. You will only use this if you're
|
||||||
|
@ -161,7 +161,7 @@ COMPILER_PREPENDS_C_SYMBOLS_WITH_UNDERSCORE=_
|
|||||||
|
|
||||||
# These options are used only by 'make install' and 'make installbinaries'
|
# These options are used only by 'make install' and 'make installbinaries'
|
||||||
|
|
||||||
# DISTDIR =
|
DISTDIR =
|
||||||
|
|
||||||
#### TOPDIR
|
#### TOPDIR
|
||||||
# The top of the Prospero data files. You will only use this if you're
|
# The top of the Prospero data files. You will only use this if you're
|
||||||
|
@ -161,7 +161,7 @@ OPTIONAL_LIB_SUBDIRS = lib/psrv/wais_gw lib/pcompat lib/psrv/gopher_gw
|
|||||||
|
|
||||||
# These options are used only by 'make install' and 'make installbinaries'
|
# These options are used only by 'make install' and 'make installbinaries'
|
||||||
|
|
||||||
# DISTDIR =
|
DISTDIR =
|
||||||
|
|
||||||
#### TOPDIR
|
#### TOPDIR
|
||||||
# The top of the Prospero data files. You will only use this if you're
|
# The top of the Prospero data files. You will only use this if you're
|
||||||
|
@ -161,7 +161,7 @@ OPTIONAL_LIB_SUBDIRS = lib/psrv/wais_gw lib/psrv/gopher_gw
|
|||||||
|
|
||||||
# These options are used only by 'make install' and 'make installbinaries'
|
# These options are used only by 'make install' and 'make installbinaries'
|
||||||
|
|
||||||
# DESTDIR =
|
DISTDIR =
|
||||||
|
|
||||||
#### TOPDIR
|
#### TOPDIR
|
||||||
# The top of the Prospero data files. You will only use this if you're
|
# The top of the Prospero data files. You will only use this if you're
|
||||||
|
Loading…
Reference in New Issue
Block a user