Skip to content

Instantly share code, notes, and snippets.

Created August 15, 2010 16:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/525656 to your computer and use it in GitHub Desktop.
Save anonymous/525656 to your computer and use it in GitHub Desktop.
cd build && make -I ../lib -f ../lib/Makefile
Putting child 0x01105030 (pdf) PID 9873 on the chain.
Live child 0x01105030 (pdf) PID 9873
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
This program built for x86_64-pc-linux-gnu
Reading makefiles...
Reading makefile `../lib/Makefile'...
Reading makefile `Makefile.ini' (search path) (don't care) (no ~ expansion)...
Reading makefile `/home/pmichaud/.latex-makefile/Makefile.ini' (search path) (don't care) (no ~ expansion)...
NOTE: You may ignore warnings about the following files:
UsingPerl6.letter.d
Reading makefile `UsingPerl6.letter.d' (search path) (no ~ expansion)...
make[1]: Entering directory `/home/pmichaud/book/build'
../lib/Makefile:2262: UsingPerl6.letter.d: No such file or directory
Updating makefiles....
Considering target file `UsingPerl6.letter.d'.
File `UsingPerl6.letter.d' does not exist.
Looking for an implicit rule for `UsingPerl6.letter.d'.
Trying pattern rule with stem `UsingPerl6.letter'.
Trying implicit prerequisite `UsingPerl6.letter.tex'.
Found an implicit rule for `UsingPerl6.letter.d'.
Considering target file `UsingPerl6.letter.tex'.
Looking for an implicit rule for `UsingPerl6.letter.tex'.
Trying pattern rule with stem `UsingPerl6.letter'.
Trying implicit prerequisite `UsingPerl6.letter.tex.sh'.
Trying pattern rule with stem `UsingPerl6.letter'.
Trying implicit prerequisite `UsingPerl6.letter.tex.py'.
Trying pattern rule with stem `UsingPerl6.letter'.
Trying implicit prerequisite `UsingPerl6.letter.tex.pl'.
Trying pattern rule with stem `UsingPerl6.letter'.
Trying implicit prerequisite `UsingPerl6.letter.rst'.
Trying pattern rule with stem `UsingPerl6.letter'.
Trying implicit prerequisite `UsingPerl6.letter.w'.
Trying pattern rule with stem `UsingPerl6.letter.tex'.
Trying implicit prerequisite `UsingPerl6.letter.tex,v'.
Trying pattern rule with stem `UsingPerl6.letter.tex'.
Trying implicit prerequisite `RCS/UsingPerl6.letter.tex,v'.
Trying pattern rule with stem `UsingPerl6.letter.tex'.
Trying implicit prerequisite `RCS/UsingPerl6.letter.tex'.
Trying pattern rule with stem `UsingPerl6.letter.tex'.
Trying implicit prerequisite `s.UsingPerl6.letter.tex'.
Trying pattern rule with stem `UsingPerl6.letter.tex'.
Trying implicit prerequisite `SCCS/s.UsingPerl6.letter.tex'.
Trying pattern rule with stem `UsingPerl6.letter'.
Trying implicit prerequisite `UsingPerl6.letter.w'.
Looking for a rule with intermediate file `UsingPerl6.letter.w'.
Avoiding implicit rule recursion.
Trying pattern rule with stem `UsingPerl6.letter.w'.
Trying implicit prerequisite `UsingPerl6.letter.w,v'.
Trying pattern rule with stem `UsingPerl6.letter.w'.
Trying implicit prerequisite `RCS/UsingPerl6.letter.w,v'.
Trying pattern rule with stem `UsingPerl6.letter.w'.
Trying implicit prerequisite `RCS/UsingPerl6.letter.w'.
Trying pattern rule with stem `UsingPerl6.letter.w'.
Trying implicit prerequisite `s.UsingPerl6.letter.w'.
Trying pattern rule with stem `UsingPerl6.letter.w'.
Trying implicit prerequisite `SCCS/s.UsingPerl6.letter.w'.
No implicit rule found for `UsingPerl6.letter.tex'.
Finished prerequisites of target file `UsingPerl6.letter.tex'.
No need to remake target `UsingPerl6.letter.tex'.
Finished prerequisites of target file `UsingPerl6.letter.d'.
Must remake target `UsingPerl6.letter.d'.
= UsingPerl6.letter.tex --> UsingPerl6.letter.d UsingPerl6.letter.pdf.1st.make (0-1) =
Putting child 0x0217d950 (UsingPerl6.letter.d) PID 9890 on the chain.
Live child 0x0217d950 (UsingPerl6.letter.d) PID 9890
Reaping winning child 0x0217d950 PID 9890
Live child 0x0217d950 (UsingPerl6.letter.d) PID 9891
Reaping losing child 0x0217d950 PID 9891
make[1]: *** [UsingPerl6.letter.d] Error 1
Removing child 0x0217d950 PID 9891 from chain.
make[1]: Leaving directory `/home/pmichaud/book/build'
Reaping losing child 0x01105030 PID 9873
make: *** [pdf] Error 2
Removing child 0x01105030 PID 9873 from chain.
pmichaud@plum:~/book$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment