This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Updated Makeconfig patch


Zack Weinberg <zack@rabi.phys.columbia.edu> writes:

|> -# If config.make exists, the source directory was configured,
|> -# so don't try to be clever and find another directory to build in.
|> -ifneq (,$(wildcard $(..)config.make))
|> -ARCH =
|> -machine =
|> -else	# Not configured.
|> -ifndef ARCH
|> -ifdef machine
|> -ARCH = $(machine)
|> -endif # machine
|> -endif # ARCH
|> -endif # config.make
|> -
|> -# Directory for object files and libc.a.  If this is not defined, the
|> -# object files live in the subdirectories where their sources live, and
|> -# libc.a lives in the parent directory (this probably doesn't work any
|> -# more).
|> -ifdef ARCH
|> -ifeq ($(filter /%,$(ARCH)),)
|> -objdir := $(..)$(ARCH)
|> -else
|> -objdir = $(ARCH)
|> -endif
|> -endif


What's the point in making it harder to build the library?

Andreas.

-- 
Andreas Schwab                                      "And now for something
schwab@issan.informatik.uni-dortmund.de              completely different"
schwab@gnu.org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]