diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2002-08-14 19:32:34 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2002-08-14 19:32:34 +0000 |
commit | 934b8495445437b186c41ef1ecaa5ef636ed0ca3 (patch) | |
tree | beac130f62c59fd6c3f23ced859e9909290459f0 | |
parent | 52bbb5bffbd66c9bf91a1dd157acb14d3403110f (diff) |
2002-08-14 Marcus Brinkmann <marcus@gnu.org>
* Makefile: Revert undocumented changes related to devpts that
were checked in unintentionally with the last change.
-rw-r--r-- | trans/ChangeLog | 5 | ||||
-rw-r--r-- | trans/Makefile | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/trans/ChangeLog b/trans/ChangeLog index f0d42e6b..b4c08583 100644 --- a/trans/ChangeLog +++ b/trans/ChangeLog @@ -1,3 +1,8 @@ +2002-08-14 Marcus Brinkmann <marcus@gnu.org> + + * Makefile: Revert undocumented changes related to devpts that + were checked in unintentionally with the last change. + 2002-08-06 Roland McGrath <roland@frob.com> * proxy-defpager.c: Rename all the server functions with S_ prefix. diff --git a/trans/Makefile b/trans/Makefile index 3f210fe4..f9fcfe83 100644 --- a/trans/Makefile +++ b/trans/Makefile @@ -19,10 +19,10 @@ dir := trans makemode := servers targets = symlink firmlink ifsock magic null fifo new-fifo fwd crash \ - password hello hello-mt streamio fakeroot proxy-defpager devpts + password hello hello-mt streamio fakeroot proxy-defpager SRCS = ifsock.c symlink.c magic.c null.c fifo.c new-fifo.c fwd.c \ crash.c firmlink.c password.c hello.c hello-mt.c streamio.c \ - fakeroot.c proxy-defpager.c devpts.c + fakeroot.c proxy-defpager.c OBJS = $(SRCS:.c=.o) fsysServer.o ifsockServer.o passwordServer.o \ crashServer.o crash_replyUser.o msgServer.o \ default_pagerServer.o default_pagerUser.o \ @@ -53,7 +53,4 @@ hello: ../libtrivfs/libtrivfs.a ../libfshelp/libfshelp.a ../libports/libports.a fakeroot: ../libnetfs/libnetfs.a ../libfshelp/libfshelp.a ../libiohelp/libiohelp.a ../libthreads/libthreads.a ../libports/libports.a ../libihash/libihash.a $(targets): ../libshouldbeinlibc/libshouldbeinlibc.a -devpts: ../libtermios/libtermserver.a ../libnetfs/libnetfs.a ../libfshelp/libfshelp.a ../libiohelp/libiohelp.a ../libthreads/libthreads.a ../libports/libports.a ../libihash/libihash.a - - $(targets): %: %.o |