diff options
author | Lev A. Serebryakov <lev@FreeBSD.org> | 2004-08-03 10:55:14 +0000 |
---|---|---|
committer | Lev A. Serebryakov <lev@FreeBSD.org> | 2004-08-03 10:55:14 +0000 |
commit | 1eab089e6e6ec30bd91ee1e5366a74dd6e3bd05f (patch) | |
tree | 565ff1fc38f198a25933f7641181b951c91fc36c /devel/msp430-gcc/files/patch-gcc-Makefile.in | |
parent | Update yto latest version 2.15 (diff) |
Update to latest (and recommended by msp430 maintainers) version 3.4.1
Notes
Notes:
svn path=/head/; revision=115336
Diffstat (limited to 'devel/msp430-gcc/files/patch-gcc-Makefile.in')
-rw-r--r-- | devel/msp430-gcc/files/patch-gcc-Makefile.in | 40 |
1 files changed, 11 insertions, 29 deletions
diff --git a/devel/msp430-gcc/files/patch-gcc-Makefile.in b/devel/msp430-gcc/files/patch-gcc-Makefile.in index 98a721e599fd..e27352523b1b 100644 --- a/devel/msp430-gcc/files/patch-gcc-Makefile.in +++ b/devel/msp430-gcc/files/patch-gcc-Makefile.in @@ -1,30 +1,12 @@ ---- gcc/Makefile.in.orig Fri Oct 17 16:22:44 2003 -+++ gcc/Makefile.in Fri Oct 17 16:24:38 2003 -@@ -2685,21 +2685,12 @@ - $(INSTALL_DATA) $(docdir)/gcc.1 $(DESTDIR)$(man1dir)/$(GCC_INSTALL_NAME)$(man1ext); \ - chmod a-x $(DESTDIR)$(man1dir)/$(GCC_INSTALL_NAME)$(man1ext); \ - fi -- -rm -f $(DESTDIR)$(man1dir)/cpp$(man1ext) -- -$(INSTALL_DATA) $(docdir)/cpp.1 $(DESTDIR)$(man1dir)/cpp$(man1ext) -- -chmod a-x $(DESTDIR)$(man1dir)/cpp$(man1ext) -- -rm -f $(DESTDIR)$(man1dir)/gcov$(man1ext) -- -$(INSTALL_DATA) $(docdir)/gcov.1 $(DESTDIR)$(man1dir)/gcov$(man1ext) -- -chmod a-x $(DESTDIR)$(man1dir)/gcov$(man1ext) -- -rm -f $(DESTDIR)$(man7dir)/fsf-funding$(man7ext) -- -$(INSTALL_DATA) $(docdir)/fsf-funding.7 $(DESTDIR)$(man7dir)/fsf-funding$(man7ext) -- -chmod a-x $(DESTDIR)$(man7dir)/fsf-funding$(man7ext) -- -rm -f $(DESTDIR)$(man7dir)/gfdl$(man7ext) -- -$(INSTALL_DATA) $(docdir)/gfdl.7 $(DESTDIR)$(man7dir)/gfdl$(man7ext) -- -chmod a-x $(DESTDIR)$(man7dir)/gfdl$(man7ext) -- -rm -f $(DESTDIR)$(man7dir)/gpl$(man7ext) -- -$(INSTALL_DATA) $(docdir)/gpl.7 $(DESTDIR)$(man7dir)/gpl$(man7ext) -- -chmod a-x $(DESTDIR)$(man7dir)/gpl$(man7ext) -+ -rm -f $(DESTDIR)$(man1dir)/$(CPP_CROSS_NAME)$(man1ext) -+ -$(INSTALL_DATA) $(docdir)/cpp.1 $(DESTDIR)$(man1dir)/$(CPP_CROSS_NAME)$(man1ext) -+ -chmod a-x $(DESTDIR)$(man1dir)/$(CPP_CROSS_NAME)$(man1ext) -+ -rm -f $(DESTDIR)$(man1dir)/$(GCOV_INSTALL_NAME)$(man1ext) -+ -$(INSTALL_DATA) $(docdir)/gcov.1 $(DESTDIR)$(man1dir)/$(GCOV_INSTALL_NAME)$(man1ext) -+ -chmod a-x $(DESTDIR)$(man1dir)/$(GCOV_INSTALL_NAME)$(man1ext) +--- gcc/Makefile.in.orig Tue Aug 3 13:57:27 2004 ++++ gcc/Makefile.in Tue Aug 3 13:57:39 2004 +@@ -2963,9 +2963,6 @@ + $(DESTDIR)$(man1dir)/$(GCC_INSTALL_NAME)$(man1ext) \ + $(DESTDIR)$(man1dir)/$(CPP_INSTALL_NAME)$(man1ext) \ + $(DESTDIR)$(man1dir)/$(GCOV_INSTALL_NAME)$(man1ext) \ +- $(DESTDIR)$(man7dir)/fsf-funding$(man7ext) \ +- $(DESTDIR)$(man7dir)/gfdl$(man7ext) \ +- $(DESTDIR)$(man7dir)/gpl$(man7ext) - # Install the library. - install-libgcc: libgcc.mk libgcc.a installdirs + $(DESTDIR)$(man7dir)/%$(man7ext): doc/%.7 + -rm -f $@ |