Home
last modified time | relevance | path

Searched refs:STRIP (Results 1 – 25 of 197) sorted by relevance

12345678

/freebsd/contrib/unbound/contrib/android/
H A Dsetenv_android.sh81 STRIP="arm-linux-androideabi-strip"
94 STRIP="aarch64-linux-android-strip"
107 STRIP="i686-linux-android-strip"
120 STRIP="x86_64-linux-android-strip"
180 export CPP CC CXX LD AS AR RANLIB STRIP
/freebsd/sys/contrib/openzfs/scripts/
H A Ddkms.mkconf73 STRIP[0]="\$(
80 STRIP[1]="\${STRIP[0]}"
/freebsd/contrib/unbound/contrib/ios/
H A Dsetenv_ios.sh204 AS=as; AR=ar; RANLIB=ranlib; STRIP=strip
252 export CPP CC CXX LD AS AR RANLIB STRIP
/freebsd/stand/i386/pmbr/
H A DMakefile2 STRIP= macro
/freebsd/stand/i386/mbr/
H A DMakefile2 STRIP= macro
/freebsd/lib/libproc/tests/
H A DMakefile11 STRIP= macro
/freebsd/stand/i386/cdboot/
H A DMakefile4 STRIP= macro
/freebsd/lib/libexecinfo/tests/
H A DMakefile9 STRIP= macro
/freebsd/stand/i386/boot0/
H A DMakefile2 STRIP= macro
/freebsd/cddl/usr.sbin/dtrace/tests/
H A Ddtrace.test.mk47 STRIP=
/freebsd/contrib/bmake/
H A Dinstall-sh108 -s) strip=${STRIP:-strip};;
/freebsd/contrib/bmake/mk/
H A Dinstall-sh108 -s) strip=${STRIP:-strip};;
/freebsd/stand/userboot/userboot/
H A DMakefile13 STRIP= macro
/freebsd/contrib/tnftp/src/
H A DMakefile.in180 STRIP = @STRIP@
/freebsd/share/mk/
H A Dbsd.own.mk262 STRIP?= -s
H A Dbsd.prog.mk115 STRIP?= -s
305 ${INSTALL} ${TAG_ARGS} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
H A Dbsd.progs.mk25 NO_SHARED MK_WERROR PROGNAME STRIP WARNS MK_ASAN MK_UBSAN
/freebsd/contrib/openpam/misc/
H A DMakefile.in206 STRIP = @STRIP@
/freebsd/contrib/file/python/
H A DMakefile.in192 STRIP = @STRIP@
/freebsd/contrib/openbsm/man/
H A DMakefile.in223 STRIP = @STRIP@
/freebsd/contrib/openbsm/sys/bsm/
H A DMakefile.in243 STRIP = @STRIP@
/freebsd/contrib/openbsm/bsm/
H A DMakefile.in240 STRIP = @STRIP@
/freebsd/contrib/openpam/include/security/
H A DMakefile.in251 STRIP = @STRIP@
/freebsd/contrib/openbsm/
H A Dconfigure5340 if test -n "$STRIP"; then
5341 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5360 STRIP=$ac_cv_prog_STRIP
5361 if test -n "$STRIP"; then
5362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5363 $as_echo "$STRIP" >&6; }
5372 ac_ct_STRIP=$STRIP
5410 STRIP=":"
5418 STRIP=$ac_ct_STRIP
5421 STRIP="$ac_cv_prog_STRIP"
[all …]
/freebsd/contrib/libevent/
H A Dconfigure2946 if test -n "$STRIP"; then
2947 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2966 STRIP=$ac_cv_prog_STRIP
2967 if test -n "$STRIP"; then
2968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2969 $as_echo "$STRIP" >&6; }
2978 ac_ct_STRIP=$STRIP
3016 STRIP=":"
3024 STRIP=$ac_ct_STRIP
3027 STRIP="$ac_cv_prog_STRIP"
[all …]

12345678