Check-in Number:
|
4885 | |
Date: |
2004-Nov-29 08:37:20 (local)
2004-Nov-29 07:37:20 (UTC) |
User: | rse |
Branch: | |
Comment: |
Do not rebuild the Perl API if there were no actual changes. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/uuid/ChangeLog 1.62 -> 1.63
--- ChangeLog 2004/11/18 15:58:53 1.62
+++ ChangeLog 2004/11/29 07:37:20 1.63
@@ -11,6 +11,11 @@
This is a list of all changes to OSSP uuid.
For a more brief summary please have a look at the NEWS file.
+ Changes between 1.1.1 and 1.1.2 (18-Nov-2004 to xx-Dec-2004)
+
+ o Do not rebuild the Perl API if there were no actual changes.
+ [Ralf S. Engelschall]
+
Changes between 1.1.0 and 1.1.1 (03-Nov-2004 to 18-Nov-2004)
o Apply the FreeBSD libc uuid_create() related workaround
|
|
ossp-pkg/uuid/Makefile.in 1.23 -> 1.24
--- Makefile.in 2004/11/03 18:08:24 1.23
+++ Makefile.in 2004/11/29 07:37:20 1.24
@@ -98,6 +98,7 @@
$(PERL_NAME): $(PERL_OBJS) $(LIB_NAME)
@cd perl && $(PERL) Makefile.PL PREFIX=$(prefix) && $(MAKE) $(MFLAGS) all
+ @touch $(PERL_NAME)
uuid.lo: uuid.c config.h uuid.h uuid_md5.h uuid_prng.h uuid_mac.h uuid_ui64.h uuid_str.h uuid_bm.h uuid_ac.h
uuid_mac.lo: uuid_mac.c config.h uuid_mac.h
|
|