mirror of
https://github.com/transmission/transmission
synced 2025-02-20 21:26:53 +00:00
Fix "make clean" when xcodebuild isn't available on the build box
This commit is contained in:
parent
7fe9042235
commit
36e1337e68
1 changed files with 2 additions and 0 deletions
|
@ -168,11 +168,13 @@ dist-hook:
|
|||
rm -rf `find $(distdir)/ -type d -name .svn`
|
||||
rm -rf `find $(distdir)/ -type d -name .deps`
|
||||
|
||||
if BUILD_MAC
|
||||
# Use Xcode do make the actual build
|
||||
all:
|
||||
@(cd .. && xcodebuild -alltargets -activeconfiguration | grep -v "^$$")
|
||||
clean-local:
|
||||
@(cd .. && xcodebuild -alltargets -activeconfiguration clean | grep -v "^$$")
|
||||
endif
|
||||
|
||||
define PACKAGE_RULE1
|
||||
$(RM) tmp "Transmission $(VERSION_PACKAGE)" \
|
||||
|
|
Loading…
Reference in a new issue