[GRASS-SVN] r42273 - grass/trunk/macosx
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon May 17 17:05:06 EDT 2010
Author: kyngchaos
Date: 2010-05-17 17:05:05 -0400 (Mon, 17 May 2010)
New Revision: 42273
Modified:
grass/trunk/macosx/Makefile
Log:
remove redundant test for app compile before install
Modified: grass/trunk/macosx/Makefile
===================================================================
--- grass/trunk/macosx/Makefile 2010-05-17 20:54:11 UTC (rev 42272)
+++ grass/trunk/macosx/Makefile 2010-05-17 21:05:05 UTC (rev 42273)
@@ -37,20 +37,12 @@
include bundle.make
-install-macosx:
- echo ${ARCH_DISTDIR}/${MACOSX_APP_NAME}
- @ if [ ! -d ${ARCH_DISTDIR}/${MACOSX_APP_NAME} ] ; then \
- echo "ERROR: GRASS.app has not been compiled. Try \"make\" in the top level source dir first."; \
- echo " Installation aborted, exiting Make."; \
- exit; \
- fi; \
- ${MAKE} real-install-macosx
-
# Duplicated, mostly, from the top-level makefile.
-real-install-macosx: INST_DIR_TARGET = ${INST_DIR}
-real-install-macosx: PREFIX_TARGET = ${prefix}
-real-install-macosx: install-macosxapp install-basic-macosx macosx-support-dir bundle-macosx
+install-macosx: INST_DIR_TARGET = ${INST_DIR}
+install-macosx: PREFIX_TARGET = ${prefix}
+install-macosx: install-macosxapp install-basic-macosx macosx-support-dir bundle-macosx
+ echo ${ARCH_DISTDIR}/${MACOSX_APP_NAME}
@# help file package
${LN_DIR} "${INST_DIR_TARGET}/docs/html" /Library/Documentation/Help/GRASS-${GRASS_VERSION_MAJOR}.${GRASS_VERSION_MINOR}
More information about the grass-commit
mailing list