Advertisement
Guest User

Untitled

a guest
Jan 14th, 2020
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. --- a/usr/src/Makefile.master
  2. +++ b/usr/src/Makefile.master
  3. @@ -282,6 +282,8 @@ INS.symlink= $(RM) $@; $(SYMLINK) $(INSLINKTARGET) $@
  4. # python scripts to the proto area. This is overridden by makefiles to
  5. # select to the correct version.
  6. PYSHEBANG= $(PYTHON)
  7. +$(BUILDPY3)PYSHEBANG= $(PYTHON3)
  8. +$(BUILDPY2)PYSHEBANG= $(PYTHON)
  9.  
  10. #
  11. # Python bakes the mtime of the .py file into the compiled .pyc and
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement