OSSP CVS Repository

ossp - Difference in ossp-pkg/pth/Makefile.in versions 1.152 and 1.153
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/pth/Makefile.in 1.152 -> 1.153

--- Makefile.in  2004/10/08 18:31:14     1.152
+++ Makefile.in  2004/12/03 17:03:30     1.153
@@ -272,6 +272,14 @@
         -$(RMDIR) $(DESTDIR)$(bindir) >/dev/null 2>&1 || $(TRUE)
         -$(RMDIR) $(DESTDIR)$(prefix) >/dev/null 2>&1 || $(TRUE)
 
+#   strip down the source tree to its minimum
+striptease:
+        @PERL=`which perl`; if [ ".$$PERL" = . ]; then \
+            echo "make:ERROR: command \"$(MAKE) striptease\" requires \"perl\"" 1>&2; \
+                exit 1; \
+        fi; \
+        $$PERL striptease.pl
+
 #   clean the source tree for re-building
 clean:
         $(RM) $(TARGET_PREQ)
@@ -289,7 +297,6 @@
         $(RM) pth-config pth_acdef.h pth_acmac.h pth.h
         $(RM) pthread-config pthread.h
         $(RM) config.log config.cache config.status
-        $(RM) -r striptease.dir
         $(RM) libtool
 
 #   clean the source tree by removing really all generate stuff

CVSTrac 2.0.1