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

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Thu May 17 01:56:24 CEST 2012


Revision: 18026
          http://gar.svn.sourceforge.net/gar/?rev=18026&view=rev
Author:   bdwalton
Date:     2012-05-16 23:56:24 +0000 (Wed, 16 May 2012)
Log Message:
-----------
php5/trunk: we need a bit more to work around the .gitignore issue since extract does the initial snapshotting; add files that were previously ignored

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

Modified: csw/mgar/pkg/php5/trunk/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/Makefile	2012-05-16 23:34:54 UTC (rev 18025)
+++ csw/mgar/pkg/php5/trunk/Makefile	2012-05-16 23:56:24 UTC (rev 18026)
@@ -342,7 +342,7 @@
 # they're using git now and ship a .gitignore that excludes aclocal.m4
 # that broke one of our patches so we'll nuke .gitignore before we patch
 pre-patch-modulated:
-	@(cd $(WORKSRC); rm .gitignore)
+	@(cd $(WORKSRC); rm .gitignore; git add -A; git ci -m 'adding files that were previously ignored' )
 	@$(MAKECOOKIE)
 
 # this allows apxs to install the module.  stupid, but i couldn't make

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