diff options
author | Ross Burton <ross.burton@intel.com> | 2012-07-13 15:20:39 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-17 10:54:06 +0100 |
commit | 7765ad4d69bfb6c15fb436e509574629e896f2e6 (patch) | |
tree | 2c0d8faef77d56cf28bbce2b90a5619e5e5a3fd6 /meta/recipes-sato/webkit/files/Makefile.shared | |
parent | c9f855e0400dd8050a459bf34f685159218f7e53 (diff) | |
download | poky-7765ad4d69bfb6c15fb436e509574629e896f2e6.tar.gz |
webkit-gtk: remove svn recipe
(From OE-Core rev: ecb18e2b6a8fc16b323f93c62ed5ff5b080c5dd0)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/webkit/files/Makefile.shared')
-rw-r--r-- | meta/recipes-sato/webkit/files/Makefile.shared | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/recipes-sato/webkit/files/Makefile.shared b/meta/recipes-sato/webkit/files/Makefile.shared deleted file mode 100644 index 56ed9784ee..0000000000 --- a/meta/recipes-sato/webkit/files/Makefile.shared +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | SCRIPTS_PATH ?= ../Tools/Scripts | ||
2 | XCODE_OPTIONS = `perl -I$(SCRIPTS_PATH) -Mwebkitdirs -e 'print XcodeOptionString()'` $(ARGS) | ||
3 | |||
4 | all: | ||
5 | ( xcodebuild $(OTHER_OPTIONS) $(XCODE_OPTIONS) | grep -v setenv && exit $${PIPESTATUS[0]} ) | ||
6 | |||
7 | debug d development dev develop: force | ||
8 | $(SCRIPTS_PATH)/set-webkit-configuration --debug | ||
9 | ( xcodebuild $(OTHER_OPTIONS) $(XCODE_OPTIONS) | grep -v setenv && exit $${PIPESTATUS[0]} ) | ||
10 | |||
11 | release r deployment dep deploy: force | ||
12 | $(SCRIPTS_PATH)/set-webkit-configuration --release | ||
13 | ( xcodebuild $(OTHER_OPTIONS) $(XCODE_OPTIONS) | grep -v setenv && exit $${PIPESTATUS[0]} ) | ||
14 | |||
15 | clean: | ||
16 | ( xcodebuild $(OTHER_OPTIONS) -alltargets clean $(XCODE_OPTIONS) | grep -v setenv && exit $${PIPESTATUS[0]} ) | ||
17 | |||
18 | force: ; | ||