Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: wrap_make

Issue 29537638: Issue 6226 - Use mesonbuild as a build system (Closed) Base URL: https://hg.adblockplus.org/libadblockplus/
Patch Set: Missing wrap_make. Added Win32 support (untested) Created March 23, 2018, 11:04 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « meson.build ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #!/bin/sh
2
3 while [ "$1" != "-C" ]
4 do
5 target="$target $1"
6 shift
7 done
8
9 make $* && for t in $target ; do
10 cp v8/out/Debug/$t .
11 done
OLDNEW
« no previous file with comments | « meson.build ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld