Page MenuHomeFreeBSD

Making flex a bootstrap tools if before the latest update of it to avoid build breakage going from 9 to 10
ActivePublic

Authored by roberto on Aug 6 2014, 12:57 PM.
Index: Makefile.inc1
===================================================================
--- Makefile.inc1 (revision 269624)
+++ Makefile.inc1 (working copy)
@@ -1217,7 +1217,7 @@
_sed= usr.bin/sed
.endif
-.if ${BOOTSTRAPPING} < 900006
+.if ${BOOTSTRAPPING} < 1000033
_lex= usr.bin/lex
.endif

Event Timeline

roberto changed the title of this paste from untitled to Making flex a bootstrap tools if before the latest update of it to avoid build breakage going from 9 to 10.
roberto updated the paste's language from autodetect to autodetect.