summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Nieuwenhuizen <janneke@gnu.org>2005-06-27 11:52:17 +0000
committerJan Nieuwenhuizen <janneke@gnu.org>2005-06-27 11:52:17 +0000
commitfebf7bcbc4c511490d9d9905e4f47912a30bf2e2 (patch)
tree5ba0131681c9ae4029e3e7f111e7dbc6a3ba7b3a
parenta3ee15ee652ba15dd03bda1547991d618c63434a (diff)
(OUT_POSTREMOVES): Reinclude install script
rule, errorneously removed probably because of misleading comment.
-rw-r--r--ChangeLog5
-rw-r--r--cygwin/GNUmakefile4
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 854d12b63b..60b6d231ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-06-27 Jan Nieuwenhuizen <janneke@gnu.org>
+
+ * cygwin/GNUmakefile (OUT_POSTREMOVES): Reinclude install script
+ rule, errorneously removed probably because of misleading comment.
+
2005-06-27 Han-Wen Nienhuys <hanwen@xs4all.nl>
* Documentation/topdocs/INSTALL.texi (Top): remove EC fonts requirement.
diff --git a/cygwin/GNUmakefile b/cygwin/GNUmakefile
index ecfe3b5171..1cdec730ab 100644
--- a/cygwin/GNUmakefile
+++ b/cygwin/GNUmakefile
@@ -21,6 +21,10 @@ OUT_POSTINSTALLS=$(POSTINSTALLS:%=$(outdir)/%)
POSTREMOVES=$(wildcard postremove*.sh)
OUT_POSTREMOVES=$(POSTREMOVES:%=$(outdir)/%)
+$(outdir)/%.sh: %.sh $(config_make)
+ cat $< | sed $(sed-atvariables) > $@
+ chmod 755 $@
+
default: $(OUT_POSTINSTALLS) $(OUT_POSTREMOVES) $(OUTIN_FILES)
INSTALLATION_OUT_SUFFIXES=1