[Zope-Checkins] SVN: Zope/branches/tseaver-retire_zpkg/inst/Makefile.in Normalize spelling: 'TMPDIR' -> 'TMP_DIR'.

Tres Seaver tseaver at palladion.com
Sat Jun 24 08:51:47 EDT 2006


Log message for revision 68824:
  Normalize spelling:  'TMPDIR' -> 'TMP_DIR'.

Changed:
  U   Zope/branches/tseaver-retire_zpkg/inst/Makefile.in

-=-
Modified: Zope/branches/tseaver-retire_zpkg/inst/Makefile.in
===================================================================
--- Zope/branches/tseaver-retire_zpkg/inst/Makefile.in	2006-06-24 12:28:01 UTC (rev 68823)
+++ Zope/branches/tseaver-retire_zpkg/inst/Makefile.in	2006-06-24 12:51:46 UTC (rev 68824)
@@ -10,7 +10,7 @@
 PACKAGE_NAME=${NAME}-${MAJOR_VERSION}.${MINOR_VERSION}-${RELEASE_TAG}
 
 PYTHON="<<PYTHON>>"
-TMPDIR=<<TMP_DIR>>
+TMP_DIR=<<TMP_DIR>>
 PREFIX=<<PREFIX>>
 BASE_DIR=<<BASE_DIR>>
 BUILD_BASE=<<BUILD_BASE>>
@@ -118,8 +118,8 @@
 # sdist_tgz:   Create a tgz archive file as a source distribution.
 #
 sdist_tgz: version_txt
-	${MKDIR} ${TMPDIR}
-	${CD} ${TMPDIR} && ${LN} ${BASE_DIR} ${PACKAGE_NAME} && \
+	${MKDIR} ${TMP_DIR}
+	${CD} ${TMP_DIR} && ${LN} ${BASE_DIR} ${PACKAGE_NAME} && \
           ${TAR} czfh ${BASE_DIR}/${PACKAGE_NAME}.tgz \
            --exclude=${PACKAGE_NAME}.tgz\
            --exclude=.svn\
@@ -127,7 +127,7 @@
            --exclude=build-base \
            --exclude=*~ \
            --exclude=.#* ${PACKAGE_NAME} 
-	${RMRF} ${TMPDIR}/${PACKAGE_NAME}
+	${RMRF} ${TMP_DIR}/${PACKAGE_NAME}
 
 # clobber:     Make the source tree 'pristine' again.
 clobber: clean uninstance



More information about the Zope-Checkins mailing list