help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] Makefile.am fixes


From: Samuel Tardieu
Subject: [Help-smalltalk] Makefile.am fixes
Date: Tue, 23 Mar 2004 17:54:39 +0100
User-agent: T-gnus/6.16.2 (based on Gnus v5.10.2) (revision 02) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.6 Emacs/21.3 (i386--freebsd) MULE/5.0 (SAKAKI)

The following patch against GNU Smalltalk 2.1d makes it more VPATH
friendly. Also, it looks like -S should be used to save the image
rather than -s.

  Sam

PS/ is there the right place to send bugfixes? The -bugs list seems to
    be overhelmed by spams only

--- orig/Makefile.am
+++ mod/Makefile.am
@@ -66,11 +66,12 @@
 CLEANFILES = gst.im $(lisp_LISP)
 
 smalltalk-mode.el: smalltalk-mode.el.in
-       sed -e "s,@\(lispdir\)@,$(lispdir)," < smalltalk-mode.el.in \
+       sed -e "s,@\(lispdir\)@,$(lispdir)," < $(srcdir)/smalltalk-mode.el.in \
          > smalltalk-mode.el
 
 gst-mode.el: gst-mode.el.in
-       sed -e "s,@\(bindir\)@,$(bindir)," < gst-mode.el.in > gst-mode.el
+       sed -e "s,@\(bindir\)@,$(bindir)," < $(srcdir)/gst-mode.el.in \
+         > gst-mode.el
 
 ###########################################################
 #
@@ -145,7 +146,7 @@
        cd $(DESTDIR)$(pkgdatadir); \
        SMALLTALK_KERNEL="`pwd`/kernel"; \
        SMALLTALK_IMAGE="`pwd`"; \
-         $(DESTDIR)$(bindir)/gst $$srcdir/scripts/Finish.st -isa "$(DESTDIR)" 
$(MODULES)
+         $(DESTDIR)$(bindir)/gst $$srcdir/scripts/Finish.st -iSa "$(DESTDIR)" 
$(MODULES)
 
 uninstall-local: gst-package
        ./gst-package --uninstall --destdir="$(DESTDIR)" packages.xml







reply via email to

[Prev in Thread] Current Thread [Next in Thread]