Home
last modified time | relevance | path

Searched refs:srcdir (Results 1 – 21 of 21) sorted by relevance

/glibc-2.36/
DMakefile.in1 srcdir = @srcdir@
9 $(MAKE) -r PARALLELMFLAGS="$(PARALLELMFLAGS)" -C $(srcdir) objdir=`pwd` $@
13 $(MAKE) -r PARALLELMFLAGS="$(PARALLELMFLAGS)" -C $(srcdir) objdir=`pwd` $@
16 $(MAKE) -C $(srcdir)/benchtests $(PARALLELMFLAGS) objdir=`pwd` $@
20 $(MAKE) -C $(srcdir)/math $(PARALLELMFLAGS) objdir=`pwd` $@
Dconfigure1281 if test -z "$srcdir"; then
1307 srcdir=$ac_confdir
1308 if test ! -r "$srcdir/$ac_unique_file"; then
1309 srcdir=..
1314 if test ! -r "$srcdir/$ac_unique_file"; then
1315 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1316 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1318 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1320 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1324 srcdir=.
[all …]
Dconfigure.ac84 if test "`cd $srcdir; pwd -P`" = "`pwd -P`"; then
535 LIBC_PRECONFIGURE([$srcdir], [for sysdeps])
789 sysdep_dir=$srcdir/sysdeps
864 try_srcdir="${srcdir}/"
930 *) xsrcdir=$srcdir/ ;;
948 try_srcdir=$srcdir/
997 if test "$INSTALL" = "${srcdir}/scripts/install-sh -c"; then
998 # The makefiles need to use a different form to find it in $srcdir.
1080 if (cd $srcdir; $AUTOCONF $ACFLAGS configure.ac > /dev/null 2>&1); then
1671 *) dest=$srcdir/$dir ;;
[all …]
DMakefile487 subdir=$(@D)$(if $($(@D)-srcdir),\
488 -C $($(@D)-srcdir) ..=`pwd`/,\
Daclocal.m4164 dnl LIBC_PRECONFIGURE([$srcdir], [for])
DMakeconfig1103 $(firstword $($(dir)-srcdir) $(..)$(dir)))
1337 $(firstword $($(dir)-srcdir) \
/glibc-2.36/scripts/
Dbuild-many-glibcs.py99 self.srcdir = os.path.join(topdir, 'src')
100 self.versions_json = os.path.join(self.srcdir, 'versions.json')
482 return os.path.join(self.srcdir, component)
718 srcdir = self.component_srcdir(lib)
723 cfg_cmd = [os.path.join(srcdir, 'configure'),
828 os.makedirs(self.srcdir, exist_ok=True)
932 srcdir = self.component_srcdir('glibc')
939 to_touch = os.path.join(srcdir, f)
941 for dirpath, dirnames, filenames in os.walk(srcdir):
989 filename = os.path.join(self.srcdir, url.split('/')[-1])
[all …]
/glibc-2.36/htl/
DMakefile20 srcdir = . macro
193 $(INSTALL_DATA) $(srcdir)/libpthread.a $<
197 $(INSTALL_DATA) $(srcdir)/libpthread_pic.a $<
199 $(inst_libdir)/libpthread_syms.a: $(srcdir)/libpthread_syms.a $(+force)
221 $(addprefix $(objpfx),$(tests-static) $(xtests-static)): $(srcdir)/libpthread_syms.a $(objpfx)libpt…
223 $(addprefix $(objpfx),$(tests) $(test-srcs)): $(srcdir)/libpthread_syms.a $(objpfx)libpthread.a
/glibc-2.36/posix/
Dtst-dir.c39 const char *srcdir; in main() local
70 srcdir = argv[1]; in main()
83 if (chdir (srcdir) < 0) in main()
553 if (chdir (srcdir) < 0) in main()
/glibc-2.36/math/
Dgen-libm-test.py254 def read_all_ulps(srcdir): argument
257 for dirpath, dirnames, filenames in os.walk(srcdir):
673 if args.srcdir is not None:
674 all_ulps = read_all_ulps(args.srcdir)
/glibc-2.36/elf/
Drtld-Rules79 subdir-args = subdir=$*$(if $($*-srcdir),\
80 -C $($*-srcdir) ..=`pwd`/,\
/glibc-2.36/manual/
Dinstall.texi396 test-wrapper="@var{srcdir}/scripts/cross-test-ssh.sh @var{hostname}"},
397 where @var{srcdir} is the absolute directory name for the main source
442 may be set to "@var{srcdir}/sysdeps/unix/sysv/linux/aarch64/vltest.py
/glibc-2.36/ChangeLog.old/
DChangeLog.2170 * stdio/Makefile [gmp-srcdir] (clean-mpn): New target.
223 [gmp-srcdir]: Much code to copy mpn source from $(gmp-srcdir).
224 * configure.in: Check for a --with-gmp argument and set gmp-srcdir
943 using -I. -I$srcdir will use ./config.h rather than
944 $srcdir/config.h (which it would do when glob.c was found in $srcdir).
2739 * posix/glob/Makefile.in (VPATH): Set this to @srcdir@.
2740 (srcdir): Set this to $(VPATH).
3219 (srcdir guessing): Removed this code.
DChangeLog.3453 -I$(hurd-srcdir)/libthreads.
1529 in srcdir).
1537 srcdir, else in current directory.
DChangeLog.1335 * posix/glob/Makefile.in (glob.o, fnmatch.o): / after $(srcdir).
367 * posix/glob/Makefile.in (glob.o, fnmatch.o): Put $(srcdir) on deps.
467 * configure (Makefile): When invoking make in srcdir, set ARCH
495 (VPATH, srcdir, CPPFLAGS): Define to be replaced by autoconf.
DChangeLog.52273 $(mach-srcdir) no longer exists.
2274 (hurd-srcdir): Variable removed.
2275 (includes): Don't append -I$(hurd-srcdir).
2277 Remove vpath specs using $(hurd-srcdir).
2295 * sysdeps/mach/Makefile (mach-srcdir): Variable removed.
2296 (includes): Don't append -I$(mach-srcdir).
2297 Remove vpath specs using $(mach-srcdir).
3688 * intl/Makefile [gettext-srcdir]: Use gpl2lgpl.sed on copied sources.
6104 * intl/Makefile [gettext-srcdir]: Rewrote copying rules to only
6259 [gettext-srcdir]: New rules to copy source from $(gettext-srcdir)/intl.
DChangeLog.41853 * configure.in (INSTALL): If it is $srcdir/install.sh after
DChangeLog.1410970 omit $srcdir from the name if we prepended it.
11686 * configure.in: Barf if configured in $srcdir.
DChangeLog.6325 check if $srcdir/elf/ldconfig.c exists.
DChangeLog.1610669 are up to date in srcdir. Touch all configure scripts after export.
DChangeLog.1810089 ($srcdir): Likewise.
58341 * math/gen-libm-test.pl ($srcdir): New variable.