/hg/icedtea6: Create plugin.stamp with the right filename.
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Mon Mar 1 11:48:55 PST 2010
changeset ccba25fc9759 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=ccba25fc9759
author: Andrew John Hughes <ahughes at redhat.com>
date: Mon Mar 01 19:48:43 2010 +0000
Create plugin.stamp with the right filename.
2010-03-01 Andrew John Hughes <ahughes at redhat.com>
* Makefile.am: (stamps/plugin.stamp): Create stamp
with the right filename.
diffstat:
2 files changed, 7 insertions(+), 1 deletion(-)
ChangeLog | 6 ++++++
Makefile.am | 2 +-
diffs (25 lines):
diff -r 86d208c50bb8 -r ccba25fc9759 ChangeLog
--- a/ChangeLog Mon Mar 01 19:05:45 2010 +0000
+++ b/ChangeLog Mon Mar 01 19:48:43 2010 +0000
@@ -1,3 +1,9 @@ 2010-03-01 Andrew John Hughes <ahughes
+2010-03-01 Andrew John Hughes <ahughes at redhat.com>
+
+ * Makefile.am:
+ (stamps/plugin.stamp): Create stamp with the
+ right filename.
+
2010-03-01 Andrew John Hughes <ahughes at redhat.com>
* Makefile.am:
diff -r 86d208c50bb8 -r ccba25fc9759 Makefile.am
--- a/Makefile.am Mon Mar 01 19:05:45 2010 +0000
+++ b/Makefile.am Mon Mar 01 19:48:43 2010 +0000
@@ -1666,7 +1666,7 @@ endif
stamps/plugin.stamp: $(ICEDTEAPLUGIN_TARGET) $(ICEDTEANPPLUGIN_TARGET)
mkdir -p stamps
- touch stamps/icedtea-plugin.stamp
+ touch stamps/plugin.stamp
clean-plugin: $(ICEDTEAPLUGIN_CLEAN) $(ICEDTEANPPLUGIN_CLEAN)
rm -f stamps/plugin.stamp
More information about the distro-pkg-dev
mailing list