You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ig...@apache.org on 2011/06/17 19:43:35 UTC

svn commit: r1136958 - in /trafficserver/traffic/trunk: CHANGES Makefile.am example/app-template/Makefile.am proxy/Makefile.am

Author: igalic
Date: Fri Jun 17 17:43:35 2011
New Revision: 1136958

URL: http://svn.apache.org/viewvc?rev=1136958&view=rev
Log:
[TS-842] remove uninstall target from build system

Modified:
    trafficserver/traffic/trunk/CHANGES
    trafficserver/traffic/trunk/Makefile.am
    trafficserver/traffic/trunk/example/app-template/Makefile.am
    trafficserver/traffic/trunk/proxy/Makefile.am

Modified: trafficserver/traffic/trunk/CHANGES
URL: http://svn.apache.org/viewvc/trafficserver/traffic/trunk/CHANGES?rev=1136958&r1=1136957&r2=1136958&view=diff
==============================================================================
--- trafficserver/traffic/trunk/CHANGES (original)
+++ trafficserver/traffic/trunk/CHANGES Fri Jun 17 17:43:35 2011
@@ -1,6 +1,8 @@
                                                          -*- coding: utf-8 -*-
 
 Changes with Apache Traffic Server 3.1.0
+  *) [TS-842] remove uninstall target from build system
+
   *) [TS-648] Use hwloc library when available. This can be disabled
    with --disable-hwloc.
 

Modified: trafficserver/traffic/trunk/Makefile.am
URL: http://svn.apache.org/viewvc/trafficserver/traffic/trunk/Makefile.am?rev=1136958&r1=1136957&r2=1136958&view=diff
==============================================================================
--- trafficserver/traffic/trunk/Makefile.am (original)
+++ trafficserver/traffic/trunk/Makefile.am Fri Jun 17 17:43:35 2011
@@ -79,6 +79,5 @@ help:
    echo 'help             display this list of make targets' && \
    echo 'install          install by copying the built files to system-wide dirs' && \
    echo 'install-strip    same as install but then strips debugging symbols' && \
-   echo 'install-examples install examples by copying the built files to system-wide dirs' && \
-   echo 'uninstall        opposite of install, removes installed files'
+   echo 'install-examples install examples by copying the built files to system-wide dirs'
 

Modified: trafficserver/traffic/trunk/example/app-template/Makefile.am
URL: http://svn.apache.org/viewvc/trafficserver/traffic/trunk/example/app-template/Makefile.am?rev=1136958&r1=1136957&r2=1136958&view=diff
==============================================================================
--- trafficserver/traffic/trunk/example/app-template/Makefile.am (original)
+++ trafficserver/traffic/trunk/example/app-template/Makefile.am Fri Jun 17 17:43:35 2011
@@ -61,5 +61,3 @@ install-exec-local:
 install-exec-hook:
 	-chown -R $(pkgsysuser):$(pkgsysgroup) $(DESTDIR)$(pkglibexecdir)
 
-uninstall-hook:
-	-rm -rf $(DESTDIR)$(pkglocalstatedir) $(DESTDIR)$(pkglogdir) $(DESTDIR)$(pkgsysconfdir) $(DESTDIR)$(pkglibexecdir)

Modified: trafficserver/traffic/trunk/proxy/Makefile.am
URL: http://svn.apache.org/viewvc/trafficserver/traffic/trunk/proxy/Makefile.am?rev=1136958&r1=1136957&r2=1136958&view=diff
==============================================================================
--- trafficserver/traffic/trunk/proxy/Makefile.am (original)
+++ trafficserver/traffic/trunk/proxy/Makefile.am Fri Jun 17 17:43:35 2011
@@ -297,7 +297,3 @@ install-exec-local:
 install-exec-hook:
 	-chown -R $(pkgsysuser):$(pkgsysgroup) $(DESTDIR)$(pkglibexecdir)
 
-uninstall-hook:
-	-rm -rf $(DESTDIR)$(pkglocalstatedir) $(DESTDIR)$(pkglogdir) $(DESTDIR)$(pkgruntimedir) $(DESTDIR)$(pkgsysconfdir) $(DESTDIR)$(pkglibexecdir) $(DESTDIR)$(pkgcachedir)
-
-