unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: mac/make-package, suggested patch
@ 2002-12-27 23:40 Steven Tamm
  2002-12-29 18:56 ` mac/make-package: behavior change Steven Tamm
  0 siblings, 1 reply; 2+ messages in thread
From: Steven Tamm @ 2002-12-27 23:40 UTC (permalink / raw)
  Cc: emacs-devel

Thanks for the patch; I was wondering why the installation numbers were inflated ;-).  This change more than cosmetic because those numbers are what the installer uses to determine if there is enough disk space to install.

I just checked this in.  And AFAIK, this is the correct forum for patches of this nature.

-Steven

On Friday, Dec 27, 2002, at 03:24PM, Martin Fredriksson <martin@crt.se> wrote:

>I suggest a small modification to mac/make-package, patch below.  The 
>patch solves a small, relatively unimportant (mostly cosmetic) problem. 
>  I believe it just corrects a typing mistake.
>
>(I've only read emacs-devel for about a week, please let me know if I 
>should have sent this someplace else.)
>
>/m
>
>Index: make-package
>===================================================================
>RCS file: /cvsroot/emacs/emacs/mac/make-package,v
>retrieving revision 1.11
>diff -u -r1.11 make-package
>--- make-package	10 Dec 2002 16:53:12 -0000	1.11
>+++ make-package	27 Dec 2002 21:50:46 -0000
>@@ -331,8 +331,8 @@
>  echo "Generating sizes file"
>  sizesfile=Emacs.pkg/Contents/Resources/Emacs.sizes
>
>-numFiles=`du -a ${tmpparent} | wc -l`
>-installedSize=`du -s ${tmpparent} | cut -f1`
>+numFiles=`du -a ${tempparent} | wc -l`
>+installedSize=`du -s ${tempparent} | cut -f1`
>  compressedSize=`du -s Emacs.pkg | cut -f1`
>
>  echo "NumFiles ${numFiles}" > ${sizesfile}
>
>
>
>_______________________________________________
>Emacs-devel mailing list
>Emacs-devel@gnu.org
>http://mail.gnu.org/mailman/listinfo/emacs-devel
>
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

* mac/make-package: behavior change
  2002-12-27 23:40 mac/make-package, suggested patch Steven Tamm
@ 2002-12-29 18:56 ` Steven Tamm
  0 siblings, 0 replies; 2+ messages in thread
From: Steven Tamm @ 2002-12-29 18:56 UTC (permalink / raw)


I just changed the behavior of make-package to by default perform the 
build in a temporary directory instead of in the source.  For the old 
behavior, add the option "--build-in-place".    A couple people had 
asked for it and since I regularly build both the X and the Carbon 
versions, I didn't want the source tree to be littered with .o files.  
I also made changes to src/Makefile to correctly create the Emacs.app 
if the build is done in a separate directory.

Here are the new options:

       --build-in-place    Build the application in the source directory
                           instead of a temporary directory.
       --build-dir=DIR     Build the application in the specified 
directory
                           instead of a temporary directory.  Mutually 
exclusive
                           with --build-in-place.

-Steven

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-12-29 18:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-27 23:40 mac/make-package, suggested patch Steven Tamm
2002-12-29 18:56 ` mac/make-package: behavior change Steven Tamm

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).