[PC-BSD Commits] r9793 - pcbsd/current/src-sh
svn at pcbsd.org
svn at pcbsd.org
Mon Mar 28 13:00:38 PDT 2011
Author: kris
Date: 2011-03-28 13:00:38 -0700 (Mon, 28 Mar 2011)
New Revision: 9793
Removed:
pcbsd/current/src-sh/pc-swapmonitor/
Modified:
pcbsd/current/src-sh/Makefile
Log:
Retire the old pc-swapmonitor script in favor of swapexd in ports now
Modified: pcbsd/current/src-sh/Makefile
===================================================================
--- pcbsd/current/src-sh/Makefile 2011-03-28 19:58:40 UTC (rev 9792)
+++ pcbsd/current/src-sh/Makefile 2011-03-28 20:00:38 UTC (rev 9793)
@@ -22,7 +22,6 @@
SUBTARGETS = \
sub-pcsu \
sub-pcrunx \
- sub-pcswap \
sub-pbi \
sub-meta \
sub-xdgutil
@@ -66,19 +65,6 @@
sub-pcrunx-install_subtargets: pc-runxgui/$(MAKEFILE) FORCE
cd pc-runxgui/ && $(MAKE) -f $(MAKEFILE) install
-sub-pcswap: pc-swapmonitor/$(MAKEFILE) FORCE
- cd pc-swapmonitor/ && $(MAKE) -f $(MAKEFILE)
-sub-pcswap-make_default: pc-swapmonitor/$(MAKEFILE) FORCE
- cd pc-swapmonitor/ && $(MAKE) -f $(MAKEFILE)
-sub-pcswap-make_first: pc-swapmonitor/$(MAKEFILE) FORCE
- cd pc-swapmonitor/ && $(MAKE) -f $(MAKEFILE) first
-sub-pcswap-all: pc-swapmonitor/$(MAKEFILE) FORCE
- cd pc-swapmonitor/ && $(MAKE) -f $(MAKEFILE) all
-sub-pcswap-clean: pc-swapmonitor/$(MAKEFILE) FORCE
- cd pc-swapmonitor/ && $(MAKE) -f $(MAKEFILE) clean
-sub-pcswap-install_subtargets: pc-swapmonitor/$(MAKEFILE) FORCE
- cd pc-swapmonitor/ && $(MAKE) -f $(MAKEFILE) install
-
sub-pbi: pbi-manager/$(MAKEFILE) FORCE
cd pbi-manager/ && $(MAKE) -f $(MAKEFILE)
sub-pbi-make_default: pbi-manager/$(MAKEFILE) FORCE
@@ -122,7 +108,6 @@
sub-meta-make_default \
sub-pcrunx-make_default \
sub-pcsu-make_default \
- sub-pcswap-make_default \
sub-pcthinclient-make_default \
sub-xdgutil-make_default \
FORCE
@@ -131,7 +116,6 @@
sub-meta-make_first \
sub-pcrunx-make_first \
sub-pcsu-make_first \
- sub-pcswap-make_first \
sub-pcthinclient-make_first \
sub-xdgutil-make_first \
FORCE
@@ -140,7 +124,6 @@
sub-meta-all \
sub-pcrunx-all \
sub-pcsu-all \
- sub-pcswap-all \
sub-pcthinclient-all \
sub-xdgutil-all \
FORCE
@@ -149,7 +132,6 @@
sub-meta-clean \
sub-pcrunx-clean \
sub-pcsu-clean \
- sub-pcswap-clean \
sub-pcthinclient-clean \
sub-xdgutil-clean \
FORCE
@@ -158,7 +140,6 @@
sub-meta-install_subtargets \
sub-pcrunx-install_subtargets \
sub-pcsu-install_subtargets \
- sub-pcswap-install_subtargets \
sub-pcthinclient-install_subtargets \
sub-xdgutil-install_subtargets \
FORCE
More information about the Commits
mailing list