Home
last modified time | relevance | path

Searched refs:objdir (Results 1 – 25 of 29) sorted by relevance

12

/glibc-2.36/sysdeps/mach/
DMakefile54 LDLIBS-crypt.so += $(objdir)/mach/libmachuser.so
56 LDLIBS-dl.so += $(objdir)/mach/libmachuser.so
58 LDLIBS-nsl.so += $(objdir)/mach/libmachuser.so
59 LDLIBS-nss_compat.so += $(objdir)/mach/libmachuser.so
61 LDLIBS-nss.so += $(objdir)/mach/libmachuser.so
62 LDLIBS-nss_files.so += $(objdir)/mach/libmachuser.so
63 LDLIBS-nss_db.so += $(objdir)/mach/libmachuser.so
64 LDLIBS-nss_compat.so += $(objdir)/mach/libmachuser.so
66 LDLIBS-nss_hesiod.so += $(objdir)/mach/libmachuser.so
68 LDLIBS-tst-rfc3484 += $(objdir)/mach/libmachuser.so
[all …]
/glibc-2.36/po/
DMakefile60 grep -E -v '\.ksh$$' $(word 2,$^) > $(objdir)/tmp-libc.pot-files
65 -f $(objdir)/tmp-libc.pot-files >> po/$@.new
66 grep -E '\.ksh$$' $(word 2,$^) > $(objdir)/tmp-libc.pot-files
69 -f $(objdir)/tmp-libc.pot-files po/$@.new
70 rm $(objdir)/tmp-libc.pot-files
99 $(WGET) -O $(objdir)/$$f-tmp2 $(TRANSLATIONS_URL)/$$f && \
100 msgmerge --previous --no-wrap $(objdir)/$$f-tmp2 libc.pot > \
101 $(objdir)/$$f-tmp && \
103 $(objdir)/$$f-tmp > $(objdir)/$$f-tmp0 && \
104 mv -f $(objdir)/$$f-tmp0 $$f; \
/glibc-2.36/
DMakefile.in9 $(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` $@
DMakeconfig36 # $(common-objdir) is the place to put objects and
38 ifdef objdir
39 objpfx := $(patsubst %//,%/,$(objdir)/$(subdir)/)
40 common-objpfx = $(objdir)/
41 common-objdir = $(objdir)
43 $(error objdir must be defined by the build-directory Makefile)
64 ifdef objdir
65 +sysdep_dirs := $(objdir) $(+sysdep_dirs)
597 $(common-objdir):$(subst $(empty) ,:,$(patsubst ../$(subdir),.,$(rpath-dirs:%=$(common-objpfx)%)))
DMakefile674 ifdef objdir
DMakerules872 cd $(common-objdir) && \
/glibc-2.36/posix/
Dtst-dir.c40 const char *objdir; in main() local
71 objdir = argv[2]; in main()
104 if (chdir (objdir) < 0) in main()
115 if (stat64 (objdir, &st2) < 0) in main()
332 size_t len = strlen (objdir) + 1 + _D_EXACT_NAMLEN (d) + 1; in main()
335 stpcpy (stpcpy (stpcpy (tmpbuf, objdir), "/"), d->d_name); in main()
DMakefile294 tst-dir-ARGS = `pwd` `cd $(common-objdir)/$(subdir); pwd` `cd $(common-objdir); pwd` $(objpfx)tst-d…
295 tst-chmod-ARGS = $(objdir)
Dtst-regex.input3441 * Makeconfig (rpath-link): Find libc.so.6 in $(common-objdir).
/glibc-2.36/sysdeps/ia64/fpu/
Dimport_check3 objdir="$1"
69 check_file $objdir/$objfile.o
/glibc-2.36/elf/
Drtld-Rules73 $(MAKE) $(subdir-args) objdir=$(objdir) \
/glibc-2.36/iconv/
DMakefile126 $(BASH) $< $(common-objdir) '$(test-wrapper-env)' \
/glibc-2.36/localedata/
DMakefile209 tests: $(objdir)/iconvdata/gconv-modules
494 $(objdir)/iconvdata/gconv-modules:
/glibc-2.36/sysdeps/mach/hurd/
DMakefile226 LDLIBS-pthread.so += $(objdir)/hurd/libhurduser.so
/glibc-2.36/iconvdata/
DMakefile337 $(common-objdir)/iconv/iconv_prog TESTS
339 $(SHELL) $< $(common-objdir) '$(test-wrapper-env)' \
/glibc-2.36/ChangeLog.old/
DChangeLog.138 * Makerules (ar-it) [! objdir]: Pass `ru' instead of `u' to ar.
60 * Makeconfig [!objdir && !..] (common-objpfx): Define as
110 * Makeconfig (common-objdir, common-objpfx): Define new vars.
113 * Makerules (common-objdir-compile): Define canned sequence.
361 * sysdeps/posix/Makefile (objdir-CPPFLAGS): Define; if in parent
468 rather than objdir on the cmd line.
595 $(objdir)/Makeconfig.
596 Define objpfx as soon as objdir is defined, so we can use it.
1733 compile generator programs, cd into $(objdir) first to avoid
1780 * Makeconfig (objdir): If $(ARCH) starts with a slash, don't prepend
[all …]
DChangeLog.291 compile from sources in $(objpfx) if not using $(objdir).
904 * Makeconfig [!objdir] [!..] (common-objdir): Set to `.'.
1050 (distclean) [objdir]: Also remove $(objpfx)Makefile.
1670 `objdir' with `common-objpfx' and `common-objdir'.
2023 (make-ioctls): Replace command `$(common-objdir-compile)' with
2579 $(objdir), rather than the current directory.
2587 * Makefile (clean): Remove $(install-lib) from $(objdir).
2830 ($(divrem).S): Put these in sysdeps/sparc, not in $(objdir).
2898 * sysdeps/posix/Makefile (mk-stdiolim): Use $(cded-objdir-CPPFLAGS).
2899 (cded-objdir-CPPFLAGS): Define new var.
[all …]
DChangeLog.31028 * Makerules (native-compile, common-objdir-compile): Use
1274 * configure.in (Makefile): Set objdir instead of ARCH in submake cmd.
DChangeLog.61098 * md5-crypt/Makefile (rpath-link): Add md5-crypt objdir, not crypt.
4436 $(objdir) is relative.
4437 (common-objdir-compile): Run compiler in $(objdir).
7352 * Makeconfig (objpfx) [ifdef objdir]: Append $(subdir).
7362 $(objpfx) instead of $(objdir) for cd command.
DChangeLog.5286 * Makerules (elfobjdir): Use $(objdir) if set, even in elf subdir.
3481 * Makerules (BUILD_CFLAGS) [! objdir]: Use $(..)config.h when
8752 (lib-noranlib): Depend on $(install-lib) in objdir.
8754 from objdir. Don't remove TAGS; it comes in the distribution.
9346 * sysdeps/posix/Makefile (cded-objdir-includes): New variable
9347 replaced cded-objdir-CPPFLAGS; transform $(+includes) instead of
DChangeLog.711654 (math-objdir): New variable.
12607 $(common-objdir-compile).
12622 $(common-objdir-compile).
12623 (mk-stdiolim-CFLAGS): Renamed from cded-objdir-includes, use
12627 $(common-objdir-compile).
12634 (native-compile, common-objdir-compile): Rewritten to make more
DChangeLog.4558 * Makerules (stubs): cd into $(objdir) and use local file names,
DChangeLog.119781 into objdir. This allows a readonly sourcetree.
11816 Instead, pass -I$(common-objdir) -I$(..)include instead of $(CPPFLAGS).
DChangeLog.1876358 [!objdir]: Give error.
76359 [!objdir] (objpfx): Remove.
76360 [!objdir] (common-objpfx): Likewise.
76361 [!objdir] (common-objdir): Likewise.
86280 * Makerules (common-objdir-compile): Remove.
96028 * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
96029 ($(objdir)config-name.h): New target.
/glibc-2.36/mach/
DMachrules150 # Build the server stubs in $(objdir).

12