Check-in Number:
|
4819 | |
Date: |
2004-Nov-03 19:08:24 (local)
2004-Nov-03 18:08:24 (UTC) |
User: | rse |
Branch: | |
Comment: |
remove Makefile.old artefact from MakeMaker on cleaning and depend on Perl stuff for check |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/uuid/Makefile.in 1.22 -> 1.23
--- Makefile.in 2004/11/03 17:07:57 1.22
+++ Makefile.in 2004/11/03 18:08:24 1.23
@@ -136,7 +136,7 @@
sed -e "s;UUID_VERSION_STR;$$V2;" >uuid.1; \
$(RM) /tmp/uuid.pod
-check: $(PRG_NAME)
+check: all
@echo "==== UUID version 1 (time and node based): 4 single iterations"; \
$(LIBTOOL) --mode=execute ./$(PRG_NAME) -v1 -n 4 -1
@echo "==== UUID version 1 (time and node based): 4 subsequent iterations"; \
@@ -225,7 +225,7 @@
-$(RM) Makefile config.h uuid-config uuid.h
-$(RM) libtool
-@if [ ".$(WITH_PERL)" = .yes ]; then \
- (cd perl && $(MAKE) $(MFLAGS) distclean || true); \
+ (cd perl && $(MAKE) $(MFLAGS) distclean || true; rm -f Makefile.old); \
fi
realclean: distclean
|
|