[Lldb-commits] [lldb] r156303 - in /lldb/branches/lldb-platform-work/source/Plugins/Platform: FreeBSD/Makefile POSIX/Makefile
Filipe Cabecinhas
me at filcab.net
Mon May 7 05:45:31 PDT 2012
Author: filcab
Date: Mon May 7 07:45:31 2012
New Revision: 156303
URL: http://llvm.org/viewvc/llvm-project?rev=156303&view=rev
Log:
Added a missing Makefile (Platform/POSIX) and fixed a comment.
Added:
lldb/branches/lldb-platform-work/source/Plugins/Platform/POSIX/Makefile
Modified:
lldb/branches/lldb-platform-work/source/Plugins/Platform/FreeBSD/Makefile
Modified: lldb/branches/lldb-platform-work/source/Plugins/Platform/FreeBSD/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/branches/lldb-platform-work/source/Plugins/Platform/FreeBSD/Makefile?rev=156303&r1=156302&r2=156303&view=diff
==============================================================================
--- lldb/branches/lldb-platform-work/source/Plugins/Platform/FreeBSD/Makefile (original)
+++ lldb/branches/lldb-platform-work/source/Plugins/Platform/FreeBSD/Makefile Mon May 7 07:45:31 2012
@@ -1,4 +1,4 @@
-##===- source/Plugins/Platform/Linux/Makefile --------------*- Makefile -*-===##
+##===- source/Plugins/Platform/FreeBSD/Makefile --------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
Added: lldb/branches/lldb-platform-work/source/Plugins/Platform/POSIX/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/branches/lldb-platform-work/source/Plugins/Platform/POSIX/Makefile?rev=156303&view=auto
==============================================================================
--- lldb/branches/lldb-platform-work/source/Plugins/Platform/POSIX/Makefile (added)
+++ lldb/branches/lldb-platform-work/source/Plugins/Platform/POSIX/Makefile Mon May 7 07:45:31 2012
@@ -0,0 +1,14 @@
+##===- source/Plugins/Platform/POSIX/Makefile --------------*- Makefile -*-===##
+#
+# The LLVM Compiler Infrastructure
+#
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+#
+##===----------------------------------------------------------------------===##
+
+LLDB_LEVEL := ../../../..
+LIBRARYNAME := lldbPluginPlatformPOSIX
+BUILD_ARCHIVE = 1
+
+include $(LLDB_LEVEL)/Makefile
More information about the lldb-commits
mailing list