OSSP CVS Repository

ossp - Check-in [5473]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 5473
Date: 2006-Jul-22 21:45:36 (local)
2006-Jul-22 19:45:36 (UTC)
User:rse
Branch:
Comment: more cleanups
Tickets:
Inspections:
Files:
ossp-pkg/js/Makefile.in      1.12 -> 1.13     2 inserted, 2 deleted

ossp-pkg/js/Makefile.in 1.12 -> 1.13

--- Makefile.in  2006/07/22 19:43:48     1.12
+++ Makefile.in  2006/07/22 19:45:36     1.13
@@ -248,7 +248,7 @@
         -$(RM) -r src/.libs src/fdlibm/.libs >/dev/null 2>&1 || $(TRUE)
         -$(RM) *.o *.lo
         @if [ ".$(WITH_PERL)" = ".yes" ]; then \
-            (cd src/perlconnect; $(MAKE) $(MFLAGS) clean); \
+            (cd src/perlconnect; $(MAKE) $(MFLAGS) clean || $(TRUE); mv Makefile.old Makefile || $(TRUE)); \
         fi
 
 distclean: clean
@@ -256,7 +256,7 @@
         -$(RM) Makefile config.h js.pc
         -$(RM) libtool
         @if [ ".$(WITH_PERL)" = ".yes" ]; then \
-            (cd src/perlconnect; $(RM) -f Makefile.PL Makefile Makefile.old); \
+            (cd src/perlconnect; $(MAKE) $(MFLAGS) distclean || $(TRUE); $(RM) -f Makefile.PL Makefile Makefile.old); \
         fi
 
 realclean: distclean

CVSTrac 2.0.1