From e2b57026ef100c2a6a7a1cb49e8c08f9065f24cd Mon Sep 17 00:00:00 2001 From: danieldg Date: Thu, 14 Jan 2010 00:09:30 +0000 Subject: Remove launchd references (incomplete pieces of a system-wide installation setup) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12251 e03df62e-2008-0410-955e-edbf42e46eb7 --- configure | 2 -- make/template/main.mk | 6 +----- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/configure b/configure index 54d02f0cb..e88a61613 100755 --- a/configure +++ b/configure @@ -242,8 +242,6 @@ if ($config{OSNAME} =~ /darwin/i) { $config{IS_DARWIN} = "YES"; $config{STARTSCRIPT} = "org.inspircd.plist"; # start script for OSX. - $config{DESTINATION} = "LAUNCHDPATH"; # Is OSX target. - $config{EXTRA_DIR} = " launchd_dir"; # Is OSX specific path. } $config{CC} = "g++"; # C++ compiler if (defined $opt_cc) diff --git a/make/template/main.mk b/make/template/main.mk index e2840e651..d2a040f97 100644 --- a/make/template/main.mk +++ b/make/template/main.mk @@ -24,7 +24,6 @@ BASE = "@BASE_DIR@" CONPATH = "@CONFIG_DIR@" MODPATH = "@MODULE_DIR@" BINPATH = "@BINARY_DIR@" -LAUNCHDPATH = "/System/Library/LaunchDaemons" INSTMODE = 0755 @IFEQ $(CC) icc @@ -192,9 +191,6 @@ deinstall: squeakyclean: distclean -launchd_dir: - @-install -d -m $(INSTMODE) ${LAUNCHDPATH} - configureclean: rm -f .config.cache rm -f src/modules/Makefile @@ -235,4 +231,4 @@ help: @echo ' deinstall Removes the files created by "make install"' @echo -.PHONY: all target debug debug-header mod-header mod-footer std-header finishmessage install clean deinstall squeakyclean launchd_dir configureclean help +.PHONY: all target debug debug-header mod-header mod-footer std-header finishmessage install clean deinstall squeakyclean configureclean help -- cgit v1.2.3