Check-in Number:
|
5611 | |
Date: |
2006-Jul-31 13:42:40 (local)
2006-Jul-31 11:42:40 (UTC) |
User: | rse |
Branch: | |
Comment: |
Fix the "make distclean" target of php/Makefile.local
to make sure the ".deps" file is not left over. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/uuid/ChangeLog 1.126 -> 1.127
--- ChangeLog 2006/07/31 11:32:36 1.126
+++ ChangeLog 2006/07/31 11:42:40 1.127
@@ -13,6 +13,10 @@
Changes between 1.5.0 and 1.5.1 (28-Jul-2006 to 31-Jul-2006)
+ o Fix the "make distclean" target of php/Makefile.local
+ to make sure the ".deps" file is not left over.
+ [Ralf S. Engelschall]
+
o Fix the tarball rolling procedure to make sure we
do not distribute binary files again.
[Ralf S. Engelschall]
|
|
ossp-pkg/uuid/php/Makefile.local 1.4 -> 1.5
--- Makefile.local 2006/04/04 14:58:43 1.4
+++ Makefile.local 2006/07/31 11:42:40 1.5
@@ -55,7 +55,7 @@
@$(MAKE) $(MFLAGS) -f Makefile clean || true
distclean: clean
- -rm -f Makefile
+ -rm -f Makefile .deps
-rm -f config.status configure.lineno
-rm -f config.h config.log
-rm -f *.core *~
|
|