summaryrefslogtreecommitdiff
path: root/makefiles
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-11 09:40:03 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-03-11 09:40:03 +0100
commit994ad140490ebba68ba2cc207100209e5a058058 (patch)
tree228a807c78f122a96342b4301417f6b50bfa8fee /makefiles
parent12d0993a0ba525a1347ec36be3b7aa8431dadace (diff)
downloadwolfbones-994ad140490ebba68ba2cc207100209e5a058058.tar.gz
wolfbones-994ad140490ebba68ba2cc207100209e5a058058.tar.bz2
moved PS_ALL from global platform.mk into local GNUmakefile
Diffstat (limited to 'makefiles')
-rw-r--r--makefiles/gmake/platform.mk15
1 files changed, 0 insertions, 15 deletions
diff --git a/makefiles/gmake/platform.mk b/makefiles/gmake/platform.mk
index 4d5a1c9..cf5210b 100644
--- a/makefiles/gmake/platform.mk
+++ b/makefiles/gmake/platform.mk
@@ -63,18 +63,3 @@ LIBS_LT = -lintl
else
LIBS_LT =
endif
-
-# for testing, ps with all processes with as many information as possible
-ifeq "$(PLATFORM)" "FREEBSD"
-PS_ALL = ps aux
-else
-ifeq "$(PLATFORM)" "OPENBSD"
-PS_ALL = ps aux
-else
-ifeq "$(PLATFORM)" "NETBSD"
-PS_ALL = ps aux
-else
-PS_ALL = ps -alef
-endif
-endif
-endif