Advertisement
yaneurabeya

Untitled

Jan 2nd, 2015
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. Index: Makefile.inc1
  2. ===================================================================
  3. --- Makefile.inc1 (revision 276497)
  4. +++ Makefile.inc1 (working copy)
  5. @@ -247,7 +247,8 @@
  6. SSP_CFLAGS= \
  7. -DWITHOUT_HTML -DWITHOUT_INFO -DNO_LINT -DWITHOUT_MAN \
  8. -DNO_PIC -DNO_PROFILE -DNO_SHARED \
  9. - -DNO_CPU_CFLAGS -DNO_WARNS -DNO_CTF -DEARLY_BUILD -DNO_TESTS
  10. + -DNO_CPU_CFLAGS -DNO_WARNS -DNO_CTF -DEARLY_BUILD -DNO_TESTS \
  11. + -D_BOOTSTRAP_MAKEINFO=${MK_INFO}
  12.  
  13. # build-tools stage
  14. TMAKE= MAKEOBJDIRPREFIX=${OBJTREE} \
  15. @@ -1299,6 +1300,11 @@
  16. _dtc= gnu/usr.bin/dtc
  17. .endif
  18.  
  19. +.if ${_BOOTSTRAP_MAKEINFO} != "no"
  20. +_texinfo= gnu/usr.bin/texinfo/libtxi \
  21. + gnu/usr.bin/texinfo/makeinfo
  22. +.endif
  23. +
  24. .if ${MK_KERBEROS} != "no"
  25. _kerberos5_bootstrap_tools= \
  26. kerberos5/tools/make-roken \
  27. @@ -1338,6 +1344,7 @@
  28. usr.sbin/config \
  29. ${_crunch} \
  30. ${_nmtree} \
  31. + ${_texinfo} \
  32. ${_vtfontcvt}
  33. ${_+_}@${ECHODIR} "===> ${_tool} (obj,depend,all,install)"; \
  34. cd ${.CURDIR}/${_tool} && \
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement