[26238] trunk/base/Makefile.in

source_changes at macosforge.org source_changes at macosforge.org
Sat Jun 16 20:43:08 PDT 2007


Revision: 26238
          http://trac.macosforge.org/projects/macports/changeset/26238
Author:   eridius at macports.org
Date:     2007-06-16 20:43:08 -0700 (Sat, 16 Jun 2007)

Log Message:
-----------
No more -e switches for echo in the Makefile, that's a bash-ism

Modified Paths:
--------------
    trunk/base/Makefile.in

Modified: trunk/base/Makefile.in
===================================================================
--- trunk/base/Makefile.in	2007-06-16 20:37:47 UTC (rev 26237)
+++ trunk/base/Makefile.in	2007-06-17 03:43:08 UTC (rev 26238)
@@ -28,7 +28,7 @@
 	fi
 
 upgrade:
-	echo -e "\nUpgrading your existing MacPorts installation to the new namespace if necessary:\n"
+	@echo "Upgrading your existing MacPorts installation to the new namespace if necessary:"; echo ""
 
 # We can safely delete the ${TCL_PACKAGE_DIR}/darwinports1.0 dir as files in it are always overwritten and will now be installed onto
 # ${TCL_PACKAGE_DIR}/macports1.0 with new names:
@@ -134,7 +134,7 @@
 	}
 
 # Upgrade success announcement (meaning we're done ;):
-	@[ -f ${UPGRADECHECK} ] || { echo -e "\nMacPorts installation successfully upgraded from the old DarwinPorts namespace!\n"; \
+	@[ -f ${UPGRADECHECK} ] || { echo ""; "MacPorts installation successfully upgraded from the old DarwinPorts namespace!"; echo ""; \
 	echo "MacPorts rename update done!" > ${UPGRADECHECK} ; }
 
 ####
@@ -150,10 +150,10 @@
 include Mk/macports.subdir.mk
 
 install::
-	@echo -e "\nCongratulations, you have successfully installed the MacPorts system. To get the Portfiles and update the system, run:\n"
-	@echo -e "sudo port selfupdate\n"
-	@echo -e "Please read port(1) and the MacPorts Wiki at http://trac.macports.org/ for full documentation.\n"
-	@[ -f ${UPGRADECHECK} ] || echo -e "Stray sources might have been left in the legacy ${localstatedir}/db/dports directory after this upgrade, which moved most of what it could to ${localstatedir}/macports, so you might want to look in the former and cleanup manually.\n"
+	@echo ""; echo "Congratulations, you have successfully installed the MacPorts system. To get the Portfiles and update the system, run:"; echo ""
+	@echo "sudo port selfupdate"; echo ""
+	@echo "Please read port(1) and the MacPorts Wiki at http://trac.macports.org/ for full documentation."; echo ""
+	@[ -f ${UPGRADECHECK} ] || echo "Stray sources might have been left in the legacy ${localstatedir}/db/dports directory after this upgrade, which moved most of what it could to ${localstatedir}/macports, so you might want to look in the former and cleanup manually."; echo ""
 
 clean::
 

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


More information about the macports-changes mailing list