[gedit/wip/3.14-osx: 12/69] [osx] Added make command to build
- From: Jesse van den Kieboom <jessevdk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit/wip/3.14-osx: 12/69] [osx] Added make command to build
- Date: Tue, 26 Aug 2014 16:48:42 +0000 (UTC)
commit 751fbbafcddd6c4aec86705da31031d8d9f4da51
Author: Jesse van den Kieboom <jessevdk gmail com>
Date: Thu Aug 21 22:02:04 2014 +0200
[osx] Added make command to build
osx/build/build | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/osx/build/build b/osx/build/build
index fa96866..3f2c6e8 100755
--- a/osx/build/build
+++ b/osx/build/build
@@ -111,6 +111,10 @@ function cmd_shell() {
cmd_jh shell
}
+function cmd_make() {
+ cd "$BASED/$GEDIT_SDK/source/$1" && cmd_jh make
+}
+
function cmd_all() {
if [ ! -d "$JHBUILD_SOURCED" ]; then
echo "init..."
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]