mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-29 07:00:24 +08:00
Make-lang.in (install-finclude-dir): Use mkinstalldirs and don't remove the finclude directory beforehand.
2008-12-02 Jakub Jelinek <jakub@redhat.com> Diego Novillo <dnovillo@google.com> * Make-lang.in (install-finclude-dir): Use mkinstalldirs and don't remove the finclude directory beforehand. Co-Authored-By: Diego Novillo <dnovillo@google.com> From-SVN: r142365
This commit is contained in:
parent
fe5c443ea5
commit
f2830e800f
gcc/fortran
@ -1,3 +1,9 @@
|
||||
2008-12-02 Jakub Jelinek <jakub@redhat.com>
|
||||
Diego Novillo <dnovillo@google.com>
|
||||
|
||||
* Make-lang.in (install-finclude-dir): Use mkinstalldirs
|
||||
and don't remove the finclude directory beforehand.
|
||||
|
||||
2008-12-02 Janus Weil <janus@gcc.gnu.org>
|
||||
|
||||
PR fortran/36704
|
||||
|
@ -211,9 +211,7 @@ doc/gfc-internals.pdf: $(GFC_INTERNALS_TEXI)
|
||||
|
||||
# Create or recreate the gfortran private include file directory.
|
||||
install-finclude-dir: installdirs
|
||||
-rm -rf $(DESTDIR)$(libsubdir)/finclude
|
||||
mkdir $(DESTDIR)$(libsubdir)/finclude
|
||||
-chmod a+rx $(DESTDIR)$(libsubdir)/finclude
|
||||
$(mkinstalldirs) -m a+rx $(DESTDIR)$(libsubdir)/finclude
|
||||
#
|
||||
# Install hooks:
|
||||
# f951 is installed elsewhere as part of $(COMPILERS).
|
||||
|
Loading…
x
Reference in New Issue
Block a user