FreeCalypso > hg > freecalypso-tools
diff uptools/Makefile @ 473:90d7c360a614
main tree Makefile hierarchy: INSTALL_PREFIX= scheme implemented
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 13 Feb 2019 05:06:15 +0000 |
parents | 8f3fe2d1fda5 |
children | f2a040324509 |
line wrap: on
line diff
--- a/uptools/Makefile Tue Feb 12 00:30:37 2019 +0000 +++ b/uptools/Makefile Wed Feb 13 05:06:15 2019 +0000 @@ -4,6 +4,8 @@ LIBDIR= libcoding SUBDIR= ${PROGDIR} ${LIBDIR} +INSTALL_PREFIX= /opt/freecalypso + all: ${SUBDIR} atcmd: libcoding @@ -17,6 +19,7 @@ for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done install: FRC - for i in ${PROGDIR}; do (cd $$i; ${MAKE} ${MFLAGS} install); done + for i in ${PROGDIR}; do (cd $$i; ${MAKE} ${MFLAGS} \ + INSTALL_PREFIX=${INSTALL_PREFIX} install); done FRC: