Home
last modified time | relevance | path

Searched refs:conftest (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/grub/grub-0.97/
H A Dconfigure1506 if test "$*" != "X $srcdir/configure conftest.file" \
1507 && test "$*" != "X conftest.file $srcdir/configure"; then
1639 cat >conftest.make <<\_ACEOF
1644 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
1650 rm -f conftest.make
2390 cat >conftest.$ac_ext <<_ACEOF
2393 cat confdefs.h >>conftest.$ac_ext
2394 cat >>conftest.$ac_ext <<_ACEOF
2426 for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
2432 conftest.$ac_ext )
[all …]
H A Dacinclude.m49 [cat > conftest.c <<\EOF
18 if AC_TRY_COMMAND([${CC-cc} ${CFLAGS} -S conftest.c]) && test -s conftest.s; then
24 if grep _func conftest.s >/dev/null 2>&1; then
30 rm -f conftest*])
46 [cat > conftest.c <<\EOF
54 if AC_TRY_EVAL(ac_compile) && test -s conftest.o; then :
60 …D([${CC-cc} ${CFLAGS} -nostdlib -Wl,-N -Wl,-Ttext -Wl,$link_addr conftest.o -o conftest.exec]); th…
64 if AC_TRY_COMMAND([${OBJCOPY-objcopy} -O binary conftest.exec conftest]); then :
68 if test ! -f conftest.old || AC_TRY_COMMAND([cmp -s conftest.old conftest]); then
69 mv -f conftest conftest.old
[all …]
H A Daclocal.m4211 mkdir conftest.dir
214 cp "$am_depcomp" conftest.dir
215 cd conftest.dir
236 : > sub/conftest.c
238 echo '#include "conftst'$i'.h"' >> sub/conftest.c
243 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
261 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
262 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
263 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
264 >/dev/null 2>conftest.err &&
[all …]
H A DChangeLog6980 source file "conftest.s.in", and then, replace @ADDR32@ with
9096 (grub_ASM_ADDR32): Delete conftest files after running the test.
/titanic_50/usr/src/cmd/logadm/
H A DMakefile26 TESTS= conftest globtest kwtest luttest optstest
104 conftest: conftest.o err.o fn.o lut.o opts.o target
105 $(LINK.c) -o conftest conftest.o err.o fn.o lut.o opts.o $(LDLIBS)