[csw-devel] SF.net SVN: gar:[11909] csw/mgar/pkg/exim/trunk/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Mon Dec 13 03:37:21 CET 2010
Revision: 11909
http://gar.svn.sourceforge.net/gar/?rev=11909&view=rev
Author: bdwalton
Date: 2010-12-13 02:37:21 +0000 (Mon, 13 Dec 2010)
Log Message:
-----------
exim: tweak pre-patch hook to play nice with git patching
Modified Paths:
--------------
csw/mgar/pkg/exim/trunk/Makefile
Modified: csw/mgar/pkg/exim/trunk/Makefile
===================================================================
--- csw/mgar/pkg/exim/trunk/Makefile 2010-12-13 02:36:09 UTC (rev 11908)
+++ csw/mgar/pkg/exim/trunk/Makefile 2010-12-13 02:37:21 UTC (rev 11909)
@@ -68,7 +68,9 @@
(cd $(WORKSRC); \
test -r Local/Makefile || cp -p src/EDITME Local/Makefile; \
test -r Local/eximon.conf || cp -p exim_monitor/EDITME Local/eximon.conf; \
- test -d spf2 || cp -pr /opt/csw/include/spf2 .)
+ git add Local/; git ci -m 'Setup Local build default files'; \
+ test -d spf2 || cp -pr /opt/csw/include/spf2 .; \
+ git add spf2; git ci -m 'import spf2 header files' )
pre-build-modulated:
(cd $(WORKSRC); make makefile)
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