Skip to content

Commit

Permalink
Faster “make clean”.
Browse files Browse the repository at this point in the history
	Change on 2013/11/28 by tball <[email protected]>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=57434974
  • Loading branch information
tomball committed Dec 27, 2013
1 parent 5cbc908 commit 47113b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions make/fat_lib.mk
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ FAT_LIB_IPHONEV7S_FLAGS = -arch armv7s -isysroot $(FAT_LIB_IPHONE_SDK_DIR)
FAT_LIB_SIMULATOR_FLAGS = -arch i386 -isysroot $(FAT_LIB_SIMULATOR_SDK_DIR)
FAT_LIB_XCODE_FLAGS = $(ARCH_FLAGS) -isysroot $(SDKROOT)

ifneq ($(MAKECMDGOALS),clean)

arch_flags = $(strip \
$(patsubst macosx,$(FAT_LIB_MACOSX_FLAGS),\
$(patsubst iphone,$(FAT_LIB_IPHONE_FLAGS),\
Expand Down Expand Up @@ -131,3 +133,5 @@ endif

analyze: $(FAT_LIB_PLISTS)
@:

endif # ifneq ($(MAKECMDGOALS),clean)

0 comments on commit 47113b4

Please sign in to comment.