diff options
author | Thomas Bushnell <thomas@gnu.org> | 1998-07-07 15:45:11 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1998-07-07 15:45:11 +0000 |
commit | 5f2a4f9ab0ad19a2a0a9e1a0050b5693af855e44 (patch) | |
tree | 41b3a89f4ad8a05b6fd6c7f9c0df6363d2572b34 /tasks | |
parent | 9755910e9b8c9dcf7b87cc62d00a884aac65a3d3 (diff) | |
download | hurd-5f2a4f9ab0ad19a2a0a9e1a0050b5693af855e44.tar.gz hurd-5f2a4f9ab0ad19a2a0a9e1a0050b5693af855e44.tar.bz2 hurd-5f2a4f9ab0ad19a2a0a9e1a0050b5693af855e44.zip |
Tue Jul 7 11:39:08 1998 Thomas Bushnell, n/BSG <tb@mit.edu>
* Makeconf (%.o): New rules (from %.c and %.S) so that we can
specify file-specific CPPFLAGS (already in use by utils/Makefile
for utils/ping.c).
(%_pic.o, $_p.o, make-deps): Also grok file-specific CPPFLAGS.
Reported by Gordon Matzigkeit (gord@gnu.org).
* INSTALL-cross: Updated by Gordon Matzigkeit (gord@gnu.org).
Diffstat (limited to 'tasks')
-rw-r--r-- | tasks | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -115,6 +115,10 @@ Hurd work (these are brief descriptions; thomas can give more information): like id, su, ls, tar, cpio, etc. Some of this work has already been done, but more is still needed. +!!! + * Extend bash to call shell functions when various Hurdish async + events happen. + * Handy shell programs to send msgport msgs, and change default init ports and ints. |