[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-293
From: |
Eli Zaretskii |
Subject: |
[gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-2939-g9f3ab03 |
Date: |
Sat, 3 Mar 2018 07:35:51 -0500 (EST) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".
The branch, gawk-4.2-stable has been updated
via 9f3ab0384b99ab4f0002339908127baa9d06c859 (commit)
from bd8a8ad0c258d2db31e420eec81932cf15bf9702 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=9f3ab0384b99ab4f0002339908127baa9d06c859
commit 9f3ab0384b99ab4f0002339908127baa9d06c859
Author: Eli Zaretskii <address@hidden>
Date: Sat Mar 3 14:35:33 2018 +0200
Fix "make install" on MinGW.
diff --git a/pc/ChangeLog b/pc/ChangeLog
index 45deaec..28f6e8e 100644
--- a/pc/ChangeLog
+++ b/pc/ChangeLog
@@ -1,3 +1,7 @@
+2018-03-03 Eli Zaretskii <address@hidden>
+
+ * Makefile (install1): Create parent directories of $(pkgextensiondir).
+
2018-02-25 Arnold D. Robbins <address@hidden>
* 4.2.1: Release tar ball made.
diff --git a/pc/Makefile b/pc/Makefile
index fb34965..85594a6 100644
--- a/pc/Makefile
+++ b/pc/Makefile
@@ -325,7 +325,9 @@ install1:
-mkdir "$(prefix)/bin"
-mkdir "$(prefix)/share"
-mkdir "$(prefix)/share/man"
+ -mkdir "$(prefix)/lib"
-mkdir "$(pkgdatadir)" "$(prefix)/share/man/man1" "$(prefix)/share/info"
+ -mkdir "$(prefix)/lib/gawk"
cp gawk.exe $(prefix)/bin/awk.exe
cp *awk.exe igawk.bat igawk.cmd pc/awklib/igawk $(prefix)/bin
cp gawkapi.h $(prefix)/include
-----------------------------------------------------------------------
Summary of changes:
pc/ChangeLog | 4 ++++
pc/Makefile | 2 ++
2 files changed, 6 insertions(+)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-2939-g9f3ab03,
Eli Zaretskii <=