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

Unified 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.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « meson.build ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: wrap_make
===================================================================
new file mode 100755
--- /dev/null
+++ b/wrap_make
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+while [ "$1" != "-C" ]
+do
+ target="$target $1"
+ shift
+done
+
+make $* && for t in $target ; do
+ cp v8/out/Debug/$t .
+done
« no previous file with comments | « meson.build ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld