Advertisement
Guest User

Untitled

a guest
Jun 13th, 2012
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. $ make --debug=a,b V=1
  2. ...
  3. Considering target file `depends/hal/hal_lib.d'.
  4. File `depends/hal/hal_lib.d' does not exist.
  5. Pruning file `hal/hal_lib.c'.
  6. Finished prerequisites of target file `depends/hal/hal_lib.d'.
  7. Must remake target `depends/hal/hal_lib.d'.
  8. Putting child 0x08c7ed70 (depends/hal/hal_lib.d) PID 26064 on the chain.
  9. Live child 0x08c7ed70 (depends/hal/hal_lib.d) PID 26064
  10. Reaping winning child 0x08c7ed70 PID 26064
  11. Live child 0x08c7ed70 (depends/hal/hal_lib.d) PID 26065
  12. Depending hal/hal_lib.c
  13. Reaping winning child 0x08c7ed70 PID 26065
  14. gcc -MM -MG -MT "depends/hal/hal_lib.d objects/hal/hal_lib.o" -I. -Ilibnml/linklist -Ilibnml/cms -Ilibnml/rcs -Ilibnml/inifile -Ilibnml/os_intf -Ilibnml/nml -Ilibnml/buffer -Ilibnml/posemath -Irtapi -Ihal -Iemc/nml_intf -Iemc/kinematics -Iemc/motion -Iemc/ini -Iemc/rs274ngc -Iemc/pythonplugin -I/usr/local/jepler/src/linuxcnc-master/src/include -I/usr/include/python2.6 -Os -g -Wall -DULAPI -Wdeclaration-after-statement -fPIC hal/hal_lib.c -o depends/hal/hal_lib.d.tmp && mv -f "depends/hal/hal_lib.d".tmp "depends/hal/hal_lib.d"
  15. Live child 0x08c7ed70 (depends/hal/hal_lib.d) PID 26066
  16. Reaping winning child 0x08c7ed70 PID 26066
  17. Removing child 0x08c7ed70 PID 26066 from chain.
  18. Successfully remade target file `depends/hal/hal_lib.d'.
  19. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement