You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-lang/ucblogo/files/ucblogo-5.5-no-emacs.patch

29 lines
1.0 KiB

--- makefile.in~ 2007-04-03 22:50:58.000000000 +0100
+++ makefile.in 2007-04-03 22:50:58.000000000 +0100
@@ -57,12 +57,10 @@
clean:
rm -f *.o libloc.c
- cd emacs; $(MAKE) clean
ship:
rm -f config.h config.cache config.log config.status
rm -f makefile makehelp logo *.o libloc.c
- cd emacs; $(MAKE) ship
cd docs; $(MAKE) ship
install: all
@@ -71,12 +69,10 @@
cp -f logolib/* $(DESTDIR)$(LIBLOC)/logolib/.
cp -f helpfiles/* $(DESTDIR)$(LIBLOC)/helpfiles/.
cp -f csls/* $(DESTDIR)$(LIBLOC)/csls/.
- (cd emacs; prefix=$(prefix) LIBLOC=$(LIBLOC) BINDIR=$(BINDIR) DESTDIR=$(DESTDIR) $(MAKE) install)
(cd docs; prefix=$(prefix) LIBLOC=$(LIBLOC) BINDIR=$(BINDIR) DESTDIR=$(DESTDIR) $(MAKE) install)
# prefix=$(prefix); LIBLOC=$(LIBLOC); BINDIR=$(BINDIR); export prefix LIBLOC BINDIR; cd emacs; $(MAKE) install
logo-mode:
- (cd emacs; prefix=$(prefix) LIBLOC=$(LIBLOC) BINDIR=$(BINDIR) $(MAKE))
# @prefix=$(prefix); LIBLOC=$(LIBLOC); BINDIR=$(BINDIR); export prefix LIBLOC BINDIR; cd emacs; $(MAKE)
make-docs: