[Socialtext-commits] SF.net SVN: socialtext: [996] branches/rug/build/Makefile.in
Brought to you by:
socialtextrocks
|
From: <pet...@us...> - 2007-01-30 20:19:24
|
Revision: 996
http://svn.sourceforge.net/socialtext/?rev=996&view=rev
Author: petdance
Date: 2007-01-30 12:19:13 -0800 (Tue, 30 Jan 2007)
Log Message:
-----------
Added stop/start targets
Modified Paths:
--------------
branches/rug/build/Makefile.in
Modified: branches/rug/build/Makefile.in
===================================================================
--- branches/rug/build/Makefile.in 2007-01-30 19:29:00 UTC (rev 995)
+++ branches/rug/build/Makefile.in 2007-01-30 20:19:13 UTC (rev 996)
@@ -357,6 +357,12 @@
-profile build/perlcriticrc \
lib/ t/ bin/
+stop:
+ sudo /etc/init.d/st-apache stop
+
+start:
+ sudo /etc/init.d/st-apache start
+
# `make` assumes targets are files. .PHONY declares targets that are not.
.PHONY: default \
dev \
@@ -402,6 +408,8 @@
realclean \
wipe \
uninstall \
+ stop \
+ start \
cpan \
check-deps \
check-dependencies \
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|