From: Eli Zaretskii <eliz@gnu.org>
To: Paul Eggert <eggert@cs.ucla.edu>
Cc: 9169@debbugs.gnu.org
Subject: bug#9169: gnulib import for MacOS, Irix, Solaris, etc.
Date: Mon, 25 Jul 2011 21:32:36 +0300 [thread overview]
Message-ID: <83d3gyfby3.fsf@gnu.org> (raw)
In-Reply-To: <4E2DA369.8000604@cs.ucla.edu>
> Date: Mon, 25 Jul 2011 10:10:01 -0700
> From: Paul Eggert <eggert@cs.ucla.edu>
> CC: Eli Zaretskii <eliz@gnu.org>
>
> Since gnulib has revamped where it puts
> some of the files, this patch also moves some files around in Emacs,
> using a new build-aux directory to remove some of the clutter; this
> affects the Windows builds too so I've made the obvious minor changes
> to the Windows files.
Thanks. I did just a cursory review for now; I will get to testing
this by actually building the DOS port later.
> --- config.bat 2011-05-20 09:47:59 +0000
> +++ config.bat 2011-07-24 22:15:47 +0000
> @@ -275,10 +275,10 @@
> cd ..
>
> rem ----------------------------------------------------------------------
>
> Echo Configuring the lib directory...
>
> -If Exist c++defs.h update c++defs.h cxxdefs.h
>
> +If Exist build-aux/snippet/c++defs.h update build-aux/snippet/c++defs.h build-aux/snippet/cxxdefs.h
"if exist" is a DOS shell command, so it must follow DOS file-name
syntax and use backslashes as directory separators. Everything after
"update" can use forward slashes, since `update' is a DJGPP utility
that understands both DOS and Unix file-name syntax. So:
If Exist build-aux\snippet\c++defs.h update build-aux/snippet/c++defs.h build-aux/snippet/cxxdefs.h
> -If Exist c++defs.h update c++defs.h cxxdefs.h
>
> +If Exist build-aux/snippet/c++defs.h update build-aux/snippet/c++defs.h build-aux/snippet/cxxdefs.h
Same here.
next prev parent reply other threads:[~2011-07-25 18:32 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-25 17:10 bug#9169: gnulib import for MacOS, Irix, Solaris, etc Paul Eggert
2011-07-25 18:32 ` Eli Zaretskii [this message]
2011-07-30 2:17 ` Chong Yidong
2011-07-30 19:52 ` Paul Eggert
2011-09-03 23:47 ` bug#9169: Revised version of patch to fix porting bugs Paul Eggert
2011-09-06 18:19 ` bug#9169: patch committed Paul Eggert
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=83d3gyfby3.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=9169@debbugs.gnu.org \
--cc=eggert@cs.ucla.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.