Advertisement
Guest User

Untitled

a guest
Nov 25th, 2012
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. $ make distclean
  2. make[1]: Entering directory `/cygdrive/c/dev/cygwin/usr/src/binutils-2.23.1'
  3. make[1]: Nothing to be done for `distclean-target'.
  4. make[1]: Leaving directory `/cygdrive/c/dev/cygwin/usr/src/binutils-2.23.1'
  5. rm -f *.a TEMP errs core *.o *~ \#* TAGS *.E *.log
  6. rm -f Makefile config.status config.cache mh-frag mt-frag
  7. rm -f maybedep.tmp serdep.tmp
  8. if [ "i686-pc-cygwin" != "." ]; then \
  9. rm -rf i686-pc-cygwin; \
  10. else true; fi
  11. rm -rf build-i686-pc-cygwin
  12. if [ "." != "." ]; then \
  13. rm -rf .; \
  14. else true; fi
  15. rm -f texinfo/po/Makefile texinfo/po/Makefile.in texinfo/info/Makefile
  16. rm -f texinfo/doc/Makefile texinfo/po/POTFILES
  17. rmdir texinfo/doc texinfo/info texinfo/intl texinfo/lib 2>/dev/null
  18. Makefile:1946: recipe for target `local-distclean' failed
  19. make: [local-distclean] Error 1 (ignored)
  20. rmdir texinfo/makeinfo texinfo/po texinfo/util 2>/dev/null
  21. Makefile:1946: recipe for target `local-distclean' failed
  22. make: [local-distclean] Error 1 (ignored)
  23. rmdir fastjar gcc libiberty texinfo zlib 2>/dev/null
  24. Makefile:1946: recipe for target `local-distclean' failed
  25. make: [local-distclean] Error 1 (ignored)
  26. find . -name config.cache -exec rm -f {} \; \; 2>/dev/null
  27. Makefile:1946: recipe for target `local-distclean' failed
  28. make: [local-distclean] Error 1 (ignored)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement