X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=Makefile.shared;h=8b9421d883ff8c098be747044c78cebf396c1531;hp=04eb75aceef2c1c1cf99474be5e34991b5024f09;hb=610c2131155aadd69fe8e8fe52735c218ba165ec;hpb=d989a5f05502de9211975424769feb1abae649fc;ds=sidebyside diff --git a/Makefile.shared b/Makefile.shared index 04eb75aceef2..8b9421d883ff 100644 --- a/Makefile.shared +++ b/Makefile.shared @@ -1,15 +1,17 @@ -XCODE_OPTIONS = `perl -I../WebKitTools/Scripts -Mwebkitdirs -e 'print XcodeOptionString()'` +XCODE_OPTIONS = `perl -I../WebKitTools/Scripts -Mwebkitdirs -e 'print XcodeOptionString()'` $(ARGS) all: xcodebuild $(OTHER_OPTIONS) $(XCODE_OPTIONS) -debug d development dev develop: +debug d development dev develop: force ../WebKitTools/Scripts/set-webkit-configuration --debug xcodebuild $(OTHER_OPTIONS) $(XCODE_OPTIONS) -release r deployment dep deploy: +release r deployment dep deploy: force ../WebKitTools/Scripts/set-webkit-configuration --release xcodebuild $(OTHER_OPTIONS) $(XCODE_OPTIONS) clean: xcodebuild -alltargets clean $(XCODE_OPTIONS) + +force: ;