diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-01-17 00:58:29 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-01-17 00:58:29 +0000 |
commit | 623d73802661e45b84914dd52b493ea179bd0766 (patch) | |
tree | 21615b850dbd79b3135ee9241fd366d74230a380 /gdb/Makefile.in | |
parent | 4baf1a8c9ed32869d8785a1f5c972657035fc649 (diff) | |
download | gdb-623d73802661e45b84914dd52b493ea179bd0766.zip gdb-623d73802661e45b84914dd52b493ea179bd0766.tar.gz gdb-623d73802661e45b84914dd52b493ea179bd0766.tar.bz2 |
* Makefile.in (init.c): Add comment explaining formatting conventions.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index bd673c9..35faffd 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -506,6 +506,9 @@ uninstall: force # We do this by grepping through sources. If that turns out to be too slow, # maybe we could just require every .o file to have an initialization routine # of a given name (remote-udi.o -> _initialize_remote_udi, etc.). +# +# Formatting conventions: The name of the _initialize_* routines must start +# in column zero, and must not be inside #if. init.c: $(OBS) $(TSOBS) @echo Making init.c @rm -f init.c-tmp |