[Zope-Checkins] CVS: Zope/inst - Makefile.in:1.14.2.6 Makefile.win.in:1.6.2.2

Andreas Jung andreas at andreas-jung.com
Wed May 12 14:02:44 EDT 2004


Update of /cvs-repository/Zope/inst
In directory cvs.zope.org:/tmp/cvs-serv13441/inst

Modified Files:
      Tag: Zope-2_7-branch
	Makefile.in Makefile.win.in 
Log Message:
     - Collector #1259: removed the "uninstall" target from the Makefile
       since the uninstall routine could also remove non-Zope files. Because
       this was to dangerous it has been removed completely. 


=== Zope/inst/Makefile.in 1.14.2.5 => 1.14.2.6 ===
--- Zope/inst/Makefile.in:1.14.2.5	Thu Jan  8 18:33:43 2004
+++ Zope/inst/Makefile.in	Wed May 12 14:02:43 2004
@@ -32,7 +32,7 @@
 TAR=tar
 MKDIR=mkdir -p
 
-.PHONY : clean install uninstall instance untestinst testinst build unbuild
+.PHONY : clean install instance untestinst testinst build unbuild
 .PHONY : default
 
 # default:     The default step (invoked when make is called without a target)
@@ -62,10 +62,6 @@
 	@echo
 	@echo Zope binaries installed successfully.
 	@echo Now run \'${PREFIX}/bin/mkzopeinstance.py\'
-
-# uninstall:   Uninstall a software home.
-uninstall:
-	${RMRF} "${PREFIX}"
 
 # inplace:     Install a software home into to the source directory.
 #


=== Zope/inst/Makefile.win.in 1.6.2.1 => 1.6.2.2 ===
--- Zope/inst/Makefile.win.in:1.6.2.1	Thu Jan  8 18:33:43 2004
+++ Zope/inst/Makefile.win.in	Wed May 12 14:02:43 2004
@@ -31,7 +31,7 @@
 XCOPY=xcopy /i /s /e /y
 COPY=copy
 
-.PHONY: clean install uninstall build unbuild
+.PHONY: clean install build unbuild
 .PHONY: default
 
 default: build
@@ -57,9 +57,6 @@
 	@ echo Zope binaries installed successfully.
 	@ echo Now run '$(PYTHON) $(PREFIX)\bin\mkzopeinstance.py'
 
-# uninstall:   Uninstall a software home.
-uninstall:
-	$(RMRF) "$(PREFIX)"
 
 # clean:       Delete the build files and any binaries/bytecode files in
 #              the source directory for good measure.




More information about the Zope-Checkins mailing list