[csw-devel] SF.net SVN: gar:[11912] csw/mgar/pkg/exim/trunk/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Mon Dec 13 04:35:51 CET 2010
Revision: 11912
http://gar.svn.sourceforge.net/gar/?rev=11912&view=rev
Author: bdwalton
Date: 2010-12-13 03:35:50 +0000 (Mon, 13 Dec 2010)
Log Message:
-----------
exim: add missing MAKECOOKIE statements to pre/post hooks calls
Modified Paths:
--------------
csw/mgar/pkg/exim/trunk/Makefile
Modified: csw/mgar/pkg/exim/trunk/Makefile
===================================================================
--- csw/mgar/pkg/exim/trunk/Makefile 2010-12-13 03:33:21 UTC (rev 11911)
+++ csw/mgar/pkg/exim/trunk/Makefile 2010-12-13 03:35:50 UTC (rev 11912)
@@ -72,9 +72,11 @@
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' )
+ @$(MAKECOOKIE)
pre-build-modulated:
(cd $(WORKSRC); make makefile)
+ @$(MAKECOOKIE)
DOC_LIST = ChangeLog Exim3.upgrade Exim4.upgrade NewStuff OptionLists.txt
DOC_LIST += README README.SIEVE dbm.discuss.txt filter.txt pcrepattern.txt
@@ -105,7 +107,9 @@
cp -p $(DOC_LIST) $(DESTDIR)$(prefix)/share/doc/exim)
gzip -f $(DESTDIR)$(prefix)/share/doc/exim/ChangeLog
gzip -f $(DESTDIR)$(prefix)/share/doc/exim/spec.txt
+ @$(MAKECOOKIE)
post-merge:
@( cd $(PKGROOT); mkdir -p ./$(UGPATH); \
echo "$(UGENTRY)" > ./$(UGPATH)/cswusergroup" )
+ @$(MAKECOOKIE)
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