[llvm-commits] CVS: llvm/runtime/GCCLibraries/libutempter/Makefile dummy.c
Michael Brukman
brukman at cs.uiuc.edu
Wed Aug 20 16:43:01 PDT 2003
Changes in directory llvm/runtime/GCCLibraries/libutempter:
Makefile added (r1.1)
dummy.c added (r1.1)
---
Log message:
Added dummy library `libutempter' for non-privileged access to utmp/wtmp data.
---
Diffs of the changes:
Index: llvm/runtime/GCCLibraries/libutempter/Makefile
diff -c /dev/null llvm/runtime/GCCLibraries/libutempter/Makefile:1.1
*** /dev/null Wed Aug 20 16:42:12 2003
--- llvm/runtime/GCCLibraries/libutempter/Makefile Wed Aug 20 16:42:01 2003
***************
*** 0 ****
--- 1,6 ----
+ LEVEL = ../../..
+ BYTECODE_LIBRARY=1
+ DONT_BUILD_RELINKED=1
+ LIBRARYNAME=utempter
+
+ include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list