diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-04-01 11:45:25 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-04-01 11:45:25 -0700 |
commit | 7ec05c6fe1d4ae8daa58fbbfa98547e082153803 (patch) | |
tree | dd91615b3c8f84ebc32f6df1ad417aa386658eee | |
parent | 2579fa35e253c93a6352a125ad2706d4e51bd600 (diff) | |
download | glibc-7ec05c6fe1d4ae8daa58fbbfa98547e082153803.tar.gz glibc-7ec05c6fe1d4ae8daa58fbbfa98547e082153803.tar.xz glibc-7ec05c6fe1d4ae8daa58fbbfa98547e082153803.zip |
mman-linux.h no longer copied
-rw-r--r-- | sysdeps/nacl/Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sysdeps/nacl/Makefile b/sysdeps/nacl/Makefile index dd81215b4a..5f6034ad01 100644 --- a/sysdeps/nacl/Makefile +++ b/sysdeps/nacl/Makefile @@ -84,17 +84,6 @@ $(nacl-optional-interfaces:%=$(nacl-interface-pattern)): \ sysdep_routines += nacl_interface_query \ nacl-interfaces $(nacl-interface-routines) -# The Linux bits are close enough for NaCl and we want to use the existing -# file rather than copying it into sysdeps/nacl and letting it bit rot. -# But we certainly don't want sysdeps/unix/sysv/linux in our sysdirs list! -# So copy the file to the build directory. -sysdep_headers += bits/mman-linux.h -before-compile += $(common-objpfx)bits/mman-linux.h -$(common-objpfx)bits/mman-linux.h: \ - $(..)sysdeps/unix/sysv/linux/bits/mman-linux.h - $(make-target-directory) - ln -f $< $@ || cp -f $< $@ - # XXX temp test others += hello hellow others-static += hello |