* Makefile.in (init.c): Add comment explaining formatting conventions.
This commit is contained in:
parent
4baf1a8c9e
commit
623d738026
2 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
Sun Jan 16 12:46:01 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||
|
||||
* Makefile.in (init.c): Add comment explaining formatting conventions.
|
||||
|
||||
* c-exp.y (parse_number): Assign to temporary between the right
|
||||
shifts, to work around a bug in the SCO compiler.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue