[csw-devel] SF.net SVN: gar:[13630] csw/mgar/pkg/ruby18/trunk/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Mon Mar 7 02:22:45 CET 2011
Revision: 13630
http://gar.svn.sourceforge.net/gar/?rev=13630&view=rev
Author: bdwalton
Date: 2011-03-07 01:22:44 +0000 (Mon, 07 Mar 2011)
Log Message:
-----------
ruby18/trunk: ensure we install the elisp files as postinstall, not postmerge so they are available for the compile-elisp target (run before post-merge)
Modified Paths:
--------------
csw/mgar/pkg/ruby18/trunk/Makefile
Modified: csw/mgar/pkg/ruby18/trunk/Makefile
===================================================================
--- csw/mgar/pkg/ruby18/trunk/Makefile 2011-03-07 00:51:21 UTC (rev 13629)
+++ csw/mgar/pkg/ruby18/trunk/Makefile 2011-03-07 01:22:44 UTC (rev 13630)
@@ -186,13 +186,13 @@
@$(MAKECOOKIE)
@echo "Setting up the CSW rbconfig stuff so we can switch between compilers"
@mv $(DESTDIR)$(RBCONFIG) $(DESTDIR)$(RBCONFIG).$(COMPILER)
+ @echo "Installing ruby-mode elisp..."
+ @(mkdir -p $(RMDIR); \
+ cp $(WORKSRC_FIRSTMOD)/misc/*el $(RMDIR))
@$(MAKECONFIG)
post-merge: RMDIR=$(PKGROOT)/$(datadir)/emacs/site-lisp/ruby-mode
post-merge:
- @echo "Installing ruby-mode elisp..."
- @(mkdir -p $(RMDIR); \
- cp $(WORKSRC_FIRSTMOD)/misc/*el $(RMDIR))
@echo "Copying in sample code..."
@mkdir -p $(DESTDIR)$(docdir)/ruby18/
@cp -R $(WORKSRC_FIRSTMOD)/sample $(PKGROOT)$(docdir)/ruby18/
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