Show
Ignore:
Timestamp:
05/08/06 17:13:01 (3 years ago)
Author:
thatcher
Message:

Adding a ARGS variable that can be used to pass arguments to xcodebuild. This is handy when you want to temporary overide a build setting, like ARCHS. Use: make r ARGS='ARCHS=ppc64'

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.shared

    r13200 r14245  
    1 XCODE_OPTIONS = `perl -I../WebKitTools/Scripts -Mwebkitdirs -e 'print XcodeOptionString()'` 
     1XCODE_OPTIONS = `perl -I../WebKitTools/Scripts -Mwebkitdirs -e 'print XcodeOptionString()'` $(ARGS) 
    22 
    33all: