Skip to content
Snippets Groups Projects
Commit b92616d6 authored by Moe Jette's avatar Moe Jette
Browse files

Add some comments for greater clarity, no changes in logic.

parent de8d969c
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,8 @@ force:
$(convenience_libs) : force
@cd `dirname $@` && $(MAKE) `basename $@`
# debugging information is required for symbols in the attach
# module so that a debugger can attach to spawned tasks
attach.o : attach.c
$(COMPILE) -c -g -o attach.o $(srcdir)/attach.c
......
......@@ -581,6 +581,8 @@ force:
$(convenience_libs) : force
@cd `dirname $@` && $(MAKE) `basename $@`
# debugging information is required for symbols in the attach
# module so that a debugger can attach to spawned tasks
attach.o : attach.c
$(COMPILE) -c -g -o attach.o $(srcdir)/attach.c
......
......@@ -46,6 +46,8 @@ force:
$(convenience_libs) : force
@cd `dirname $@` && $(MAKE) `basename $@`
# debugging information is required for symbols in the attach
# module so that a debugger can attach to spawned tasks
attach.o : attach.c
$(COMPILE) -c -g -o attach.o $(srcdir)/attach.c
......
......@@ -600,6 +600,8 @@ force:
$(convenience_libs) : force
@cd `dirname $@` && $(MAKE) `basename $@`
# debugging information is required for symbols in the attach
# module so that a debugger can attach to spawned tasks
attach.o : attach.c
$(COMPILE) -c -g -o attach.o $(srcdir)/attach.c
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment