[24475] branches/dp2mp-move/base/src/macports1.0/Makefile

source_changes at macosforge.org source_changes at macosforge.org
Wed Apr 25 00:21:15 PDT 2007


Revision: 24475
          http://trac.macosforge.org/projects/macports/changeset/24475
Author:   jmpp at macports.org
Date:     2007-04-25 00:21:14 -0700 (Wed, 25 Apr 2007)

Log Message:
-----------

For some reason, the Mk/macports.autoconf.mk file is not included if the called target is 'distclean',
but such behavior leaves the 'SHLIB_SUFFIX' variable undefined and therefore the library is left behind
when distcleaning.

Modified Paths:
--------------
    branches/dp2mp-move/base/src/macports1.0/Makefile

Modified: branches/dp2mp-move/base/src/macports1.0/Makefile
===================================================================
--- branches/dp2mp-move/base/src/macports1.0/Makefile	2007-04-25 06:38:16 UTC (rev 24474)
+++ branches/dp2mp-move/base/src/macports1.0/Makefile	2007-04-25 07:21:14 UTC (rev 24475)
@@ -5,14 +5,13 @@
 
 INSTALLDIR=	${DESTDIR}${TCL_PACKAGE_DIR}/macports1.0
 
-ifneq ($(MAKECMDGOALS),distclean)
 include ../../Mk/macports.autoconf.mk
-endif
 include ../../Mk/macports.tea.mk
 
 test::
 
 distclean:: clean
+	echo ${SHLIB_NAME}
 	rm -f macports_autoconf.tcl macports_fastload.tcl ${SHLIB_NAME}
 
 install::

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070425/98bc054b/attachment.html


More information about the macports-changes mailing list