changeset in /hg/icedtea: Make sure stamps directory exists for ...
Andrew John Hughes
gnu_andrew at member.fsf.org
Fri Sep 5 08:20:27 PDT 2008
changeset 68862b0b79f4 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=68862b0b79f4
description:
Make sure stamps directory exists for hgforest.stamp
2008-09-05 Andrew John Hughes <gnu_andrew at member.fsf.org>
Reported by: Lillian Angel
* Makefile.am: Make sure we create
the stamps directory for hgforest.stamp.
diffstat:
2 files changed, 7 insertions(+)
ChangeLog | 6 ++++++
Makefile.am | 1 +
diffs (24 lines):
diff -r 50ffa5101de6 -r 68862b0b79f4 ChangeLog
--- a/ChangeLog Mon Sep 01 04:21:47 2008 +0100
+++ b/ChangeLog Fri Sep 05 16:15:13 2008 +0100
@@ -1,3 +1,9 @@ 2008-08-31 Andrew John Hughes <gnu_and
+2008-09-05 Andrew John Hughes <gnu_andrew at member.fsf.org>
+
+ Reported by: Lillian Angel
+ * Makefile.am: Make sure we create
+ the stamps directory for hgforest.stamp.
+
2008-08-31 Andrew John Hughes <gnu_andrew at member.fsf.org>
* Makefile.am:
diff -r 50ffa5101de6 -r 68862b0b79f4 Makefile.am
--- a/Makefile.am Mon Sep 01 04:21:47 2008 +0100
+++ b/Makefile.am Fri Sep 05 16:15:13 2008 +0100
@@ -436,6 +436,7 @@ endif
endif
endif
endif
+ mkdir -p stamps
touch stamps/hgforest.stamp
clean-extract:
More information about the distro-pkg-dev
mailing list