Skip to content

Instantly share code, notes, and snippets.

@bitsgalore
Created September 15, 2016 14:44
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 bitsgalore/c5d441cc7fbce813d0cd1c26b58e98bf to your computer and use it in GitHub Desktop.
Save bitsgalore/c5d441cc7fbce813d0cd1c26b58e98bf to your computer and use it in GitHub Desktop.
GNU Make 3.82+dbg0.9
Built for x86_64-pc-linux-gnu
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Reading makefiles...
Updating goal targets....
/home/johan/libcdio/Makefile:459 File `all' does not exist.
Prerequisite `stamp-h1' is newer than target `config.h'.
/home/johan/libcdio/Makefile:498 Must remake target `config.h'.
Invoking recipe from Makefile:499 to update target `config.h'.
##>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
test -f config.h || rm -f stamp-h1
##<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
##>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
test -f config.h || remake stamp-h1
##<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
/home/johan/libcdio/Makefile:498 Successfully remade target file `config.h'.
/home/johan/libcdio/Makefile:459 Must remake target `all'.
Invoking recipe from Makefile:460 to update target `all'.
##>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
remake all-recursive
##<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
GNU Make 3.82+dbg0.9
Built for x86_64-pc-linux-gnu
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Reading makefiles...
Updating goal targets....
/home/johan/libcdio/Makefile:563 File `all-recursive' does not exist.
/home/johan/libcdio/Makefile:563 Must remake target `all-recursive'.
Invoking recipe from Makefile:564 to update target `all-recursive'.
remake[1]: Entering directory `/home/johan/libcdio'
##>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
fail=; \
if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_with_option: internal error: invalid" "target option '${target_option-}' specified" >&2; exit 1;; esac; has_opt=no; sane_makeflags=$MAKEFLAGS; if test -n ' Makefile' && test -n '1'; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\\[\ \ ]*) bs=\\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs ]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \
failcom='fail=yes'; \
else \
failcom='exit 1'; \
fi; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
case "all-recursive" in \
distclean-* | maintainer-clean-*) list='doc include lib src test example' ;; \
*) list='doc include lib src test example' ;; \
esac; \
for subdir in $list; do \
echo "Making $target in $subdir"; \
if test "$subdir" = "."; then \
dot_seen=yes; \
local_target="$target-am"; \
else \
local_target="$target"; \
fi; \
(CDPATH="${ZSH_VERSION+.}:" && cd $subdir && remake $local_target) \
|| eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
remake "$target-am" || exit 1; \
fi; test -z "$fail"
##<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
Making all in doc
GNU Make 3.82+dbg0.9
Built for x86_64-pc-linux-gnu
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Reading makefiles...
Updating goal targets....
/home/johan/libcdio/doc/Makefile:373 File `all' does not exist.
/home/johan/libcdio/doc/Makefile:599 File `all-am' does not exist.
/home/johan/libcdio/doc/Makefile:599 Must remake target `all-am'.
/home/johan/libcdio/doc/Makefile:599 Successfully remade target file `all-am'.
/home/johan/libcdio/doc/Makefile:373 Must remake target `all'.
/home/johan/libcdio/doc/Makefile:373 Successfully remade target file `all'.
remake[2]: Entering directory `/home/johan/libcdio/doc'
remake[2]: Nothing to be done for `all'.
remake[2]: Leaving directory `/home/johan/libcdio/doc'
Making all in include
GNU Make 3.82+dbg0.9
Built for x86_64-pc-linux-gnu
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Reading makefiles...
Updating goal targets....
/home/johan/libcdio/include/Makefile:361 File `all' does not exist.
/home/johan/libcdio/include/Makefile:407 File `all-recursive' does not exist.
/home/johan/libcdio/include/Makefile:407 Must remake target `all-recursive'.
Invoking recipe from Makefile:408 to update target `all-recursive'.
remake[2]: Entering directory `/home/johan/libcdio/include'
##>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
fail=; \
if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_with_option: internal error: invalid" "target option '${target_option-}' specified" >&2; exit 1;; esac; has_opt=no; sane_makeflags=$MAKEFLAGS; if test -n ' Makefile' && test -n '2'; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\\[\ \ ]*) bs=\\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs ]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \
failcom='fail=yes'; \
else \
failcom='exit 1'; \
fi; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
case "all-recursive" in \
distclean-* | maintainer-clean-*) list='cdio cdio++' ;; \
*) list='cdio cdio++' ;; \
esac; \
for subdir in $list; do \
echo "Making $target in $subdir"; \
if test "$subdir" = "."; then \
dot_seen=yes; \
local_target="$target-am"; \
else \
local_target="$target"; \
fi; \
(CDPATH="${ZSH_VERSION+.}:" && cd $subdir && remake $local_target) \
|| eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
remake "$target-am" || exit 1; \
fi; test -z "$fail"
##<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
Making all in cdio
GNU Make 3.82+dbg0.9
Built for x86_64-pc-linux-gnu
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Reading makefiles...
Updating goal targets....
/home/johan/libcdio/include/cdio/Makefile:393 File `all' does not exist.
/home/johan/libcdio/include/cdio/Makefile:393 Must remake target `all'.
Invoking recipe from Makefile:394 to update target `all'.
remake[3]: Entering directory `/home/johan/libcdio/include/cdio'
##>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
remake all-am
##<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
GNU Make 3.82+dbg0.9
Built for x86_64-pc-linux-gnu
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Reading makefiles...
Updating goal targets....
/home/johan/libcdio/include/cdio/Makefile:563 File `all-am' does not exist.
/home/johan/libcdio/include/cdio/Makefile:563 Must remake target `all-am'.
/home/johan/libcdio/include/cdio/Makefile:563 Successfully remade target file `all-am'.
remake[4]: Entering directory `/home/johan/libcdio/include/cdio'
remake[4]: Nothing to be done for `all-am'.
remake[4]: Leaving directory `/home/johan/libcdio/include/cdio'
/home/johan/libcdio/include/cdio/Makefile:393 Successfully remade target file `all'.
remake[3]: Leaving directory `/home/johan/libcdio/include/cdio'
Making all in cdio++
GNU Make 3.82+dbg0.9
Built for x86_64-pc-linux-gnu
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Reading makefiles...
Updating goal targets....
/home/johan/libcdio/include/cdio++/Makefile:366 File `all' does not exist.
/home/johan/libcdio/include/cdio++/Makefile:511 File `all-am' does not exist.
/home/johan/libcdio/include/cdio++/Makefile:511 Must remake target `all-am'.
/home/johan/libcdio/include/cdio++/Makefile:511 Successfully remade target file `all-am'.
/home/johan/libcdio/include/cdio++/Makefile:366 Must remake target `all'.
/home/johan/libcdio/include/cdio++/Makefile:366 Successfully remade target file `all'.
remake[3]: Entering directory `/home/johan/libcdio/include/cdio++'
remake[3]: Nothing to be done for `all'.
remake[3]: Leaving directory `/home/johan/libcdio/include/cdio++'
GNU Make 3.82+dbg0.9
Built for x86_64-pc-linux-gnu
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Reading makefiles...
Updating goal targets....
/home/johan/libcdio/include/Makefile:557 File `all-am' does not exist.
/home/johan/libcdio/include/Makefile:557 Must remake target `all-am'.
/home/johan/libcdio/include/Makefile:557 Successfully remade target file `all-am'.
remake[3]: Entering directory `/home/johan/libcdio/include'
remake[3]: Nothing to be done for `all-am'.
remake[3]: Leaving directory `/home/johan/libcdio/include'
/home/johan/libcdio/include/Makefile:407 Successfully remade target file `all-recursive'.
/home/johan/libcdio/include/Makefile:361 Must remake target `all'.
/home/johan/libcdio/include/Makefile:361 Successfully remade target file `all'.
remake[2]: Leaving directory `/home/johan/libcdio/include'
Making all in lib
GNU Make 3.82+dbg0.9
Built for x86_64-pc-linux-gnu
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Reading makefiles...
Updating goal targets....
/home/johan/libcdio/lib/Makefile:363 File `all' does not exist.
/home/johan/libcdio/lib/Makefile:409 File `all-recursive' does not exist.
/home/johan/libcdio/lib/Makefile:409 Must remake target `all-recursive'.
Invoking recipe from Makefile:410 to update target `all-recursive'.
remake[2]: Entering directory `/home/johan/libcdio/lib'
##>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
fail=; \
if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_with_option: internal error: invalid" "target option '${target_option-}' specified" >&2; exit 1;; esac; has_opt=no; sane_makeflags=$MAKEFLAGS; if test -n ' Makefile' && test -n '2'; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\\[\ \ ]*) bs=\\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs ]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \
failcom='fail=yes'; \
else \
failcom='exit 1'; \
fi; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
case "all-recursive" in \
distclean-* | maintainer-clean-*) list='driver iso9660 udf cdio++' ;; \
*) list='driver iso9660 udf cdio++' ;; \
esac; \
for subdir in $list; do \
echo "Making $target in $subdir"; \
if test "$subdir" = "."; then \
dot_seen=yes; \
local_target="$target-am"; \
else \
local_target="$target"; \
fi; \
(CDPATH="${ZSH_VERSION+.}:" && cd $subdir && remake $local_target) \
|| eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
remake "$target-am" || exit 1; \
fi; test -z "$fail"
##<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
Making all in driver
GNU Make 3.82+dbg0.9
Built for x86_64-pc-linux-gnu
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Reading makefiles...
Updating goal targets....
/home/johan/libcdio/lib/driver/Makefile:549 File `all' does not exist.
/home/johan/libcdio/lib/driver/Makefile:838 File `all-am' does not exist.
/home/johan/libcdio/lib/driver/Makefile:662 File `libcdio.la' does not exist.
File `_cdio_generic.lo' does not exist.
Must remake target `_cdio_generic.lo'.
Invoking recipe from Makefile:737 to update target `_cdio_generic.lo'.
remake[3]: Entering directory `/home/johan/libcdio/lib/driver'
##>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
echo " CC " _cdio_generic.lo;depbase=`echo _cdio_generic.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../lib/driver -I../../include -I../../include/ -g -O2 -Wall -Wcast-align -Wchar-subscripts -Wdisabled-optimization -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-sign-compare -Wpointer-arith -Wstrict-prototypes -Wunused -Wwrite-strings -MT _cdio_generic.lo -MD -MP -MF $depbase.Tpo -c -o _cdio_generic.lo _cdio_generic.c &&\
mv -f $depbase.Tpo $depbase.Plo
##<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
CC _cdio_generic.lo
#0 _cdio_generic.lo at /home/johan/libcdio/lib/driver/Makefile:736
#1 libcdio.la at /home/johan/libcdio/lib/driver/Makefile:662
#2 all-am at /home/johan/libcdio/lib/driver/Makefile:838
#3 all at /home/johan/libcdio/lib/driver/Makefile:549
remake[3]: Leaving directory `/home/johan/libcdio/lib/driver'
Command-line invocation:
"remake all"
#0 all-recursive at /home/johan/libcdio/lib/Makefile:409
#1 all at /home/johan/libcdio/lib/Makefile:363
remake[2]: Leaving directory `/home/johan/libcdio/lib'
Command-line invocation:
"remake all"
#0 all-recursive at /home/johan/libcdio/Makefile:563
remake[1]: Leaving directory `/home/johan/libcdio'
Command-line invocation:
"remake all-recursive"
#0 all at /home/johan/libcdio/Makefile:459
Command-line invocation:
"remake -x"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment