[csw-devel] SF.net SVN: gar:[18096] csw/mgar/pkg/emacs/trunk/Makefile
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Wed May 23 16:44:01 CEST 2012
Revision: 18096
http://gar.svn.sourceforge.net/gar/?rev=18096&view=rev
Author: dmichelsen
Date: 2012-05-23 14:44:01 +0000 (Wed, 23 May 2012)
Log Message:
-----------
emacs/trunk: Streamline post-install rules
Modified Paths:
--------------
csw/mgar/pkg/emacs/trunk/Makefile
Modified: csw/mgar/pkg/emacs/trunk/Makefile
===================================================================
--- csw/mgar/pkg/emacs/trunk/Makefile 2012-05-23 14:37:25 UTC (rev 18095)
+++ csw/mgar/pkg/emacs/trunk/Makefile 2012-05-23 14:44:01 UTC (rev 18096)
@@ -180,24 +180,12 @@
include gar/category.mk
-post-install-isa-default-features-athena:
+post-install-modulated:
@echo "executing $@"
- mv -f $(DESTDIR)$(bindir)/emacs $(DESTDIR)$(bindir)/emacs-athena
- mv -f $(DESTDIR)$(bindir)/emacs-$(VERSION) $(DESTDIR)$(bindir)/emacs-$(VERSION)-athena
+ mv -f $(DESTDIR)$(bindir)/emacs $(DESTDIR)$(bindir)/emacs-$(FEATURES)
+ mv -f $(DESTDIR)$(bindir)/emacs-$(VERSION) $(DESTDIR)$(bindir)/emacs-$(VERSION)-$(FEATURES)
$(MAKECOOKIE)
-post-install-isa-default-features-gtk:
- @echo "executing $@"
- mv -f $(DESTDIR)$(bindir)/emacs $(DESTDIR)$(bindir)/emacs-gtk
- mv -f $(DESTDIR)$(bindir)/emacs-$(VERSION) $(DESTDIR)$(bindir)/emacs-$(VERSION)-gtk
- $(MAKECOOKIE)
-
-post-install-isa-default-features-nox:
- @echo "executing $@"
- mv -f $(DESTDIR)$(bindir)/emacs $(DESTDIR)$(bindir)/emacs-nox
- mv -f $(DESTDIR)$(bindir)/emacs-$(VERSION) $(DESTDIR)$(bindir)/emacs-$(VERSION)-nox
- $(MAKECOOKIE)
-
# this is private and not available publicly
mydependencies:
$(HOME)/bin/ocswdeplist --package $(NAME)
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