Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content
Prev Previous commit
Revert whitespace change
  • Loading branch information
erlend-aasland committed Jul 11, 2023
commit 4b72a71bd6b562c3441bef157529b6cd23a44588
1 change: 1 addition & 0 deletions Tools/freeze/test/freeze.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ def ignore_non_src(src, names):
if os.path.exists(os.path.join(newroot, 'Makefile')):
_run_quiet([MAKE, 'clean'], newroot)


def get_makefile_var(builddir, name):
regex = re.compile(rf'^{name} *=\s*(.*?)\s*$')
filename = os.path.join(builddir, 'Makefile')
Expand Down