[svn:parrot] r35784 - trunk/config/gen/makefiles

[email protected] Mon, 19 Jan 2009 16:28:06 -0800 (PST)
Newsgroups perl.cvs.parrot
Message-ID <[email protected]>
Author: allison
Date: Mon Jan 19 16:28:05 2009
New Revision: 35784

Modified:
   trunk/config/gen/makefiles/root.in

Log:
[install] Remove sketchy install warnings. Failures are *not* expected. Will fix any further reported issues.

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in	(original)
+++ trunk/config/gen/makefiles/root.in	Mon Jan 19 16:28:05 2009
@@ -651,14 +651,6 @@
 	@echo ""
 	@echo "Installation:"
 	@echo "  install:           Install under '$(PREFIX)' on Unix systems"
-	@echo "            WARNING: Installing Parrot may interfere with"
-	@echo "                     developing Parrot on the same machine."
-	@echo "                     This flaw will be fixed eventually."
-	@echo "  reallyinstall:     Install under '$(PREFIX)' on Unix systems"
-	@echo "               NOTE: This actually does the install.  Because"
-	@echo "                     there are currently issues with the Parrot"
-	@echo "                     install system, this make target is used"
-	@echo "                     to go ahead with the install anyway."
 	@echo ""
 	@echo "Documentation:"
 	@echo "  help:              Print this help message."
@@ -2134,15 +2126,7 @@
 #
 ###############################################################################
 
-install:
-	@echo "WARNING:"
-	@echo "  Installing Parrot may interfere with developing Parrot"
-	@echo "  on the same machine.  This is a temporary flaw in the"
-	@echo "  Parrot build system."
-	@echo "  To use the make install target, type: make reallyinstall"
-	$(PERL) -e "exit(1)"
-
-reallyinstall: installable
+install: installable
 	$(PERL) tools/dev/install_files.pl \
     --buildprefix=$(BUILDPREFIX) \
     --prefix=$(PREFIX) \