1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
#!/bin/sh # force_libc_to_build.sh # Libc # # Created by Matt Wright on 10/4/11. # Copyright (c) 2011 None. All rights reserved. if [ "x$ACTION" == "xinstallhdrs" ]; then exit 0; fi DEPS_C="$BUILT_PRODUCTS_DIR/deps.c" if [ -e "$DEPS_C" ]; then rm -f "$DEPS_C" fi