[csw-devel] SF.net SVN: gar:[4168] csw/mgar/pkg/php5/trunk/Makefile

valholla at users.sourceforge.net valholla at users.sourceforge.net
Fri Apr 3 02:13:00 CEST 2009


Revision: 4168
          http://gar.svn.sourceforge.net/gar/?rev=4168&view=rev
Author:   valholla
Date:     2009-04-03 00:13:00 +0000 (Fri, 03 Apr 2009)

Log Message:
-----------
remove extra paths

Modified Paths:
--------------
    csw/mgar/pkg/php5/trunk/Makefile

Modified: csw/mgar/pkg/php5/trunk/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/Makefile	2009-04-02 20:26:54 UTC (rev 4167)
+++ csw/mgar/pkg/php5/trunk/Makefile	2009-04-03 00:13:00 UTC (rev 4168)
@@ -83,6 +83,7 @@
 
 # Disable Tests (report submitted to PHP QA)
 SKIPTEST = 1
+ENABLE_CHECK = 0
 
 # SAPI Specific Rules
 STRIP_DIRS += $(DESTDIR)$(prefix)/apache2/libexec
@@ -100,6 +101,8 @@
 	ginstall -m 0644 \
 		$(WORKDIR)/pear.conf.CSW \
 		$(DESTDIR)$(prefix)/php5/etc
+	@(grm -fr $(DESTDIR)/.[a-z]*)
+	@(grm -fr $(DESTDIR)/$(php5_lib)/.[a-z]*)
 	@$(MAKECOOKIE)
 
 post-configure-modulated:
@@ -111,8 +114,5 @@
 pre-fetch:
 	$(foreach F,$(EXTFILES),$(shell cp $(F) $(DOWNLOADDIR)))
 
-post-merge-modulated:
-	@(grm -fr $(DESTDIR)/.[a-z]*)
-	
 # System Rules/Configuration
 include gar/category.mk


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list