OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

57 lines
2.2 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../boehm-gc/install_private_headers.diff
  5. # Copyright (C) 2004 - 2006 The T2 SDE Project
  6. # Copyright (C) 1998 - 2003 Clifford Wolf
  7. #
  8. # More information can be found in the files COPYING and README.
  9. #
  10. # This patch file is dual-licensed. It is available under the license the
  11. # patched project is licensed under, as long as it is an OpenSource license
  12. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  13. # of the GNU General Public License as published by the Free Software
  14. # Foundation; either version 2 of the License, or (at your option) any later
  15. # version.
  16. # --- SDE-COPYRIGHT-NOTE-END ---
  17. --- ./include/Makefile.in.orig 2003-08-30 11:53:46.000000000 -0400
  18. +++ ./include/Makefile.in 2003-08-30 13:00:06.000000000 -0400
  19. @@ -124,12 +124,7 @@
  20. gc_allocator.h gc_backptr.h \
  21. gc_gcj.h gc_local_alloc.h leak_detector.h \
  22. gc_amiga_redirects.h gc_pthread_redirects.h \
  23. - gc_config_macros.h
  24. -
  25. -
  26. -# headers which are not installed
  27. -#
  28. -dist_noinst_HEADERS = private/gc_hdrs.h \
  29. + gc_config_macros.h private/gc_hdrs.h \
  30. private/gc_priv.h private/gcconfig.h \
  31. private/gc_pmark.h private/gc_locks.h \
  32. private/solaris_threads.h private/dbg_mlc.h \
  33. @@ -138,6 +133,8 @@
  34. private/darwin_semaphore.h private/darwin_stop_world.h \
  35. cord.h ec.h javaxfc.h
  36. +dist_noinst_HEADERS =
  37. +
  38. subdir = include
  39. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  40. CONFIG_CLEAN_FILES =
  41. @@ -168,11 +165,11 @@
  42. install-pkgincludeHEADERS: $(pkginclude_HEADERS)
  43. @$(NORMAL_INSTALL)
  44. $(mkinstalldirs) $(DESTDIR)$(pkgincludedir)
  45. + $(mkinstalldirs) $(DESTDIR)$(pkgincludedir)/private
  46. @list='$(pkginclude_HEADERS)'; for p in $$list; do \
  47. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  48. - f="`echo $$p | sed -e 's|^.*/||'`"; \
  49. - echo " $(pkgincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(pkgincludedir)/$$f"; \
  50. - $(pkgincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(pkgincludedir)/$$f; \
  51. + echo " $(pkgincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(pkgincludedir)/$$p"; \
  52. + $(pkgincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(pkgincludedir)/$$p; \
  53. done
  54. uninstall-pkgincludeHEADERS: