diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-03-19 16:23:26 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-03-19 16:23:26 +0000 |
commit | 83d1aec8fc5f4250e6d5f44eeef30c923e140ca4 (patch) | |
tree | c9d694371ed67073d00724613e81d5bb6ac677e2 /Makerules | |
parent | bd37f2ee314147c69a39817d590149cf1181ef47 (diff) | |
download | glibc-83d1aec8fc5f4250e6d5f44eeef30c923e140ca4.tar.gz |
Remove common-objdir-compile and related sysdeps/unix/Makefile code.
Diffstat (limited to 'Makerules')
-rw-r--r-- | Makerules | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -1122,14 +1122,6 @@ $(BUILD_CC) $($(basename $(<F))-CFLAGS) $(ALL_BUILD_CFLAGS) \ $(firstword $(filter /%,$< $(shell pwd)/$<)) -o $(@F) endef -# Command to compile $< in $(common-objdir) using the native libraries. -# We must cd to $(objdir) anyway so that $(..)config.h is valid. -define common-objdir-compile -$(patsubst %/,cd % &&,$(objpfx)) \ -$(BUILD_CC) $($(basename $(<F))-CFLAGS) $(ALL_BUILD_CFLAGS) \ - $(firstword $(filter /%,$< $(shell pwd)/$<)) -o $(..)$(@F) -endef - # We always want to use configuration definitions. # Note that this is only used for commands running in $(objpfx). ALL_BUILD_CFLAGS = $(BUILD_CFLAGS) -include $(..)config.h |